diff options
-rw-r--r-- | bluez-utils/bluez-utils_2.8.oe | 11 | ||||
-rw-r--r-- | bluez-utils/bluez-utils_2.9.oe | 0 | ||||
-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 |
5 files changed, 0 insertions, 37 deletions
diff --git a/bluez-utils/bluez-utils_2.8.oe b/bluez-utils/bluez-utils_2.8.oe deleted file mode 100644 index af841e16a5..0000000000 --- a/bluez-utils/bluez-utils_2.8.oe +++ /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 index 0000000000..e69de29bb2 --- /dev/null +++ b/bluez-utils/bluez-utils_2.9.oe 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 -} |