summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-proto/xorg-proto-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/xorg-proto/xorg-proto-common.inc')
-rw-r--r--meta/packages/xorg-proto/xorg-proto-common.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/xorg-proto/xorg-proto-common.inc b/meta/packages/xorg-proto/xorg-proto-common.inc
index 05a9c68e22..1dc4f12fc7 100644
--- a/meta/packages/xorg-proto/xorg-proto-common.inc
+++ b/meta/packages/xorg-proto/xorg-proto-common.inc
@@ -5,7 +5,8 @@ LICENSE = "MIT-X"
5 5
6#DEPENDS = "" 6#DEPENDS = ""
7XORG_PN = "${PN}" 7XORG_PN = "${PN}"
8SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/proto/${XORG_PN}-${PV}.tar.gz" 8XORG_RELEASE = "${@["individual",bb.data.getVar('PV', d, 1)[0:7]+"/src"][bb.data.getVar('PV', d, 1)[0:4] == "X11R"]}"
9SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/proto/${XORG_PN}-${PV}.tar.bz2"
9S = "${WORKDIR}/${XORG_PN}-${PV}" 10S = "${WORKDIR}/${XORG_PN}-${PV}"
10 11
11inherit autotools pkgconfig 12inherit autotools pkgconfig