git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
133f5b0
)
libnet_1.1.2.1.bb: don't force the PACKAGES variable
author
Jeremy Laine
<jeremy.laine@m4x.org>
Sat, 12 Apr 2008 21:40:31 +0000
(21:40 +0000)
committer
Jeremy Laine
<jeremy.laine@m4x.org>
Sat, 12 Apr 2008 21:40:31 +0000
(21:40 +0000)
packages/libnet/libnet_1.1.2.1.bb
patch
|
blob
|
history
diff --git
a/packages/libnet/libnet_1.1.2.1.bb
b/packages/libnet/libnet_1.1.2.1.bb
index
b5fada0
..
cb7700a
100644
(file)
--- a/
packages/libnet/libnet_1.1.2.1.bb
+++ b/
packages/libnet/libnet_1.1.2.1.bb
@@
-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 = "r
2
"
+PR = "r
3
"
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 "