diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-09-03 19:58:28 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-09-03 19:58:28 +0000 |
commit | 686c5dbff2ad6918861584f81a91a9e33a1195ff (patch) | |
tree | e5d3c3ff8472c9dab2cfec179491b9c971cb8691 | |
parent | 19ec4cd1ca4a876c63ee75646fc627c374c067eb (diff) |
samba: depend on virtual/libiconv and supply path to it to fix building - taken from #2900
-rw-r--r-- | packages/samba/samba.inc | 3 | ||||
-rw-r--r-- | packages/samba/samba_3.0.23c.bb | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/packages/samba/samba.inc b/packages/samba/samba.inc index aa3083d1f6..bcae4e7885 100644 --- a/packages/samba/samba.inc +++ b/packages/samba/samba.inc @@ -1,6 +1,6 @@ SECTION = "console/network" LICENSE = "GPL" -DEPENDS = "readline" +DEPENDS = "readline virtual/libiconv" SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \ file://configure.patch;patch=1 \ @@ -10,6 +10,7 @@ S = "${WORKDIR}/samba-${PV}/source" inherit autotools EXTRA_OECONF='--disable-cups --with-readline=${STAGING_LIBDIR}/.. \ + --with-libiconv=${STAGING_LIBDIR}/.. \ --without-ads --without-automount --with-smbmount' PACKAGES =+ "libsmbclient libsmbclient-dev cifs cifs-doc" diff --git a/packages/samba/samba_3.0.23c.bb b/packages/samba/samba_3.0.23c.bb index 5317bcc62a..74f0593150 100644 --- a/packages/samba/samba_3.0.23c.bb +++ b/packages/samba/samba_3.0.23c.bb @@ -1,6 +1,8 @@ require samba.inc inherit update-rc.d +PR = "r1" + SRC_URI += "file://config-lfs.patch;patch=1 \ file://init \ file://quota.patch;patch=1;pnum=0 \ |