samba: depend on virtual/libiconv and supply path to it to fix building - taken from...
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 3 Sep 2007 19:58:28 +0000 (19:58 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 3 Sep 2007 19:58:28 +0000 (19:58 +0000)
packages/samba/samba.inc
packages/samba/samba_3.0.23c.bb

index aa3083d..bcae4e7 100644 (file)
@@ -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"
index 5317bcc..74f0593 100644 (file)
@@ -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 \