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

nail commit oe at amethyst.openembedded.net
Mon Sep 1 17:49:38 UTC 2008


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

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: e7f394edea22558fdbcb02929f1540784a5265f2
ViewMTN: http://monotone.openembedded.org/revision/info/e7f394edea22558fdbcb02929f1540784a5265f2
Files:
1
packages/samba/samba.inc
packages/samba/samba_3.0.23c.bb
Diffs:

#
# mt diff -rb701ffba40ab76cb5b74d4e7415eca78071755bb -re7f394edea22558fdbcb02929f1540784a5265f2
#
#
#
# patch "packages/samba/samba.inc"
#  from [77999b13a6dc8e6af6540bfe9a51f2ac9c11d3b9]
#    to [2733fe1160140df3eac405b0a2d0ef3abcfde776]
# 
# patch "packages/samba/samba_3.0.23c.bb"
#  from [cbb50ee71590ebe4810837194adc5397eb68d774]
#    to [0445d1c01df2f38163f4f8df96337c75a306fe62]
#
============================================================
--- packages/samba/samba.inc	77999b13a6dc8e6af6540bfe9a51f2ac9c11d3b9
+++ packages/samba/samba.inc	2733fe1160140df3eac405b0a2d0ef3abcfde776
@@ -3,8 +3,8 @@ SRC_URI = "http://samba.org/samba/ftp/st
 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
============================================================
--- packages/samba/samba_3.0.23c.bb	cbb50ee71590ebe4810837194adc5397eb68d774
+++ packages/samba/samba_3.0.23c.bb	0445d1c01df2f38163f4f8df96337c75a306fe62
@@ -6,6 +6,7 @@ SRC_URI += "file://config-lfs.patch;patc
 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