[oe-commits] org.oe.dev libpcap: fix shared.patch and add a comment about it inside the recipe

koen commit openembedded-commits at lists.openembedded.org
Mon Jun 25 10:24:46 UTC 2007


libpcap: fix shared.patch and add a comment about it inside the recipe

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 00a85a4fe77a6d2907164713862e856563bc2e65
ViewMTN: http://monotone.openembedded.org/revision.psp?id=00a85a4fe77a6d2907164713862e856563bc2e65
Files:
1
packages/libpcap/libpcap-0.9.6/shared.patch
packages/libpcap/libpcap_0.9.6.bb
Diffs:

#
# mt diff -rb58ee1fa5449a3200cc88e409def1942fbe1dce7 -r00a85a4fe77a6d2907164713862e856563bc2e65
#
# 
# 
# patch "packages/libpcap/libpcap-0.9.6/shared.patch"
#  from [c1344991671e156ae899553cf45f6900993cc93f]
#    to [1e3d8969cb3568ba595f4cd3b9272cfa167df4f8]
# 
# patch "packages/libpcap/libpcap_0.9.6.bb"
#  from [615ff2491ae59d9cb923396c843bb0aebdf3053f]
#    to [722b9181c176704a1a8b52dcb63e595991e439fc]
# 
============================================================
--- packages/libpcap/libpcap-0.9.6/shared.patch	c1344991671e156ae899553cf45f6900993cc93f
+++ packages/libpcap/libpcap-0.9.6/shared.patch	1e3d8969cb3568ba595f4cd3b9272cfa167df4f8
@@ -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
============================================================
--- packages/libpcap/libpcap_0.9.6.bb	615ff2491ae59d9cb923396c843bb0aebdf3053f
+++ packages/libpcap/libpcap_0.9.6.bb	722b9181c176704a1a8b52dcb63e595991e439fc
@@ -1,11 +1,13 @@ SECTION = "libs/network"
 # Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
 # Released under the MIT license (see packages/COPYING)
 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"
 






More information about the Openembedded-commits mailing list