diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-21 10:24:46 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-21 10:24:46 +0000 |
commit | a01688955afb3d80bb8e76f1d77e54d242bf92dd (patch) | |
tree | cc7bdbb194f1f195f17222352556b1442ce05538 /packages | |
parent | 3f20b3f9ed8166a6c266de83fdb067c52f53a4f7 (diff) | |
parent | 52b0d9985c2c7c60b9751ada92abe30199712b65 (diff) |
merge of '2d26bfda6099af9941d0f4615758b4cda0dd358e'
and '8335ff00fc9e79bf2087f9bcff293e40f3f0e511'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gdb/gdb_6.4.bb | 2 | ||||
-rw-r--r-- | packages/libxml/libxml2_2.6.26.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/gdb/gdb_6.4.bb b/packages/gdb/gdb_6.4.bb index 588d847218..b32891d2c5 100644 --- a/packages/gdb/gdb_6.4.bb +++ b/packages/gdb/gdb_6.4.bb @@ -11,7 +11,7 @@ FILES_gdbserver = '${bindir}/gdbserver' 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" diff --git a/packages/libxml/libxml2_2.6.26.bb b/packages/libxml/libxml2_2.6.26.bb index 9f9e8bbac2..aaf245a6da 100644 --- a/packages/libxml/libxml2_2.6.26.bb +++ b/packages/libxml/libxml2_2.6.26.bb @@ -3,7 +3,7 @@ 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 |