xorg-lib-common: handle X11R7.2 and newer
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 9 May 2007 16:54:29 +0000 (16:54 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 9 May 2007 16:54:29 +0000 (16:54 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1674 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-lib/xorg-lib-common.inc

index b126274..e1f783e 100644 (file)
@@ -2,14 +2,15 @@ HOMEPAGE = "http://www.x.org"
 SECTION = "x11/libs"
 LICENSE = "MIT-X"
 
-DEPENDS = "util-macros"
+DEPENDS = "util-macros xorg-headers-native"
 XORG_PN = "${PN}"
-SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/lib/${XORG_PN}-${PV}.tar.gz"
+XORG_RELEASE = "${@["individual",bb.data.getVar('PV', d, 1)[0:7]+"/src"][bb.data.getVar('PV', d, 1)[0:4] == "X11R"]}"
+SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/lib/${XORG_PN}-${PV}.tar.bz2"
 S = "${WORKDIR}/${XORG_PN}-${PV}"
 
 inherit autotools pkgconfig
 
-EXTRA_OECONF="--enable-malloc0returnsnull"
+EXTRA_OECONF = "--enable-malloc0returnsnull"
 
 do_stage() {
        autotools_stage_all