* [PATCH 0/1] util-macros: fix DEPENDS: this breaks nightly
@ 2011-03-07 8:58 Dexuan Cui
2011-03-07 8:58 ` [PATCH 1/1] util-macros: fix DEPENDS in the case of native/nativesdk Dexuan Cui
0 siblings, 1 reply; 2+ messages in thread
From: Dexuan Cui @ 2011-03-07 8:58 UTC (permalink / raw)
To: poky
From: Dexuan Cui <dexuan.cui@intel.com>
We need to fix both master and bernard asap since this blocks nightly
building meta-toolchain-gmae.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: dcui/master
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master
Thanks,
Dexuan Cui <dexuan.cui@intel.com>
---
Dexuan Cui (1):
util-macros: fix DEPENDS in the case of native/nativesdk
.../xorg-util/util-macros_1.11.0.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
--
1.7.2
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH 1/1] util-macros: fix DEPENDS in the case of native/nativesdk
2011-03-07 8:58 [PATCH 0/1] util-macros: fix DEPENDS: this breaks nightly Dexuan Cui
@ 2011-03-07 8:58 ` Dexuan Cui
0 siblings, 0 replies; 2+ messages in thread
From: Dexuan Cui @ 2011-03-07 8:58 UTC (permalink / raw)
To: poky
From: Dexuan Cui <dexuan.cui@intel.com>
This fixes [YOCTO #814]
Without the line fixing nativesdk, bitbake meta-toolchain-gmae would
get the following:
Missing or unbuildable dependency chain was: ['meta-toolchain-gmae', 'task-sdk-host', 'qemu-nativesdk', 'libsdl-nativesdk', 'libx11-nativesdk', 'util-macros-nativesdk', 'libgpg-error-nativesdk']
ERROR: Nothing PROVIDES 'libgpg-error-nativesdk'
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
---
.../xorg-util/util-macros_1.11.0.bb | 3 ++-
1 files changed, 2 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 2bfe514..f9f9fc5 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
@@ -12,7 +12,8 @@ PR = "r0"
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
DEPENDS = "gettext libgpg-error"
-DEPENDS_virtclass-native = "gettext"
+DEPENDS_virtclass-native = "gettext-native"
+DEPENDS_virtclass-nativesdk = "gettext-nativesdk"
RDEPENDS_${PN}-dev = ""
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"
--
1.7.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-07 9:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07 8:58 [PATCH 0/1] util-macros: fix DEPENDS: this breaks nightly Dexuan Cui
2011-03-07 8:58 ` [PATCH 1/1] util-macros: fix DEPENDS in the case of native/nativesdk Dexuan Cui
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.