]> code.ossystems Code Review - openembedded-core.git/commitdiff
xorg-proto: add gettext to DEPENDS where required
authorJoshua Lock <josh@linux.intel.com>
Thu, 17 Dec 2009 17:14:46 +0000 (17:14 +0000)
committerJoshua Lock <josh@linux.intel.com>
Thu, 17 Dec 2009 17:45:36 +0000 (17:45 +0000)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/packages/xorg-proto/bigreqsproto_1.0.2.bb
meta/packages/xorg-proto/inputproto_1.9.99.12.bb
meta/packages/xorg-proto/inputproto_git.bb
meta/packages/xorg-proto/kbproto_1.0.3.bb
meta/packages/xorg-proto/xcmiscproto_1.1.2.bb
meta/packages/xorg-proto/xextproto_7.0.5.bb
meta/packages/xorg-proto/xf86bigfontproto_1.1.2.bb

index 4a9bc806b5c75c4cb43b5eb62064ad6b0130018c..29c9f3fc34cb850c9c773f8e8e6f766bc586b7eb 100644 (file)
@@ -1,6 +1,8 @@
 require xorg-proto-common.inc
 
-PR = "r1"
+PR = "r2"
 PE = "1"
 
+DEPENDS += "gettext"
+
 BBCLASSEXTEND = "native nativesdk"
index b5a05bc0f4774a8ec8b4c5b3f0752ef762e6ee40..392aef20f6375f5c49831c831e21c3a34eaab47d 100644 (file)
@@ -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"
index 14350f1e1df573ed29af6eae204e8bf9a976b9a8..317a4539b1aea2691fd2d10cfb3916a9afc7d12e 100644 (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"
index 4a9bc806b5c75c4cb43b5eb62064ad6b0130018c..29c9f3fc34cb850c9c773f8e8e6f766bc586b7eb 100644 (file)
@@ -1,6 +1,8 @@
 require xorg-proto-common.inc
 
-PR = "r1"
+PR = "r2"
 PE = "1"
 
+DEPENDS += "gettext"
+
 BBCLASSEXTEND = "native nativesdk"
index 4a9bc806b5c75c4cb43b5eb62064ad6b0130018c..29c9f3fc34cb850c9c773f8e8e6f766bc586b7eb 100644 (file)
@@ -1,6 +1,8 @@
 require xorg-proto-common.inc
 
-PR = "r1"
+PR = "r2"
 PE = "1"
 
+DEPENDS += "gettext"
+
 BBCLASSEXTEND = "native nativesdk"
index b74d7680757996b0b3a23e46b95f34dd6fd94ce6..b37de80bf6d6b0f1cecd185f6c416c0f19ce73d5 100644 (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"
index 4a9bc806b5c75c4cb43b5eb62064ad6b0130018c..d54c9011a0b975da4e5411aefe8d195c26257b6d 100644 (file)
@@ -3,4 +3,6 @@ require xorg-proto-common.inc
 PR = "r1"
 PE = "1"
 
+DEPENDS += "gettext"
+
 BBCLASSEXTEND = "native nativesdk"