From: Saul Wold Date: Sat, 5 Mar 2011 19:49:41 +0000 (-0800) Subject: util-macros: add libgpg-error to DEPENDS list X-Git-Tag: 2011-1~2139 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e01574d5564e9d65759eaa08bcac80eb31a52c04;p=openembedded-core.git util-macros: add libgpg-error to DEPENDS list Signed-off-by: Saul Wold --- 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})"