diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-08-02 08:32:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-08-02 08:32:03 +0000 |
commit | bad89a45a6abfd7ecf62429366089da02a2b92f1 (patch) | |
tree | 1c0422c5f917fa96463abb3d45cc7c27711c5bfb /packages/xorg-util/xorg-util-common.inc | |
parent | b4abcd7a8d3882312c51098e0c03304007b94ccf (diff) | |
parent | b3e110eff605bd2361ea92bd748f59e48d508f33 (diff) |
merge of '2ef8a2b13a8a5d81ce6663db27657a18b66de8cb'
and '81722d85338d326b44bc58a0fe61f15c7fbd724f'
Diffstat (limited to 'packages/xorg-util/xorg-util-common.inc')
-rw-r--r-- | packages/xorg-util/xorg-util-common.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/xorg-util/xorg-util-common.inc b/packages/xorg-util/xorg-util-common.inc index f6e9c65b78..56aae30725 100644 --- a/packages/xorg-util/xorg-util-common.inc +++ b/packages/xorg-util/xorg-util-common.inc @@ -2,13 +2,14 @@ HOMEPAGE = "http://www.x.org" SECTION = "x11/utils" 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.bz2" + +SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz" + S = "${WORKDIR}/${XORG_PN}-${PV}" inherit autotools pkgconfig do_stage() { - autotools_stage_all + autotools_stage_all } |