+++ /dev/null
-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
+++ /dev/null
-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
-}
+++ /dev/null
-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
-}