upgrade bluez-utils to 2.9, dnsmasq to 2.8 as pointed out by John Goldsmith
authorMichael Lauer <mickey@vanille-media.de>
Tue, 3 Aug 2004 19:15:55 +0000 (19:15 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 3 Aug 2004 19:15:55 +0000 (19:15 +0000)
BKrev: 410fe46bDlFx6-Rxa618Jf-M8ADltQ

bluez-utils/bluez-utils_2.8.oe [deleted file]
bluez-utils/bluez-utils_2.9.oe [new file with mode: 0644]
dnsmasq/dnsmasq_2.11.oe [new file with mode: 0644]
dnsmasq/dnsmasq_2.4.oe [deleted file]
dnsmasq/dnsmasq_2.8.oe [deleted file]

diff --git a/bluez-utils/bluez-utils_2.8.oe b/bluez-utils/bluez-utils_2.8.oe
deleted file mode 100644 (file)
index af841e1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-DESCRIPTION = "Linux Bluetooth Stack Userland Utilities."
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "bluez-libs"
-RPROVIDES = "bluez-pan bluez-sdp"
-
-SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz"
-
-EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
-
-inherit autotools 
diff --git a/bluez-utils/bluez-utils_2.9.oe b/bluez-utils/bluez-utils_2.9.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/dnsmasq/dnsmasq_2.11.oe b/dnsmasq/dnsmasq_2.11.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/dnsmasq/dnsmasq_2.4.oe b/dnsmasq/dnsmasq_2.4.oe
deleted file mode 100644 (file)
index b7b98ab..0000000
+++ /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 (file)
index dbc5e03..0000000
+++ /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
-}