| Submitter | Koen Kooi |
|---|---|
| Date | Jan. 27, 2012, 8:21 a.m. |
| Message ID | <1327652489-9574-1-git-send-email-koen@dominion.thruhere.net> |
| Download | mbox | patch |
| Permalink | /patch/20223/ |
| State | Accepted |
| Commit | ed6968b731e8ebc161fa59e18a9284bddf86c61b |
| Headers | show |
Comments
On Fri, 2012-01-27 at 09:21 +0100, Koen Kooi wrote: > 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. > > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > --- > meta/recipes-devtools/libtool/libtool-2.4.2.inc | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Merged to master, thanks. Richard
Patch
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.2.inc b/meta/recipes-devtools/libtool/libtool-2.4.2.inc index d55b2bd..084062a 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 = "r1" +INC_PR = "r2" SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ file://trailingslash.patch \ @@ -36,7 +36,7 @@ DEPENDS = "libtool-native" PACKAGES =+ "libltdl libltdl-dev libltdl-dbg libltdl-staticdev" FILES_${PN} += "${datadir}/aclocal*" -FILES_libltdl = "${libdir}/libltdl${SOLIBS} +FILES_libltdl = "${libdir}/libltdl${SOLIBS}" FILES_libltdl-dev = "${libdir}/libltdl${SOLIBSDEV} ${includedir}" FILES_libltdl-staticdev = "${libdir}/libltdl.a" FILES_libltdl-dbg = "${libdir}/.debug/"
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. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> --- meta/recipes-devtools/libtool/libtool-2.4.2.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)