diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-09 10:42:31 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-09 10:42:31 +0000 |
commit | cb500cd2ee28e59b29d409e79450560ab2ad4270 (patch) | |
tree | 375c6dc04f16bbdd1976f8889d25045ca1e47f89 /packages/xorg-data | |
parent | 9122d6a39d5de70017c0476eca03adb51e9f876e (diff) | |
parent | 5b8d59537b5beadb7e25a72172544069d88fa856 (diff) |
merge of '29f18c2c0029fd3d13de5cd9fcfb660d02e92d7f'
and '6172d35f51653bcccfdee6d1406ae52584df35a7'
Diffstat (limited to 'packages/xorg-data')
-rw-r--r-- | packages/xorg-data/xorg-data-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/xorg-data/xorg-data-common.inc b/packages/xorg-data/xorg-data-common.inc index ade9fdec58..095bc095fc 100644 --- a/packages/xorg-data/xorg-data-common.inc +++ b/packages/xorg-data/xorg-data-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/data/${XORG_PN}-${PV}.tar.gz" +SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/data/${XORG_PN}-${PV}.tar.bz2" S = "${WORKDIR}/${XORG_PN}-${PV}" inherit autotools pkgconfig |