mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
inputproto: Add missing DEPENDS on util-macros
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -3,4 +3,6 @@ require xorg-proto-common.inc
|
||||
PR = "r1"
|
||||
PE = "1"
|
||||
|
||||
DEPENDS += "util-macros"
|
||||
|
||||
BBCLASSEXTEND = "native sdk"
|
||||
|
||||
@@ -7,4 +7,6 @@ PV = "1.9.99.12+git${SRCPV}"
|
||||
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS += "util-macros"
|
||||
|
||||
BBCLASSEXTEND = "native sdk"
|
||||
|
||||
Reference in New Issue
Block a user