diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-10 10:45:29 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-11 11:40:30 +0100 |
commit | 739481bea0235ed50d67e9e99bf5a54b0e2be6c9 (patch) | |
tree | 9743931e5ceed2575d50d27eae90ea13c96c7620 | |
parent | 3d74b70a416ce424d55659d77df7b1eb17f56de7 (diff) |
xorg: add name=archive to SRC_URI in include files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/xorg-app/xorg-app-common.inc | 2 | ||||
-rw-r--r-- | recipes/xorg-data/xorg-data-common.inc | 2 | ||||
-rw-r--r-- | recipes/xorg-doc/xorg-doc-common.inc | 2 | ||||
-rw-r--r-- | recipes/xorg-driver/xorg-driver-common.inc | 2 | ||||
-rw-r--r-- | recipes/xorg-font/xorg-font-common.inc | 2 | ||||
-rw-r--r-- | recipes/xorg-lib/xorg-lib-common.inc | 2 | ||||
-rw-r--r-- | recipes/xorg-proto/xorg-proto-common.inc | 2 | ||||
-rw-r--r-- | recipes/xorg-util/xorg-util-common.inc | 2 | ||||
-rw-r--r-- | recipes/xorg-xserver/xorg-xserver-common.inc | 2 | ||||
-rw-r--r-- | recipes/xorg-xserver/xserver-kdrive-common.inc | 2 |
10 files changed, 10 insertions, 10 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}" diff --git a/recipes/xorg-data/xorg-data-common.inc b/recipes/xorg-data/xorg-data-common.inc index 46b14d73af..6f89bfb2da 100644 --- a/recipes/xorg-data/xorg-data-common.inc +++ b/recipes/xorg-data/xorg-data-common.inc @@ -4,7 +4,7 @@ LICENSE = "MIT-X" XORG_PN = "${PN}" -SRC_URI = "${XORG_MIRROR}/individual/data/${XORG_PN}-${PV}.tar.bz2" +SRC_URI = "${XORG_MIRROR}/individual/data/${XORG_PN}-${PV}.tar.bz2;name=archive" S = "${WORKDIR}/${XORG_PN}-${PV}" inherit autotools pkgconfig diff --git a/recipes/xorg-doc/xorg-doc-common.inc b/recipes/xorg-doc/xorg-doc-common.inc index bbf1fca05e..56d2d5c1ea 100644 --- a/recipes/xorg-doc/xorg-doc-common.inc +++ b/recipes/xorg-doc/xorg-doc-common.inc @@ -4,7 +4,7 @@ SECTION = "x11/docs" LICENSE = "MIT-X" XORG_PN = "${PN}" -SRC_URI = "${XORG_MIRROR}/individual/doc/${XORG_PN}-${PV}.tar.bz2" +SRC_URI = "${XORG_MIRROR}/individual/doc/${XORG_PN}-${PV}.tar.bz2;name=archive" S = "${WORKDIR}/${XORG_PN}-${PV}" diff --git a/recipes/xorg-driver/xorg-driver-common.inc b/recipes/xorg-driver/xorg-driver-common.inc index 3277160bae..4ef483671b 100644 --- a/recipes/xorg-driver/xorg-driver-common.inc +++ b/recipes/xorg-driver/xorg-driver-common.inc @@ -7,7 +7,7 @@ PR = "r9" DEPENDS = "randrproto xorg-server xproto" XORG_PN = "${PN}" -SRC_URI = "${XORG_MIRROR}/individual/driver/${XORG_PN}-${PV}.tar.bz2" +SRC_URI = "${XORG_MIRROR}/individual/driver/${XORG_PN}-${PV}.tar.bz2;name=archive" S = "${WORKDIR}/${XORG_PN}-${PV}" diff --git a/recipes/xorg-font/xorg-font-common.inc b/recipes/xorg-font/xorg-font-common.inc index 5cf40e8436..0fc2e8fda4 100644 --- a/recipes/xorg-font/xorg-font-common.inc +++ b/recipes/xorg-font/xorg-font-common.inc @@ -8,7 +8,7 @@ RDEPENDS = "encodings font-util font-alias" XORG_PN = "${PN}" INC_PR = "r1" -SRC_URI = "${XORG_MIRROR}/individual/font/${XORG_PN}-${PV}.tar.bz2" +SRC_URI = "${XORG_MIRROR}/individual/font/${XORG_PN}-${PV}.tar.bz2;name=archive" S = "${WORKDIR}/${XORG_PN}-${PV}" inherit autotools pkgconfig diff --git a/recipes/xorg-lib/xorg-lib-common.inc b/recipes/xorg-lib/xorg-lib-common.inc index 130f8d1755..942a247b40 100644 --- a/recipes/xorg-lib/xorg-lib-common.inc +++ b/recipes/xorg-lib/xorg-lib-common.inc @@ -5,7 +5,7 @@ DEPENDS = "util-macros xorg-headers-native" XORG_PN = "${PN}" -SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2" +SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2;name=archive" S = "${WORKDIR}/${XORG_PN}-${PV}" diff --git a/recipes/xorg-proto/xorg-proto-common.inc b/recipes/xorg-proto/xorg-proto-common.inc index 1ab4ad91d1..17bd6ade9c 100644 --- a/recipes/xorg-proto/xorg-proto-common.inc +++ b/recipes/xorg-proto/xorg-proto-common.inc @@ -9,7 +9,7 @@ XORG_PN = "${PN}" ALLOW_EMPTY = "1" -SRC_URI = "${XORG_MIRROR}/individual/proto/${XORG_PN}-${PV}.tar.bz2" +SRC_URI = "${XORG_MIRROR}/individual/proto/${XORG_PN}-${PV}.tar.bz2;name=archive" S = "${WORKDIR}/${XORG_PN}-${PV}" 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}" diff --git a/recipes/xorg-xserver/xorg-xserver-common.inc b/recipes/xorg-xserver/xorg-xserver-common.inc index a2a95b74cf..438da8110d 100644 --- a/recipes/xorg-xserver/xorg-xserver-common.inc +++ b/recipes/xorg-xserver/xorg-xserver-common.inc @@ -19,7 +19,7 @@ libxv" RECOMMENDS_${PN} = "hal libpciaccess" XORG_PN = "xorg-server" -SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2" +SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2;name=archive" S = "${WORKDIR}/${XORG_PN}-${PV}" diff --git a/recipes/xorg-xserver/xserver-kdrive-common.inc b/recipes/xorg-xserver/xserver-kdrive-common.inc index fd4b2f6045..9df0232f9c 100644 --- a/recipes/xorg-xserver/xserver-kdrive-common.inc +++ b/recipes/xorg-xserver/xserver-kdrive-common.inc @@ -72,7 +72,7 @@ FILES_${PKGN}-smi = "${bindir}/Xsmi" FILES_${PKGN}-vesa = "${bindir}/Xvesa" FILES_${PKGN}-via = "${bindir}/Xvia" -SRC_URI ?= "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ +SRC_URI ?= "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2;name=archive \ ${KDRIVE_COMMON_PATCHES}" KDRIVE_COMMON_PATCHES = " \ file://kmode.patch;patch=1 \ |