[oe-commits] org.oe.dev gdb 6.4, libxml2 2.6.26: Prefer .tar.bz2 over .tar.gz in SRC_URI.

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Oct 21 10:33:14 UTC 2006


gdb 6.4, libxml2 2.6.26: Prefer .tar.bz2 over .tar.gz in SRC_URI.
* Per the corresponding RFC in the mailing list.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 8335ff00fc9e79bf2087f9bcff293e40f3f0e511
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8335ff00fc9e79bf2087f9bcff293e40f3f0e511
Files:
1
packages/gdb/gdb_6.4.bb
packages/libxml/libxml2_2.6.26.bb
Diffs:

#
# mt diff -rf42f6c6d5b80fa67d945a4e1e1f55ee27fe004d5 -r8335ff00fc9e79bf2087f9bcff293e40f3f0e511
#
# 
# 
# patch "packages/gdb/gdb_6.4.bb"
#  from [feb5ed4ef94d543bef52714077499100ac6098e3]
#    to [b8d7914a12ffedde286c3b8c14f04866718283f3]
# 
# patch "packages/libxml/libxml2_2.6.26.bb"
#  from [b95a1d5f9d06c89eb36fe3818331691989d0f29a]
#    to [8158a72c6573826aee751775db5e28711c2f9caa]
# 
============================================================
--- packages/gdb/gdb_6.4.bb	feb5ed4ef94d543bef52714077499100ac6098e3
+++ packages/gdb/gdb_6.4.bb	b8d7914a12ffedde286c3b8c14f04866718283f3
@@ -11,7 +11,7 @@ inherit autotools gettext
 
 inherit autotools gettext
 
-SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
+SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.bz2 \
 #FIXME:	   file://uclibc.patch;patch=1 \
 	   file://kill_arm_map_symbols.patch;patch=1 \
 	   file://gdbserver-cflags-last.diff;patch=1;pnum=0"
============================================================
--- packages/libxml/libxml2_2.6.26.bb	b95a1d5f9d06c89eb36fe3818331691989d0f29a
+++ packages/libxml/libxml2_2.6.26.bb	8158a72c6573826aee751775db5e28711c2f9caa
@@ -1,9 +1,9 @@ LICENSE = "MIT"
 DESCRIPTION = "GNOME XML Parser library"
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "MIT"
 
-SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz"
+SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.bz2"
 
 inherit autotools pkgconfig binconfig
 






More information about the Openembedded-commits mailing list