From 484fa058224a7234e9df4c296703b269d6b32a4b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Tue, 2 Jul 2013 06:46:37 +0000 Subject: [PATCH] asio: fix runtime dependencies for images with dev-pkgs in IMAGE_FEATURES MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. (From meta-openembedded rev: 6df02c4f9a693cba145f54f56aab61d4038771c5) Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- meta-openembedded/meta-oe/recipes-support/asio/asio.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-openembedded/meta-oe/recipes-support/asio/asio.inc b/meta-openembedded/meta-oe/recipes-support/asio/asio.inc index 190ec0f..49c236f 100644 --- a/meta-openembedded/meta-oe/recipes-support/asio/asio.inc +++ b/meta-openembedded/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" -- 2.7.4