From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/ifupdown/ifupdown-0.6.8/busybox.patch | 20 ++++++++++++++ recipes/ifupdown/ifupdown-0.6.8/head-tail.patch | 14 ++++++++++ recipes/ifupdown/ifupdown-0.6.8/init | 13 +++++++++ recipes/ifupdown/ifupdown-0.6.8/interfaces | 2 ++ recipes/ifupdown/ifupdown-0.6.8/udhcpc.patch | 28 +++++++++++++++++++ recipes/ifupdown/ifupdown-0.6.8/zeroconf.patch | 21 +++++++++++++++ recipes/ifupdown/ifupdown_0.6.8.bb | 36 +++++++++++++++++++++++++ 7 files changed, 134 insertions(+) create mode 100644 recipes/ifupdown/ifupdown-0.6.8/busybox.patch create mode 100644 recipes/ifupdown/ifupdown-0.6.8/head-tail.patch create mode 100644 recipes/ifupdown/ifupdown-0.6.8/init create mode 100644 recipes/ifupdown/ifupdown-0.6.8/interfaces create mode 100644 recipes/ifupdown/ifupdown-0.6.8/udhcpc.patch create mode 100644 recipes/ifupdown/ifupdown-0.6.8/zeroconf.patch create mode 100644 recipes/ifupdown/ifupdown_0.6.8.bb (limited to 'recipes/ifupdown') diff --git a/recipes/ifupdown/ifupdown-0.6.8/busybox.patch b/recipes/ifupdown/ifupdown-0.6.8/busybox.patch new file mode 100644 index 0000000000..5619ab7c0a --- /dev/null +++ b/recipes/ifupdown/ifupdown-0.6.8/busybox.patch @@ -0,0 +1,20 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- ifupdown-0.6.4/inet.defn~busybox ++++ ifupdown-0.6.4/inet.defn +@@ -116,8 +116,8 @@ + options + provider name -- Use /name/ as the provider (from /etc/ppp/peers). + up +- /sbin/start-stop-daemon --start -x /usr/bin/wvdial \ +- -p /var/run/wvdial.%iface% -b -m -- [[ %provider% ]] ++ /sbin/start-stop-daemon -S -x /usr/bin/wvdial \ ++ -p /var/run/wvdial.%iface% -- [[ %provider% ]] + down +- /sbin/start-stop-daemon --stop -x /usr/bin/wvdial \ +- -p /var/run/wvdial.%iface% -s 2 ++ /sbin/start-stop-daemon -X -x /usr/bin/wvdial \ ++ -p /var/run/wvdial.%iface% diff --git a/recipes/ifupdown/ifupdown-0.6.8/head-tail.patch b/recipes/ifupdown/ifupdown-0.6.8/head-tail.patch new file mode 100644 index 0000000000..a86a25d2fb --- /dev/null +++ b/recipes/ifupdown/ifupdown-0.6.8/head-tail.patch @@ -0,0 +1,14 @@ +--- ifupdown-0.6.4/Makefile~ 2000-11-18 07:12:01.000000000 +0000 ++++ ifupdown-0.6.4/Makefile 2004-04-24 11:06:58.000000000 +0100 +@@ -46,9 +46,9 @@ + LINE=$$(grep -n '^##ADDRESSFAM##$$' $< | sed 's/:.*//g'); \ + WC=`wc -l < $<`; \ + ( \ +- head -$$(($$LINE - 1)) $<; \ ++ head -n $$(($$LINE - 1)) $<; \ + cat $(MAN); \ +- tail -$$(($$WC - $$LINE)) $<; \ ++ tail -n $$(($$WC - $$LINE)) $<; \ + ) > $@ + + ifdown.8: ifup.8 diff --git a/recipes/ifupdown/ifupdown-0.6.8/init b/recipes/ifupdown/ifupdown-0.6.8/init new file mode 100644 index 0000000000..d258d51ff4 --- /dev/null +++ b/recipes/ifupdown/ifupdown-0.6.8/init @@ -0,0 +1,13 @@ +#!/bin/sh -e + +case "$1" in + start|restart) + if [ -e /etc/network/ifstate ]; then + echo -n "Cleaning: /etc/network/ifstate" + echo -n >/etc/network/ifstate + echo "." + fi + ;; + stop|reload|force-reload) + ;; +esac diff --git a/recipes/ifupdown/ifupdown-0.6.8/interfaces b/recipes/ifupdown/ifupdown-0.6.8/interfaces new file mode 100644 index 0000000000..f1bd92ed2b --- /dev/null +++ b/recipes/ifupdown/ifupdown-0.6.8/interfaces @@ -0,0 +1,2 @@ +auto lo +iface lo inet loopback diff --git a/recipes/ifupdown/ifupdown-0.6.8/udhcpc.patch b/recipes/ifupdown/ifupdown-0.6.8/udhcpc.patch new file mode 100644 index 0000000000..5b662e7988 --- /dev/null +++ b/recipes/ifupdown/ifupdown-0.6.8/udhcpc.patch @@ -0,0 +1,28 @@ +Index: ifupdown-0.6.8/inet.defn +=================================================================== +--- ifupdown-0.6.8.orig/inet.defn 2007-01-04 09:11:43.000000000 +0100 ++++ ifupdown-0.6.8/inet.defn 2007-01-04 09:12:51.000000000 +0100 +@@ -81,8 +81,7 @@ + elsif (execable("/sbin/dhclient")) + pump -i %iface% [[-h %hostname%]] [[-l %leasehours%]] \ + elsif (execable("/sbin/pump") && mylinuxver() >= mylinux(2,1,100)) +- udhcpc -n -p /var/run/udhcpc.%iface%.pid -i %iface% [[-H %hostname%]] \ +- [[-c %client%]] \ ++ udhcpc -b -p /var/run/udhcpc.%iface%.pid -i %iface% -H `cat /etc/hostname` \ + elsif (execable("/sbin/udhcpc") && mylinuxver() >= mylinux(2,2,0)) + dhcpcd [[-h %hostname%]] [[-i %vendor%]] [[-I %client%]] \ + [[-l %leasetime%]] %iface% \ +@@ -91,11 +90,11 @@ + down + dhclient3 -r -pf /var/run/dhclient.%iface%.pid -lf /var/lib/dhcp3/dhclient.%iface%.leases %iface% \ + if (execable("/sbin/dhclient3")) +- cat /var/run/dhclient.%iface%.pid | xargs -i kill -TERM {} \ ++ kill -TERM `cat /var/run/dhclient.%iface%.pid` \ + elsif (execable("/sbin/dhclient")) + pump -i %iface% -r \ + elsif (execable("/sbin/pump") && mylinuxver() >= mylinux(2,1,100)) +- cat /var/run/udhcpc.%iface%.pid | xargs -i kill -TERM {} \ ++ kill -TERM `cat /var/run/udhcpc.%iface%.pid` \ + elsif (execable("/sbin/udhcpc")) + dhcpcd -k %iface% \ + elsif (execable("/sbin/dhcpcd")) diff --git a/recipes/ifupdown/ifupdown-0.6.8/zeroconf.patch b/recipes/ifupdown/ifupdown-0.6.8/zeroconf.patch new file mode 100644 index 0000000000..33745db6ff --- /dev/null +++ b/recipes/ifupdown/ifupdown-0.6.8/zeroconf.patch @@ -0,0 +1,21 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- ifupdown-0.6.4/inet.defn~zeroconf ++++ ifupdown-0.6.4/inet.defn +@@ -120,3 +120,13 @@ + down + /sbin/start-stop-daemon -X -x /usr/bin/wvdial \ + -p /var/run/wvdial.%iface% ++ ++method zeroconf ++ description ++ This method uses zeroconf to configure an interface. See the man page ++ for zcip for details. ++ up ++ /sbin/start-stop-daemon -S -x /usr/sbin/zcip -p /var/run/zcip.%iface% \ ++ -- -s -i %iface% ++ down ++ /sbin/start-stop-daemon -X -x /usr/sbin/zcip -p /var/run/zcip.%iface% diff --git a/recipes/ifupdown/ifupdown_0.6.8.bb b/recipes/ifupdown/ifupdown_0.6.8.bb new file mode 100644 index 0000000000..53ccb5fe6c --- /dev/null +++ b/recipes/ifupdown/ifupdown_0.6.8.bb @@ -0,0 +1,36 @@ +DESCRIPTION = "High level tools to configure network interfaces \ +This package provides the tools ifup and ifdown which may be used to \ +configure (or, respectively, deconfigure) network interfaces, based on \ +the file /etc/network/interfaces." +LICENSE = "GPL" + +SECTION = "base" + +SRC_URI = "${DEBIAN_MIRROR}/main/i/ifupdown/ifupdown_${PV}.tar.gz \ + file://busybox.patch;patch=1 \ + file://udhcpc.patch;patch=1 \ + file://zeroconf.patch;patch=1 \ + file://init \ + file://interfaces" + +EXTRA_OEMAKE = "" + +do_compile () { + chmod a+rx *.pl *.sh + oe_runmake 'CC=${CC}' "CFLAGS=${CFLAGS} -Wall -W -D'IFUPDOWN_VERSION=\"${PV}\"'" +} + +do_install () { + install -d ${D}${sysconfdir}/init.d \ + ${D}${sysconfdir}/network \ + ${D}${mandir}/man8 \ + ${D}${mandir}/man5 \ + ${D}${base_sbindir} + install -m 0755 ifup ${D}${base_sbindir}/ + ln ${D}${base_sbindir}/ifup ${D}${base_sbindir}/ifdown + install -m 0644 ${WORKDIR}/init ${D}${sysconfdir}/init.d/networking + install -m 0644 ${WORKDIR}/interfaces ${D}${sysconfdir}/network/interfaces + install -m 0644 ifup.8 ${D}${mandir}/man8 + install -m 0644 interfaces.5 ${D}${mandir}/man5 + cd ${D}${mandir}/man8 && ln -s ifup.8 ifdown.8 +} -- cgit v1.2.3