1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

xorg-app-common.inc: handle X11R7.2 and newer releases

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1636 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-05-09 15:19:45 +00:00
parent c23dbdf3cf
commit c91e54338f
+3 -2
View File
@@ -1,11 +1,12 @@
DESCRIPTION = "X application"
HOMEPAGE = "http://www.x.org"
SECTION = "x11/apps"
SECTION = "x11/applications"
LICENSE = "MIT-X"
DEPENDS = "util-macros"
XORG_PN = "${PN}"
SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/app/${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}/app/${XORG_PN}-${PV}.tar.bz2"
S = "${WORKDIR}/${XORG_PN}-${PV}"
FILES_${PN} += " /usr/lib/X11/${XORG_PN}"