From 09655e311453cc8681bf52305d838561d243a8b6 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Sun, 7 May 2006 07:51:24 +0000 Subject: xlibs: Fix XORG_MIRROR SRC_URI update. - This adds some python code to xorg-xlibs.inc to handle packages that already have 'X11R7.0-' in their PV (missing epoch support). --- packages/xlibs/xorg-xlibs.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/xlibs') diff --git a/packages/xlibs/xorg-xlibs.inc b/packages/xlibs/xorg-xlibs.inc index 037e2b9958..1a89d35363 100644 --- a/packages/xlibs/xorg-xlibs.inc +++ b/packages/xlibs/xorg-xlibs.inc @@ -1,5 +1,6 @@ -SRC_URI = "${XORG_MIRROR}/X11R7.0/src/lib/${XORG_PN}-X11R7.0-${PV}.tar.bz2" -S = "${WORKDIR}/${XORG_PN}-X11R7.0-${PV}" +XORG_PV = "${@['X11R7.0-${PV}','${PV}'][bb.data.getVar('PV', d, 1)[0:8]=='X11R7.0-']}" +SRC_URI = "${XORG_MIRROR}/X11R7.0/src/lib/${XORG_PN}-${XORG_PV}.tar.bz2" +S = "${WORKDIR}/${XORG_PN}-${XORG_PV}" inherit autotools pkgconfig -- cgit v1.2.3