samba: replace := with =, fixes builds with TARGET_VENDOR set
authorPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 22 Mar 2006 12:09:55 +0000 (12:09 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 22 Mar 2006 12:09:55 +0000 (12:09 +0000)
packages/samba/samba_3.0.14a.bb
packages/samba/samba_3.0.20.bb

index 9bd1c9a..326f431 100644 (file)
@@ -7,7 +7,7 @@ SRC_URI = "http://us2.samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
           file://init \
            file://quota.patch;patch=1;pnum=0 \
           "
-S := ${WORKDIR}/${P}/source
+S = ${WORKDIR}/${P}/source
 
 include samba.inc
 inherit update-rc.d
index 0531ab5..48fc065 100644 (file)
@@ -7,7 +7,7 @@ SRC_URI = "http://us2.samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
           file://init \
            file://quota.patch;patch=1;pnum=0 \
           "
-S := ${WORKDIR}/${P}/source
+S = ${WORKDIR}/${P}/source
 
 include samba.inc
 inherit update-rc.d