diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-07-02 06:46:37 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-08 10:35:57 +0200 |
commit | 6df02c4f9a693cba145f54f56aab61d4038771c5 (patch) | |
tree | 62f432de246f919de72f00505b71865631af6e33 /meta-oe/recipes-support/asio | |
parent | 519e7f1ccb9f6bdab2f37c1f4def75ed4e2a0fbc (diff) | |
download | meta-openembedded-6df02c4f9a693cba145f54f56aab61d4038771c5.tar.gz |
asio: fix runtime dependencies for images with dev-pkgs in IMAGE_FEATURES
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@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/asio')
-rw-r--r-- | 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 190ec0f76..49c236fc0 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" | |||
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools |
13 | 13 | ||
14 | ALLOW_EMPTY_${PN} = "1" | ||