diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-11-05 23:44:31 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-11-05 23:44:31 +0000 |
commit | 430c89ba213aa6bcb053736bc5674f26bc2dd2e3 (patch) | |
tree | a5787afee7bf56e4195bf61cbaef30f4191dd408 /packages/libnet/libnet_1.1.2.1.bb | |
parent | 5bb7ecf66ef4068e1b29f07e4be0c9f126b8eafa (diff) |
libnet 1.1.2.1: Modify so that it no longer uses a patch configure by
forcing the regerneration of the configure script. Closes #467.
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 () { |