diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-24 17:55:29 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-24 17:55:29 +0000 |
commit | 609087eacbe9a29923eedde6207d468f39cb3b6d (patch) | |
tree | 0f531e90bf0c3d40dc30572a497540b4e29d51f6 /packages | |
parent | c6989b6d392d9dd286cc4f4bdee36348625e36cb (diff) |
xorg-util: use tar.bz2 sources instead of tar.gz
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xorg-util/xorg-util-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/xorg-util/xorg-util-common.inc b/packages/xorg-util/xorg-util-common.inc index f00a29a21c..93750f3757 100644 --- a/packages/xorg-util/xorg-util-common.inc +++ b/packages/xorg-util/xorg-util-common.inc @@ -5,7 +5,7 @@ LICENSE = "MIT-X" #DEPENDS = "" XORG_PN = "${PN}" -SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/util/${XORG_PN}-${PV}.tar.gz" +SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/util/${XORG_PN}-${PV}.tar.bz2" S = "${WORKDIR}/${XORG_PN}-${PV}" inherit autotools pkgconfig |