[OE-core] [PATCH 13/20] libtool: refactor packages for staticdev
Koen Kooi
koen at dominion.thruhere.net
Fri Jan 27 08:21:48 UTC 2012
Op 21 jan. 2012, om 06:18 heeft Saul Wold het volgende geschreven:
> Signed-off-by: Saul Wold <sgw at linux.intel.com>
> ---
> meta/recipes-devtools/libtool/libtool-2.4.2.inc | 9 +++++----
> 1 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-devtools/libtool/libtool-2.4.2.inc b/meta/recipes-devtools/libtool/libtool-2.4.2.inc
> index a8ea0ae..d55b2bd 100644
> --- a/meta/recipes-devtools/libtool/libtool-2.4.2.inc
> +++ b/meta/recipes-devtools/libtool/libtool-2.4.2.inc
> @@ -8,7 +8,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
> LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
> file://libltdl/COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06"
>
> -INC_PR = "r0"
> +INC_PR = "r1"
>
> SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
> file://trailingslash.patch \
> @@ -34,10 +34,11 @@ EXTRA_AUTORECONF = "--exclude=libtoolize"
>
> DEPENDS = "libtool-native"
>
> -PACKAGES =+ "libltdl libltdl-dev libltdl-dbg"
> +PACKAGES =+ "libltdl libltdl-dev libltdl-dbg libltdl-staticdev"
> FILES_${PN} += "${datadir}/aclocal*"
> -FILES_libltdl = "${libdir}/libltdl.so.*"
> -FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h ${includedir}/libltdl/*.h"
> +FILES_libltdl = "${libdir}/libltdl${SOLIBS}
The missing quote prohibits OE from packaging it correctly, leading to:
| * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-gnome:
| * libltdl7 (>= 2.4.2) * libltdl7 (>= 2.4.2) * libltdl7 (>= 2.4.2) * libltdl7 (>= 2.4.2) * libltdl7 (>= 2.4.2) * libltdl7 (>= 2.4.2) * libltdl7 (>= 2.4.2) *
For incremental builds and binary feeds.
regards,
Koen
More information about the Openembedded-core
mailing list