aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app
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-app
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-app')
-rw-r--r--recipes/xorg-app/xorg-app-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-app/xorg-app-common.inc b/recipes/xorg-app/xorg-app-common.inc
index cd7f654be2..02db754f5a 100644
--- a/recipes/xorg-app/xorg-app-common.inc
+++ b/recipes/xorg-app/xorg-app-common.inc
@@ -6,7 +6,7 @@ DEPENDS = "util-macros-native virtual/libx11"
XORG_PN = "${PN}"
-SRC_URI = "${XORG_MIRROR}/individual/app/${XORG_PN}-${PV}.tar.bz2"
+SRC_URI = "${XORG_MIRROR}/individual/app/${XORG_PN}-${PV}.tar.bz2;name=archive"
S = "${WORKDIR}/${XORG_PN}-${PV}"