diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-21 10:24:10 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-21 10:24:10 +0000 |
commit | 52b0d9985c2c7c60b9751ada92abe30199712b65 (patch) | |
tree | 573f29bcc2e76280b3e6f54381e6bc0716b942d3 /packages/gdb | |
parent | a28511d9ed8aa7a97fc15ce3bbfa54e2db8ce57f (diff) |
gdb 6.4, libxml2 2.6.26: Prefer .tar.bz2 over .tar.gz in SRC_URI.
* Per the corresponding RFC in the mailing list.
Diffstat (limited to 'packages/gdb')
-rw-r--r-- | packages/gdb/gdb_6.4.bb | 2 |
1 files changed, 1 insertions, 1 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" |