[oe-commits] [meta-openembedded] 08/25: samba: fix to package pidl in samba-pidl

git at git.openembedded.org git at git.openembedded.org
Tue Sep 6 15:08:27 UTC 2016


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

commit 070c2d7887482f66f5f39c54d9e9246c7a951aec
Author: Mingli Yu <Mingli.Yu at windriver.com>
AuthorDate: Thu Sep 1 14:11:43 2016 +0800

    samba: fix to package pidl in samba-pidl
    
    * Use =+ to replace the previous += to let samba-pidl
      do package before samba to guarantee the file /usr/bin/pidl
      packaged in samba-pidl as both samba and samba-pidl have
      rules to package /usr/bin/pidl and the command pidl depends
      on perl modules such as Parse/Pidl.pm resides in samba-pidl
    
    Signed-off-by: Mingli Yu <Mingli.Yu at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 042203e..2d23554 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
@@ -126,7 +126,7 @@ do_install_append() {
     rm -rf ${D}/run ${D}${localstatedir}/run ${D}${localstatedir}/log
 }
 
-PACKAGES += "${PN}-python ${PN}-python-dbg ${PN}-pidl libwinbind libwinbind-dbg libwinbind-krb5-locator"
+PACKAGES =+ "${PN}-python ${PN}-python-dbg ${PN}-pidl libwinbind libwinbind-dbg libwinbind-krb5-locator"
 PACKAGES =+ "libwbclient libnss-winbind winbind winbind-dbg libnetapi libsmbsharemodes \
              libsmbclient libsmbclient-dev lib${PN}-base ${PN}-base ${PN}-ctdb-tests"
 

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


More information about the Openembedded-commits mailing list