diff options
Diffstat (limited to 'packages/xorg-proto/xorg-proto-common.inc')
-rw-r--r-- | packages/xorg-proto/xorg-proto-common.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/xorg-proto/xorg-proto-common.inc b/packages/xorg-proto/xorg-proto-common.inc index 65dfd4207a..74e7312a50 100644 --- a/packages/xorg-proto/xorg-proto-common.inc +++ b/packages/xorg-proto/xorg-proto-common.inc @@ -1,16 +1,16 @@ DESCRIPTION = "X protocol headers" +HOMEPAGE = "http://www.x.org" SECTION = "x11/libs" -LICENSE= "MIT-X" #MAINTAINER = "" +LICENSE = "MIT-X" -SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/src/proto/${PN}-${XORG_RELEASE}-${PV}.tar.bz2" - -S = "${WORKDIR}/${PN}-${XORG_RELEASE}-${PV}" - -XORG_RELEASE ?= "X11R7.0" +#DEPENDS = "" +XORG_PN = "${PN}" +SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/proto/${XORG_PN}-${PV}.tar.gz" +S = "${WORKDIR}/${XORG_PN}-${PV}" inherit autotools pkgconfig -do_stage () { +do_stage() { autotools_stage_all } |