[oe-commits] org.oe.dev samba: depend on virtual/libiconv and supply path to it to fix building - taken from #2900

hrw commit openembedded-commits at lists.openembedded.org
Mon Sep 3 20:05:07 UTC 2007


samba: depend on virtual/libiconv and supply path to it to fix building - taken from #2900

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: fc1241826299a6a458edf92c52b4d95c0b785dfa
ViewMTN: http://monotone.openembedded.org/revision.psp?id=fc1241826299a6a458edf92c52b4d95c0b785dfa
Files:
1
packages/samba/samba.inc
packages/samba/samba_3.0.23c.bb
Diffs:

#
# mt diff -rd17e4c2304a648864e16327f4611f9a3b19749ec -rfc1241826299a6a458edf92c52b4d95c0b785dfa
#
# 
# 
# patch "packages/samba/samba.inc"
#  from [ce3be8319f8a58fc27ea8888ae3cc05bb5a39391]
#    to [7d4adb1461ffec0246a42e66fb6a18b8ca48912d]
# 
# patch "packages/samba/samba_3.0.23c.bb"
#  from [845a45894e30a0fa967fb1fcf3001c2382d9bd7a]
#    to [be528ec63ea7db2e3846a6b3b89327e1d3fb653d]
# 
============================================================
--- packages/samba/samba.inc	ce3be8319f8a58fc27ea8888ae3cc05bb5a39391
+++ packages/samba/samba.inc	7d4adb1461ffec0246a42e66fb6a18b8ca48912d
@@ -1,6 +1,6 @@ LICENSE = "GPL"
 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 @@ EXTRA_OECONF='--disable-cups --with-read
 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"
============================================================
--- packages/samba/samba_3.0.23c.bb	845a45894e30a0fa967fb1fcf3001c2382d9bd7a
+++ packages/samba/samba_3.0.23c.bb	be528ec63ea7db2e3846a6b3b89327e1d3fb653d
@@ -1,6 +1,8 @@ inherit update-rc.d
 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 \






More information about the Openembedded-commits mailing list