From: Philipp Zabel Date: Wed, 22 Mar 2006 12:09:55 +0000 (+0000) Subject: samba: replace := with =, fixes builds with TARGET_VENDOR set X-Git-Tag: Release-2010-05/1~9453^2~2175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e11d929c000b4fa0c31e48083167603cbe6242e4;p=openembedded.git samba: replace := with =, fixes builds with TARGET_VENDOR set --- diff --git a/packages/samba/samba_3.0.14a.bb b/packages/samba/samba_3.0.14a.bb index 9bd1c9a001..326f43131f 100644 --- a/packages/samba/samba_3.0.14a.bb +++ b/packages/samba/samba_3.0.14a.bb @@ -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 diff --git a/packages/samba/samba_3.0.20.bb b/packages/samba/samba_3.0.20.bb index 0531ab575e..48fc065650 100644 --- a/packages/samba/samba_3.0.20.bb +++ b/packages/samba/samba_3.0.20.bb @@ -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