From: Philipp Zabel Date: Sun, 7 May 2006 07:51:24 +0000 (+0000) Subject: xlibs: Fix XORG_MIRROR SRC_URI update. X-Git-Tag: Release-2010-05/1~9453^2~1764 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09655e311453cc8681bf52305d838561d243a8b6;p=openembedded.git 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). --- 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