dhcp: also package dhcp-dbg
authorKoen Kooi <koen@openembedded.org>
Sat, 21 Oct 2006 21:23:54 +0000 (21:23 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 21 Oct 2006 21:23:54 +0000 (21:23 +0000)
packages/dhcp/dhcp_3.0.2.bb

index 56a1a6a..c4843b7 100644 (file)
@@ -2,7 +2,7 @@ SECTION = "console/network"
 DESCRIPTION = "Internet Software Consortium DHCP package"
 HOMEPAGE = "http://www.isc.org/"
 LICENSE = "BSD"
-PR = "r3"
+PR = "r4"
 SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history/dhcp-${PV}.tar.gz \
           file://noattrmode.patch;patch=1 \
           file://fixincludes.patch;patch=1 \
@@ -36,7 +36,7 @@ do_install() {
        install -m 0644 ${WORKDIR}/dhcpd.conf ${D}${sysconfdir}/dhcp/dhcpd.conf
 }
 
-PACKAGES = "dhcp-server dhcp-client dhcp-relay dhcp-omshell dhcp-dev dhcp-doc"
+PACKAGES =+ "dhcp-server dhcp-client dhcp-relay dhcp-omshell"
 FILES_dhcp-server = "${sbindir}/dhcpd /etc/init.d/dhcp-server /etc/default/dhcp-server /etc/dhcp/dhcpd.conf"
 FILES_dhcp-relay = "${sbindir}/dhcrelay /etc/init.d/dhcp-relay /etc/default/dhcp-relay"