libpcap: fix shared.patch and add a comment about it inside the recipe
authorKoen Kooi <koen@openembedded.org>
Sun, 24 Jun 2007 16:07:46 +0000 (16:07 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 24 Jun 2007 16:07:46 +0000 (16:07 +0000)
packages/libpcap/libpcap-0.9.6/shared.patch
packages/libpcap/libpcap_0.9.6.bb

index d8118cf..159389b 100644 (file)
@@ -11,7 +11,7 @@
  
 +# some defines for shared library compilation - FIXME, if not matching
 +MAJ=0.9
-+MIN=5
++MIN=6
 +VERSION=$(MAJ).$(MIN)
 +LIBNAME=pcap
 +LIBRARY=lib$(LIBNAME).a
index d68cd31..9822f38 100644 (file)
@@ -4,8 +4,10 @@ DESCRIPTION = "Network Packet Capture Library"
 HOMEPAGE = "http://www.tcpdump.org/"
 LICENSE = "BSD"
 SECTION = "libs/network"
-PR = "r0"
+PR = "r1"
 
+
+# Don't forget to edit shared.patch to have the correct version number inside
 SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz \
            file://shared.patch;patch=1"