[oe-commits] Martin Jansa : xbmc: append +gitr${SRCPV} to PV not PR

git at git.openembedded.org git at git.openembedded.org
Fri May 3 14:08:08 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 285dbc0c2c8634d8a9aa4e7abe24bbebf0f0c549
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=285dbc0c2c8634d8a9aa4e7abe24bbebf0f0c549

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu May  2 17:43:42 2013 +0200

xbmc: append +gitr${SRCPV} to PV not PR

* otherwise AUTOINC in SRCPV isn't expanded and stays in PKGR and
  filename
* I haven't seen it documented anywhere, but oe-core is full of checks
  like this:
  meta/classes/migrate_localcount.bbclass: if not 'AUTOINC' in pv:
  meta/classes/package.bbclass:            if 'AUTOINC' in pkgv:
  meta/classes/prexport.bbclass:           if 'AUTOINC' in ver:
  meta/classes/prserv.bbclass:             if 'AUTOINC' in pv:
  so it looks intentional

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-mediacentre/xbmc/xbmc_git.bb           |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb b/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb
index 30256d5..0b4d696 100644
--- a/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb
+++ b/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb
@@ -9,9 +9,8 @@ DEPENDS = "libusb1 libcec libplist expat yajl gperf-native libxmu fribidi mpeg2d
 
 SRCREV = "82388d55dae79cbb2e486e307e23202e76a43efa"
 
-PV = "11.0"
+PV = "11.0+gitr${SRCPV}"
 PR = "r14"
-PR_append = "+gitr${SRCPV}"
 SRC_URI = "git://github.com/xbmc/xbmc.git;branch=eden;protocol=git \
            file://0001-configure-don-t-run-python-distutils-to-find-STAGING.patch \
            file://0002-Revert-fixed-ios-Add-memory-barriers-to-atomic-Add-S.patch \





More information about the Openembedded-commits mailing list