[oe-commits] Martin Jansa : xorg: add name=archive to SRC_URI in include files

git version control git at git.openembedded.org
Thu Feb 11 10:46:09 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 01750b1dad45a7fadd43d034e407fdb265203457
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=01750b1dad45a7fadd43d034e407fdb265203457

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Feb 10 10:45:29 2010 +0100

xorg: add name=archive to SRC_URI in include files

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-app/xorg-app-common.inc           |    2 +-
 recipes/xorg-data/xorg-data-common.inc         |    2 +-
 recipes/xorg-doc/xorg-doc-common.inc           |    2 +-
 recipes/xorg-driver/xorg-driver-common.inc     |    2 +-
 recipes/xorg-font/xorg-font-common.inc         |    2 +-
 recipes/xorg-lib/xorg-lib-common.inc           |    2 +-
 recipes/xorg-proto/xorg-proto-common.inc       |    2 +-
 recipes/xorg-util/xorg-util-common.inc         |    2 +-
 recipes/xorg-xserver/xorg-xserver-common.inc   |    2 +-
 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 cd7f654..02db754 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 46b14d7..6f89bfb 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 bbf1fca..56d2d5c 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 3277160..4ef4836 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 5cf40e8..0fc2e8f 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 130f8d1..942a247 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 1ab4ad9..17bd6ad 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 56aae30..998b37b 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 a2a95b7..438da81 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 fd4b2f6..9df0232 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 \





More information about the Openembedded-commits mailing list