[oe-commits] : samba: Move cifs.patch from .inc to .bb as newer versions don' t need this patch

OE GIT Trial gittrial at amethyst.openembedded.net
Sun Aug 3 08:00:14 UTC 2008


Module: OE.dev
Branch: master
Commit: 12a7b2bb3ee3e8d2538a87e09366704cf011b4ee
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=12a7b2bb3ee3e8d2538a87e09366704cf011b4ee

Author:  <nail at nslu2-linux.org>
Date:   Sun Aug  3 03:23:32 2008 +0000

samba: Move cifs.patch from .inc to .bb as newer versions don't need this patch

---

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

diff --git a/packages/samba/samba.inc b/packages/samba/samba.inc
index ab9ab42..e7b9212 100644
--- a/packages/samba/samba.inc
+++ b/packages/samba/samba.inc
@@ -3,8 +3,8 @@ LICENSE = "GPL"
 DEPENDS = "readline virtual/libiconv"
 
 SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
-           file://configure.patch;patch=1 \
-           file://cifs.patch;patch=1"
+           file://configure.patch;patch=1"
+
 S = "${WORKDIR}/samba-${PV}/source"
 
 inherit autotools
diff --git a/packages/samba/samba_3.0.23c.bb b/packages/samba/samba_3.0.23c.bb
index ef1359c..fdbc67d 100644
--- a/packages/samba/samba_3.0.23c.bb
+++ b/packages/samba/samba_3.0.23c.bb
@@ -6,6 +6,7 @@ PR = "r2"
 SRC_URI += "file://config-lfs.patch;patch=1 \
 	   file://init \
            file://quota.patch;patch=1;pnum=0 \
+	   file://cifs.patch;patch=1 \
 	   "
 
 INITSCRIPT_NAME = "samba"





More information about the Openembedded-commits mailing list