[oe] [meta-oe/meta-gnome 2/2] asio: fix runtime dependencies for images with dev-pkgs in IMAGE_FEATURES

Andreas Müller schnitzeltony at googlemail.com
Tue Jul 2 06:46:37 UTC 2013


asio-dev created REDEPENS on asio which was not existent. This caused do_rootfs
for other packages fail with something like:

|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for abiword-dev:
|  * 	asio (= 1.4.1-r0.0) *
|  * opkg_install_cmd: Cannot install package abiword-dev.

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 meta-oe/recipes-support/asio/asio.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/asio/asio.inc b/meta-oe/recipes-support/asio/asio.inc
index 190ec0f..49c236f 100644
--- a/meta-oe/recipes-support/asio/asio.inc
+++ b/meta-oe/recipes-support/asio/asio.inc
@@ -11,3 +11,4 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2"
 
 inherit autotools
 
+ALLOW_EMPTY_${PN} = "1"
-- 
1.7.6.5




More information about the Openembedded-devel mailing list