diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-02 17:43:42 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-03 16:12:03 +0200 |
commit | 285dbc0c2c8634d8a9aa4e7abe24bbebf0f0c549 (patch) | |
tree | fce6dad5a4f7489cdd1a6da271bf870281a62e25 /meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb | |
parent | f68f9d4816d4fe7a5cf3519930731effc5289bca (diff) | |
download | meta-openembedded-285dbc0c2c8634d8a9aa4e7abe24bbebf0f0c549.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb')
-rw-r--r-- | meta-multimedia/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 30256d53d..0b4d6964d 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 | |||
9 | 9 | ||
10 | SRCREV = "82388d55dae79cbb2e486e307e23202e76a43efa" | 10 | SRCREV = "82388d55dae79cbb2e486e307e23202e76a43efa" |
11 | 11 | ||
12 | PV = "11.0" | 12 | PV = "11.0+gitr${SRCPV}" |
13 | PR = "r14" | 13 | PR = "r14" |
14 | PR_append = "+gitr${SRCPV}" | ||
15 | SRC_URI = "git://github.com/xbmc/xbmc.git;branch=eden;protocol=git \ | 14 | SRC_URI = "git://github.com/xbmc/xbmc.git;branch=eden;protocol=git \ |
16 | file://0001-configure-don-t-run-python-distutils-to-find-STAGING.patch \ | 15 | file://0001-configure-don-t-run-python-distutils-to-find-STAGING.patch \ |
17 | file://0002-Revert-fixed-ios-Add-memory-barriers-to-atomic-Add-S.patch \ | 16 | file://0002-Revert-fixed-ios-Add-memory-barriers-to-atomic-Add-S.patch \ |