diff options
Diffstat (limited to 'meta/packages/xorg-proto')
-rw-r--r-- | meta/packages/xorg-proto/xorg-proto-common.inc | 3 |
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 = "" |
7 | XORG_PN = "${PN}" | 7 | XORG_PN = "${PN}" |
8 | SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/proto/${XORG_PN}-${PV}.tar.gz" | 8 | XORG_RELEASE = "${@["individual",bb.data.getVar('PV', d, 1)[0:7]+"/src"][bb.data.getVar('PV', d, 1)[0:4] == "X11R"]}" |
9 | SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/proto/${XORG_PN}-${PV}.tar.bz2" | ||
9 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 10 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
10 | 11 | ||
11 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |