mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
xorg-proto-common: handle X11R7.2 and newer
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1683 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -5,7 +5,8 @@ LICENSE = "MIT-X"
|
||||
|
||||
#DEPENDS = ""
|
||||
XORG_PN = "${PN}"
|
||||
SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/proto/${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}/proto/${XORG_PN}-${PV}.tar.bz2"
|
||||
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user