[oe-commits] [meta-openembedded] 14/27: samba: restrict the blacklist to ARM only

git at git.openembedded.org git at git.openembedded.org
Mon Sep 12 20:06:13 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 3e2c4858e89d35b8ac4a4a3b5e9b9b3356dcacf9
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Fri Sep 9 10:34:56 2016 +0800

    samba: restrict the blacklist to ARM only
    
    It builds fine except for arm now, and the do_package
    and libpam issue is fixed by:
    "waf-samba.bbclass: Add PACKAGECONFIG_CONFARGS to CONFIGUREOPTS"
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
index 7d7fa02..e259a9f 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
@@ -319,6 +319,6 @@ RDEPENDS_${PN}-pidl_append = " perl"
 FILES_${PN}-pidl = "${bindir}/pidl ${datadir}/perl5/Parse"
 
 # http://errors.yoctoproject.org/Errors/Details/81004/
-# before this issue it was also failing in do_package and
-# autodetecting libpam dependency
-PNBLACKLIST[samba] ?= "BROKEN: fails to build with new binutils-2.27"
+BLACKLIST_REASON ?= ""
+BLACKLIST_REASON_arm = "BROKEN: fails to build with new binutils-2.27"
+PNBLACKLIST[samba] ?= "${BLACKLIST_REASON}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list