diff options
| author | Andrea Galbusera <gizero@gmail.com> | 2014-05-05 09:45:23 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-05 18:31:29 +0200 |
| commit | 4b976979fb3e47508b36a622c10f8a8ea881f0ad (patch) | |
| tree | 658e559c1c6fb43360034378bab3cb3f895d4a2b | |
| parent | 946664a26cd5fe3ec737a729c56e79cdb1f9107d (diff) | |
| download | meta-openembedded-4b976979fb3e47508b36a622c10f8a8ea881f0ad.tar.gz | |
libconfig: inherit from autotools-brokensep
do_compile fails otherwise
Signed-off-by: Andrea Galbusera <gizero@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 c7d3cf767e..22eecf8a7a 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" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "http://www.hyperrealm.com/${BPN}/${BP}.tar.gz" | 9 | SRC_URI = "http://www.hyperrealm.com/${BPN}/${BP}.tar.gz" |
| 10 | 10 | ||
| 11 | inherit autotools pkgconfig | 11 | inherit autotools-brokensep pkgconfig |
| 12 | 12 | ||
| 13 | SRC_URI[md5sum] = "b6ee0ce2b3ef844bad7cac2803a90634" | 13 | SRC_URI[md5sum] = "b6ee0ce2b3ef844bad7cac2803a90634" |
| 14 | SRC_URI[sha256sum] = "09c8979252e60193e2969e9b0e1cd597f7820087867989b2f0939ad164473041" | 14 | SRC_URI[sha256sum] = "09c8979252e60193e2969e9b0e1cd597f7820087867989b2f0939ad164473041" |
