diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2016-12-23 01:04:35 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-01-19 09:26:15 +0100 |
commit | 9beb04e98d9a6b2dfe95966e2768f886b4092e27 (patch) | |
tree | cce324f66669a11d26f729facb486162b828916b /meta-networking/recipes-support/libldb | |
parent | cc32689a5b55843eeaecda173933fd5f281ec3ff (diff) | |
download | meta-openembedded-9beb04e98d9a6b2dfe95966e2768f886b4092e27.tar.gz |
waf-samba.bbclass: fix build error with PARALLEL_MAKE="-j X -l Y"
Waf doesn't handle -l. Use a function already provided by waf.bbclass
in OE-Core. Inheriting waf.bbclass also makes overriding DISABLE_STATIC
redundant, so drop it from recipes inheriting waf-samba.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/libldb')
-rw-r--r-- | meta-networking/recipes-support/libldb/libldb_1.1.29.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/libldb/libldb_1.1.29.bb b/meta-networking/recipes-support/libldb/libldb_1.1.29.bb index 378bb89309..2269a5726d 100644 --- a/meta-networking/recipes-support/libldb/libldb_1.1.29.bb +++ b/meta-networking/recipes-support/libldb/libldb_1.1.29.bb | |||
@@ -44,7 +44,6 @@ EXTRA_OECONF += "--disable-rpath \ | |||
44 | --with-privatelibdir=${libdir}/ldb \ | 44 | --with-privatelibdir=${libdir}/ldb \ |
45 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ | 45 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ |
46 | " | 46 | " |
47 | DISABLE_STATIC = "" | ||
48 | 47 | ||
49 | PACKAGES += "pyldb pyldb-dbg pyldb-dev" | 48 | PACKAGES += "pyldb pyldb-dbg pyldb-dev" |
50 | 49 | ||