diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-03 19:15:55 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-03 19:15:55 +0000 |
commit | 9c90ebb04476ca84e35091021067a0a854f87c76 (patch) | |
tree | 81bc65d1fdbffe112525396dfdcc6a8199dbbddf /dnsmasq | |
parent | f740e4c3ffd267d165ef1fd2b3261e80f921113d (diff) |
upgrade bluez-utils to 2.9, dnsmasq to 2.8 as pointed out by John Goldsmith
BKrev: 410fe46bDlFx6-Rxa618Jf-M8ADltQ
Diffstat (limited to 'dnsmasq')
-rw-r--r-- | dnsmasq/dnsmasq_2.11.oe | 0 | ||||
-rw-r--r-- | dnsmasq/dnsmasq_2.4.oe | 13 | ||||
-rw-r--r-- | dnsmasq/dnsmasq_2.8.oe | 13 |
3 files changed, 0 insertions, 26 deletions
diff --git a/dnsmasq/dnsmasq_2.11.oe b/dnsmasq/dnsmasq_2.11.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/dnsmasq/dnsmasq_2.11.oe diff --git a/dnsmasq/dnsmasq_2.4.oe b/dnsmasq/dnsmasq_2.4.oe deleted file mode 100644 index b7b98ab344..0000000000 --- a/dnsmasq/dnsmasq_2.4.oe +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Dnsmasq is a lightweight, easy to configure \ -DNS forwarder and DHCP server." -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" - -SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/archive/dnsmasq-${PV}.tar.gz" -S = "${WORKDIR}/dnsmasq-${PV}" - -do_install () { - oe_runmake "PREFIX=${D}/${prefix}" \ - "BINDIR=${D}/${bindir}" \ - "MANDIR=${D}/${mandir}" \ - install -} diff --git a/dnsmasq/dnsmasq_2.8.oe b/dnsmasq/dnsmasq_2.8.oe deleted file mode 100644 index dbc5e03cf4..0000000000 --- a/dnsmasq/dnsmasq_2.8.oe +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Dnsmasq is a lightweight, easy to configure \ -DNS forwarder and DHCP server." -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" - -SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/dnsmasq-${PV}.tar.gz" -S = "${WORKDIR}/dnsmasq-${PV}" - -do_install () { - oe_runmake "PREFIX=${D}/${prefix}" \ - "BINDIR=${D}/${bindir}" \ - "MANDIR=${D}/${mandir}" \ - install -} |