diff options
author | Qing He <qing.he@intel.com> | 2010-06-12 16:51:39 +0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:16:41 +0100 |
commit | 0ff5ca89bfc1ca83bcad9f4ea132eca9bcbc0fc4 (patch) | |
tree | 1449c94b5a08c4d5bd565706789e8f857c66f251 /meta/packages/portmap/portmap.inc | |
parent | db7484742371dd74e150b8a62a4fb61d7db0e311 (diff) | |
download | poky-0ff5ca89bfc1ca83bcad9f4ea132eca9bcbc0fc4.tar.gz |
portmap: use NO_TCP_WRAPPER instead of local patch
use NO_TCP_WRAPPER=1 in EXTRA_OEMAKE to disable -lwrap
also remove the redundent oe_compile()
Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/portmap/portmap.inc')
-rw-r--r-- | meta/packages/portmap/portmap.inc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/packages/portmap/portmap.inc b/meta/packages/portmap/portmap.inc index 83d1e6ca1e..cda2fd14eb 100644 --- a/meta/packages/portmap/portmap.inc +++ b/meta/packages/portmap/portmap.inc | |||
@@ -8,9 +8,8 @@ DEPENDS = "fakeroot-native" | |||
8 | 8 | ||
9 | SRC_URI = "${DEBIAN_MIRROR}/main/p/portmap/portmap_5.orig.tar.gz \ | 9 | SRC_URI = "${DEBIAN_MIRROR}/main/p/portmap/portmap_5.orig.tar.gz \ |
10 | ${DEBIAN_MIRROR}/main/p/portmap/portmap_${PV}.diff.gz;patch=1 \ | 10 | ${DEBIAN_MIRROR}/main/p/portmap/portmap_${PV}.diff.gz;patch=1 \ |
11 | file://no-libwrap.patch;patch=1;pnum=0 \ | ||
12 | file://portmap.init \ | 11 | file://portmap.init \ |
13 | file://make.patch;patch=1" | 12 | file://make.patch;apply=yes" |
14 | S = "${WORKDIR}/portmap_5beta" | 13 | S = "${WORKDIR}/portmap_5beta" |
15 | 14 | ||
16 | INITSCRIPT_NAME = "portmap" | 15 | INITSCRIPT_NAME = "portmap" |
@@ -20,10 +19,6 @@ inherit update-rc.d | |||
20 | 19 | ||
21 | sbindir = "/sbin" | 20 | sbindir = "/sbin" |
22 | 21 | ||
23 | do_compile() { | ||
24 | oe_runmake | ||
25 | } | ||
26 | |||
27 | fakeroot do_install() { | 22 | fakeroot do_install() { |
28 | install -d ${D}${sysconfdir}/init.d | 23 | install -d ${D}${sysconfdir}/init.d |
29 | install -d ${D}${base_sbindir} | 24 | install -d ${D}${base_sbindir} |