From 3eb6135d8958037b4e81c7ab034d9be2e5c20899 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Tue, 14 May 2013 11:59:37 +0100 Subject: openjade: Fix build if not installing libtool .la files The openjade build system is slightly funky and does strange things with library dependencies. Fix it up so that it depends on the .so rather than the .la (which may not exist) for libraries from the sysroot. (From OE-Core rev: dd6998ee068f0edf20139fee80fbbf6c1347649d) Signed-off-by: Phil Blundell Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/openjade/openjade-native_1.3.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/openjade/openjade-native_1.3.2.bb') diff --git a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb index a304daadf3..bc250080f1 100644 --- a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb +++ b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb @@ -17,7 +17,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/openjade-${PV}.tar.gz \ file://msggen.pl.patch \ file://reautoconf.patch \ file://user-declared-default-constructor.patch \ - file://fix-regex.patch" + file://fix-regex.patch \ + file://no-libtool.patch" SRC_URI[md5sum] = "7df692e3186109cc00db6825b777201e" SRC_URI[sha256sum] = "1d2d7996cc94f9b87d0c51cf0e028070ac177c4123ecbfd7ac1cb8d0b7d322d1" -- cgit v1.2.3-54-g00ecf