diff options
author | Chris Larson <clarson@kergoth.com> | 2005-04-02 03:32:15 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-04-02 03:32:15 +0000 |
commit | 0e189eba924bb0cd72176b71875fac801e71261a (patch) | |
tree | 435d595032062a4edb7cffb36c1221299025ca32 /packages/dnsmasq/dnsmasq_2.11.bb | |
parent | 1e918910e9ea71ce711492f2a44c66678189edb4 (diff) |
Add dnsmasq 2.22 and consolodate metadata into a .inc.
BKrev: 424e123fnNZvoztkARYX6j5BXqiSWQ
Diffstat (limited to 'packages/dnsmasq/dnsmasq_2.11.bb')
-rw-r--r-- | packages/dnsmasq/dnsmasq_2.11.bb | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/packages/dnsmasq/dnsmasq_2.11.bb b/packages/dnsmasq/dnsmasq_2.11.bb index 7627ae3e09..da04fe6d58 100644 --- a/packages/dnsmasq/dnsmasq_2.11.bb +++ b/packages/dnsmasq/dnsmasq_2.11.bb @@ -1,15 +1 @@ -SECTION = "console/network" -LICENSE = "GPL" -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 -} +include dnsmasq.inc |