libnet_1.1.2.1.bb: don't force the PACKAGES variable
authorJeremy Laine <jeremy.laine@m4x.org>
Sat, 12 Apr 2008 21:40:31 +0000 (21:40 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Sat, 12 Apr 2008 21:40:31 +0000 (21:40 +0000)
packages/libnet/libnet_1.1.2.1.bb

index b5fada0..cb7700a 100644 (file)
@@ -6,7 +6,7 @@ LICENSE = "BSD"
 DEPENDS = "libpcap"
 # There are major API changes beween libnet v1.0 and libnet v1.1
 PROVIDES = "libnet-1.1"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/libn/libnet/libnet_${PV}.orig.tar.gz \
            file://support-uclibc.patch;patch=1 \
@@ -33,8 +33,7 @@ do_stage () {
 }
 
 #static build
-PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-doc"
-
+FILES_${PN} = ""
 FILES_${PN}-dev += "${bindir}/libnet-config"
 
 CPPFLAGS_prepend = "-I${S}/libnet/include "