aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-util
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-03-05 11:49:41 -0800
committerSaul Wold <sgw@linux.intel.com>2011-03-05 13:03:07 -0800
commite01574d5564e9d65759eaa08bcac80eb31a52c04 (patch)
tree74668e566b8fa0d34a8d4c7f50efff8261b5f273 /meta/recipes-graphics/xorg-util
parent85c2417407fd5f9e0c3027fd99c9389e3ce167df (diff)
downloadopenembedded-core-contrib-e01574d5564e9d65759eaa08bcac80eb31a52c04.tar.gz
util-macros: add libgpg-error to DEPENDS list
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-util')
-rw-r--r--meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb
index 82423266f2..2bfe51478b 100644
--- a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb
+++ b/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb
@@ -11,7 +11,9 @@ PE = "1"
PR = "r0"
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
-DEPENDS = "gettext"
+DEPENDS = "gettext libgpg-error"
+DEPENDS_virtclass-native = "gettext"
+
RDEPENDS_${PN}-dev = ""
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"