summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-05-09 16:54:29 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-05-09 16:54:29 +0000
commit0a384c74a24f5813214e517b6b9d46ce667c7e0b (patch)
treeacd253d4aac8f8c4dbb4c32864e05961066e77a4
parent3bd8b94fbb6a6ac0979ec3193e6985cd060a9a19 (diff)
downloadpoky-0a384c74a24f5813214e517b6b9d46ce667c7e0b.tar.gz
xorg-lib-common: handle X11R7.2 and newer
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1674 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/xorg-lib/xorg-lib-common.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/xorg-lib/xorg-lib-common.inc b/meta/packages/xorg-lib/xorg-lib-common.inc
index b12627474a..e1f783e352 100644
--- a/meta/packages/xorg-lib/xorg-lib-common.inc
+++ b/meta/packages/xorg-lib/xorg-lib-common.inc
@@ -2,14 +2,15 @@ HOMEPAGE = "http://www.x.org"
2SECTION = "x11/libs" 2SECTION = "x11/libs"
3LICENSE = "MIT-X" 3LICENSE = "MIT-X"
4 4
5DEPENDS = "util-macros" 5DEPENDS = "util-macros xorg-headers-native"
6XORG_PN = "${PN}" 6XORG_PN = "${PN}"
7SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/lib/${XORG_PN}-${PV}.tar.gz" 7XORG_RELEASE = "${@["individual",bb.data.getVar('PV', d, 1)[0:7]+"/src"][bb.data.getVar('PV', d, 1)[0:4] == "X11R"]}"
8SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/lib/${XORG_PN}-${PV}.tar.bz2"
8S = "${WORKDIR}/${XORG_PN}-${PV}" 9S = "${WORKDIR}/${XORG_PN}-${PV}"
9 10
10inherit autotools pkgconfig 11inherit autotools pkgconfig
11 12
12EXTRA_OECONF="--enable-malloc0returnsnull" 13EXTRA_OECONF = "--enable-malloc0returnsnull"
13 14
14do_stage() { 15do_stage() {
15 autotools_stage_all 16 autotools_stage_all