[oe-commits] Andrea Galbusera : libconfig: inherit from autotools-brokensep

git at git.openembedded.org git at git.openembedded.org
Fri May 9 12:59:13 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 4b976979fb3e47508b36a622c10f8a8ea881f0ad
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4b976979fb3e47508b36a622c10f8a8ea881f0ad

Author: Andrea Galbusera <gizero at gmail.com>
Date:   Mon May  5 09:45:23 2014 +0200

libconfig: inherit from autotools-brokensep

do_compile fails otherwise

Signed-off-by: Andrea Galbusera <gizero at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb
index c7d3cf7..22eecf8 100644
--- a/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb
+++ b/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
 
 SRC_URI = "http://www.hyperrealm.com/${BPN}/${BP}.tar.gz"
 
-inherit autotools pkgconfig
+inherit autotools-brokensep pkgconfig
 
 SRC_URI[md5sum] = "b6ee0ce2b3ef844bad7cac2803a90634"
 SRC_URI[sha256sum] = "09c8979252e60193e2969e9b0e1cd597f7820087867989b2f0939ad164473041"



More information about the Openembedded-commits mailing list