1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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
This commit is contained in:
Marcin Juszkiewicz
2007-05-09 16:54:29 +00:00
parent 3bd8b94fbb
commit 0a384c74a2
+4 -3
View 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