diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-09 10:41:05 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-09 10:41:05 +0000 |
commit | 5b8d59537b5beadb7e25a72172544069d88fa856 (patch) | |
tree | 57bc93d1cf6a35f7b6509d3a95502d13652e62eb /packages/xorg-proto | |
parent | a0504d1d39e99f77570640c7e87f983284e500e3 (diff) |
xorg: use bzip2 compressed source tarballs
Diffstat (limited to 'packages/xorg-proto')
-rw-r--r-- | packages/xorg-proto/xorg-proto-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/xorg-proto/xorg-proto-common.inc b/packages/xorg-proto/xorg-proto-common.inc index 74e7312a50..4d189235f4 100644 --- a/packages/xorg-proto/xorg-proto-common.inc +++ b/packages/xorg-proto/xorg-proto-common.inc @@ -6,7 +6,7 @@ LICENSE = "MIT-X" #DEPENDS = "" XORG_PN = "${PN}" -SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/proto/${XORG_PN}-${PV}.tar.gz" +SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/proto/${XORG_PN}-${PV}.tar.bz2" S = "${WORKDIR}/${XORG_PN}-${PV}" inherit autotools pkgconfig |