summaryrefslogtreecommitdiff
path: root/recipes/pump/pump_0.8.24.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-06-02 10:40:03 -0700
committerKhem Raj <raj.khem@gmail.com>2010-06-02 10:40:03 -0700
commita9f8abee2d7926ba2518f96ad58ac53634a64e8b (patch)
tree6e17ef0bb468ae8d1d8eeba7593a7d843ccc7569 /recipes/pump/pump_0.8.24.bb
parent1e641a55aad361df9049fa82f321c41ed5863cdd (diff)
pump: Pull patches from gentoo and debian and make it compilable with uclibc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/pump/pump_0.8.24.bb')
-rw-r--r--recipes/pump/pump_0.8.24.bb13
1 files changed, 10 insertions, 3 deletions
diff --git a/recipes/pump/pump_0.8.24.bb b/recipes/pump/pump_0.8.24.bb
index 7bff529cdf..686011db9e 100644
--- a/recipes/pump/pump_0.8.24.bb
+++ b/recipes/pump/pump_0.8.24.bb
@@ -2,13 +2,20 @@ DESCRIPTION = "BOOTP and DHCP client for automatic IP configuration"
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "GPL"
-DEPENDS = "popt"
+DEPENDS = "popt virtual/libiconv"
+
+PR = "r1"
S = "${WORKDIR}/pump-${PV}"
SRC_URI = "http://ftp.de.debian.org/debian/pool/main/p/pump/pump_0.8.24.orig.tar.gz \
- file://debian.patch"
-
+ file://00_00_all_debian.patch \
+ file://00_all_retvals.patch \
+ file://10_all_gentoo.patch \
+ file://20_all_redefinition.patch \
+ file://30_all_Makefile.patch \
+ file://40_all_manpage.patch \
+ "
do_compile() {
oe_runmake pump
}