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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user