aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-util
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-02-10 10:45:29 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-02-11 11:40:30 +0100
commit739481bea0235ed50d67e9e99bf5a54b0e2be6c9 (patch)
tree9743931e5ceed2575d50d27eae90ea13c96c7620 /recipes/xorg-util
parent3d74b70a416ce424d55659d77df7b1eb17f56de7 (diff)
downloadopenembedded-739481bea0235ed50d67e9e99bf5a54b0e2be6c9.tar.gz
xorg: add name=archive to SRC_URI in include files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-util')
-rw-r--r--recipes/xorg-util/xorg-util-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-util/xorg-util-common.inc b/recipes/xorg-util/xorg-util-common.inc
index 56aae30725..998b37b3c0 100644
--- a/recipes/xorg-util/xorg-util-common.inc
+++ b/recipes/xorg-util/xorg-util-common.inc
@@ -4,7 +4,7 @@ LICENSE = "MIT-X"
XORG_PN = "${PN}"
-SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz"
+SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz;name=archive"
S = "${WORKDIR}/${XORG_PN}-${PV}"