diff options
Diffstat (limited to 'meta/packages/xorg-proto/xorg-proto-common.inc')
-rw-r--r-- | meta/packages/xorg-proto/xorg-proto-common.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/xorg-proto/xorg-proto-common.inc b/meta/packages/xorg-proto/xorg-proto-common.inc index 1dc4f12fc7..248bbc7e11 100644 --- a/meta/packages/xorg-proto/xorg-proto-common.inc +++ b/meta/packages/xorg-proto/xorg-proto-common.inc | |||
@@ -1,16 +1,16 @@ | |||
1 | DESCRIPTION = "X protocol headers" | 1 | DESCRIPTION = "X protocol headers: ${XORG_PN}" |
2 | HOMEPAGE = "http://www.x.org" | 2 | HOMEPAGE = "http://www.x.org" |
3 | SECTION = "x11/libs" | 3 | SECTION = "x11/libs" |
4 | LICENSE = "MIT-X" | 4 | LICENSE = "MIT-X" |
5 | 5 | ||
6 | #DEPENDS = "" | ||
7 | XORG_PN = "${PN}" | 6 | XORG_PN = "${PN}" |
8 | XORG_RELEASE = "${@["individual",bb.data.getVar('PV', d, 1)[0:7]+"/src"][bb.data.getVar('PV', d, 1)[0:4] == "X11R"]}" | 7 | |
9 | SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/proto/${XORG_PN}-${PV}.tar.bz2" | 8 | SRC_URI = "${XORG_MIRROR}/individual/proto/${XORG_PN}-${PV}.tar.bz2" |
9 | |||
10 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 10 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
11 | 11 | ||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | do_stage() { | 14 | do_stage() { |
15 | autotools_stage_all | 15 | autotools_stage_all |
16 | } | 16 | } |