[oe-commits] org.oe.dev libnet: fix SRC_URI by pointing to Debian mirrors

hrw commit openembedded-commits at lists.openembedded.org
Thu Jan 4 13:43:53 UTC 2007


libnet: fix SRC_URI by pointing to Debian mirrors

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: ef1a4a2342c9bd1b81be3adf9d3bf41a56e6aacd
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ef1a4a2342c9bd1b81be3adf9d3bf41a56e6aacd
Files:
1
packages/libnet/libnet_1.0.2a.bb
packages/libnet/libnet_1.1.2.1.bb
Diffs:

#
# mt diff -re0d9912acaac13bd724188fe1ad13ef35363ee75 -ref1a4a2342c9bd1b81be3adf9d3bf41a56e6aacd
#
# 
# 
# patch "packages/libnet/libnet_1.0.2a.bb"
#  from [830b937972cf7546557d3c9426c7028dbbb93118]
#    to [840ad24fd8d964299b075c54eebcffa2405e61c2]
# 
# patch "packages/libnet/libnet_1.1.2.1.bb"
#  from [b288c7143e2a2fb6d87a3089f0595760a91d36da]
#    to [7f3a5faff5ef932dd41fa40a9e330b5586868471]
# 
============================================================
--- packages/libnet/libnet_1.0.2a.bb	830b937972cf7546557d3c9426c7028dbbb93118
+++ packages/libnet/libnet_1.0.2a.bb	840ad24fd8d964299b075c54eebcffa2405e61c2
@@ -9,11 +9,12 @@ PROVIDES = "libnet-1.0"
 # There are major API changes beween libnet v1.0 and libnet v1.1
 PROVIDES = "libnet-1.0"
 
-SRC_URI = "http://www.packetfactory.net/libnet/dist/deprecated/libnet-${PV}.tar.gz \
+#SRC_URI = "http://www.packetfactory.net/libnet/dist/deprecated/libnet-${PV}.tar.gz \
+SRC_URI = "${DEBIAN_MIRROR}/main/libn/libnet0/libnet0_${PV}.orig.tar.gz \
 	   file://configure.patch;patch=1 \
 	   file://configure.uclibc.patch;patch=1 \
 	   "
-S = "${WORKDIR}/Libnet-${PV}"
+S = "${WORKDIR}/libnet-${PV}.orig"
 
 inherit autotools
 
============================================================
--- packages/libnet/libnet_1.1.2.1.bb	b288c7143e2a2fb6d87a3089f0595760a91d36da
+++ packages/libnet/libnet_1.1.2.1.bb	7f3a5faff5ef932dd41fa40a9e330b5586868471
@@ -8,7 +8,7 @@ PR = "r1"
 PROVIDES = "libnet-1.1"
 PR = "r1"
 
-SRC_URI = "http://www.packetfactory.net/libnet/dist/libnet-${PV}.tar.gz \
+SRC_URI = "${DEBIAN_MIRROR}/main/libn/libnet/libnet_${PV}.orig.tar.gz \
            file://support-uclibc.patch;patch=1 \
            file://fix-endianess-test.patch;patch=1"
 
@@ -31,6 +31,7 @@ do_stage () {
         oe_runmake -C include/libnet 'DESTDIR=${STAGING_INCDIR}' 'includedir=' install-libnetincludeHEADERS
 }
 
+#static build
 PACKAGES = "${PN}-dev ${PN}-doc"
 
 FILES_${PN}-dev += "${bindir}/libnet-config"






More information about the Openembedded-commits mailing list