diff options
Diffstat (limited to 'packages/libnet/libnet_1.1.2.1.bb')
-rw-r--r-- | packages/libnet/libnet_1.1.2.1.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/packages/libnet/libnet_1.1.2.1.bb b/packages/libnet/libnet_1.1.2.1.bb index c28b98a304..65f56a492b 100644 --- a/packages/libnet/libnet_1.1.2.1.bb +++ b/packages/libnet/libnet_1.1.2.1.bb @@ -4,15 +4,14 @@ HOMEPAGE = "http://www.packetfactory.net/libnet/" LICENSE = "BSD" PRIORITY = "optional" DEPENDS = "libpcap" -PR = "r0" +PR = "r1" # There are major API changes beween libnet v1.0 and libnet v1.1 PROVIDES = "libnet-1.1" SRC_URI = "http://www.packetfactory.net/libnet/dist/libnet-${PV}.tar.gz \ file://support-uclibc.patch;patch=1 \ - file://fix-endianess-test.patch;patch=1 \ - file://configure.patch;patch=1" + file://fix-endianess-test.patch;patch=1" S = "${WORKDIR}/libnet" @@ -20,8 +19,8 @@ inherit autotools binconfig CPPFLAGS_prepend = "-I${S}/libnet/include " -do_configure() { - oe_runconf +do_configure_prepend() { + rm -f aclocal.m4 Makefile.am ltmain.sh } do_stage () { |