[oe-commits] Gregoire Gentil : samba: stage more libs

GIT User account git at amethyst.openembedded.net
Wed Dec 24 06:40:49 UTC 2008


Module: openembedded.git
Branch: john_lee/openmoko-toolchain
Commit: bce25de27c9687bcfdd62c42eef0fe78e543b7a5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bce25de27c9687bcfdd62c42eef0fe78e543b7a5

Author: Gregoire Gentil <gregoire at gentil.com>
Date:   Mon Dec 22 12:10:15 2008 +0100

samba: stage more libs

---

 packages/samba/samba.inc      |    3 +++
 packages/samba/samba_3.2.5.bb |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/packages/samba/samba.inc b/packages/samba/samba.inc
index 00568da..c11be98 100644
--- a/packages/samba/samba.inc
+++ b/packages/samba/samba.inc
@@ -52,4 +52,7 @@ do_install_append() {
 do_stage() {
 	install -m 0644 include/libsmbclient.h ${STAGING_INCDIR}
 	oe_libinstall -C bin -a -so libsmbclient ${STAGING_LIBDIR}
+	oe_libinstall -C bin -a -so libtdb ${STAGING_LIBDIR}
+	oe_libinstall -C bin -a -so libtalloc ${STAGING_LIBDIR}
+	oe_libinstall -C bin -so libwbclient ${STAGING_LIBDIR}
 }
diff --git a/packages/samba/samba_3.2.5.bb b/packages/samba/samba_3.2.5.bb
index efee5e7..d1d5b7b 100644
--- a/packages/samba/samba_3.2.5.bb
+++ b/packages/samba/samba_3.2.5.bb
@@ -1,7 +1,7 @@
 require samba.inc
 inherit update-rc.d
 
-PR = "r7"
+PR = "r8"
 
 SRC_URI += "file://config-lfs.patch;patch=1 \
             file://quota.patch;patch=1;pnum=0 \





More information about the Openembedded-commits mailing list