1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

xorg-proto: add gettext to DEPENDS where required

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2009-12-17 17:14:46 +00:00
parent b54602dece
commit 5fda6f9667
7 changed files with 16 additions and 8 deletions
@@ -1,6 +1,8 @@
require xorg-proto-common.inc
PR = "r1"
PR = "r2"
PE = "1"
DEPENDS += "gettext"
BBCLASSEXTEND = "native nativesdk"
@@ -1,8 +1,8 @@
require xorg-proto-common.inc
PR = "r1"
PR = "r2"
PE = "1"
DEPENDS += "util-macros"
DEPENDS += "util-macros gettext"
BBCLASSEXTEND = "native nativesdk"
+1 -1
View File
@@ -7,6 +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"
DEPENDS += "util-macros gettext"
BBCLASSEXTEND = "native nativesdk"
+3 -1
View File
@@ -1,6 +1,8 @@
require xorg-proto-common.inc
PR = "r1"
PR = "r2"
PE = "1"
DEPENDS += "gettext"
BBCLASSEXTEND = "native nativesdk"
@@ -1,6 +1,8 @@
require xorg-proto-common.inc
PR = "r1"
PR = "r2"
PE = "1"
DEPENDS += "gettext"
BBCLASSEXTEND = "native nativesdk"
+2 -2
View File
@@ -1,8 +1,8 @@
require xorg-proto-common.inc
PR = "r2"
PR = "r3"
PE = "1"
DEPENDS += "util-macros"
DEPENDS += "util-macros gettext"
BBCLASSEXTEND = "native nativesdk"
@@ -3,4 +3,6 @@ require xorg-proto-common.inc
PR = "r1"
PE = "1"
DEPENDS += "gettext"
BBCLASSEXTEND = "native nativesdk"