diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-28 08:23:31 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-28 08:23:31 +0000 |
commit | fa3f91a6bdc75a97b9e562bdee897a979a4417b2 (patch) | |
tree | b51e4fd1ef22787aac041b728fd963674d7e9175 /packages/xorg-app/xorg-app-common.inc | |
parent | f07ce82ea84796221b8356dddb031c51e504726e (diff) |
X11R7.2 preparation: xorg-apps
- add individual release support to xorg-app-common.inc
- add new X11R7.2 releases (individual release versions)
they have smaller versions than anything where PV begins
with "X11R7."... but the epoch is set PE="1".
Thus the new packages will only be selected by either
bitbake with epoch support or by a distro that sets
PREFERRED_VERSIONs for X11R7.2.
Diffstat (limited to 'packages/xorg-app/xorg-app-common.inc')
-rw-r--r-- | packages/xorg-app/xorg-app-common.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/xorg-app/xorg-app-common.inc b/packages/xorg-app/xorg-app-common.inc index b2a73f9ca8..15f76ab5e2 100644 --- a/packages/xorg-app/xorg-app-common.inc +++ b/packages/xorg-app/xorg-app-common.inc @@ -5,7 +5,8 @@ LICENSE = "MIT-X" #DEPENDS = "" XORG_PN = "${PN}" -SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/app/${XORG_PN}-${PV}.tar.bz2" +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}" |