From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/libnet/libnet-1.1.2.1/new-autotools.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes/libnet/libnet-1.1.2.1/new-autotools.patch (limited to 'recipes/libnet/libnet-1.1.2.1/new-autotools.patch') diff --git a/recipes/libnet/libnet-1.1.2.1/new-autotools.patch b/recipes/libnet/libnet-1.1.2.1/new-autotools.patch new file mode 100644 index 0000000000..064413e4ee --- /dev/null +++ b/recipes/libnet/libnet-1.1.2.1/new-autotools.patch @@ -0,0 +1,20 @@ +Index: libnet/src/Makefile.am +=================================================================== +--- libnet.orig/src/Makefile.am 2004-03-12 05:50:20.000000000 +1100 ++++ libnet/src/Makefile.am 2007-08-11 16:41:09.000000000 +1000 +@@ -57,15 +57,5 @@ + libnet_version.c \ + libnet_write.c + +-EXTRA_libnet_a_SOURCES = libnet_link_bpf.c \ +- libnet_link_dlpi.c \ +- libnet_link_linux.c \ +- libnet_link_nit.c \ +- libnet_link_none.c \ +- libnet_link_pf.c \ +- libnet_link_snit.c \ +- libnet_link_snoop.c \ +- libnet_link_win32.c +- + libnet_a_LIBADD = @LIBOBJS@ + -- cgit 1.2.3-korg