mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 00:49:11 +00:00
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>
This commit is contained in:
parent
f68f9d4816
commit
285dbc0c2c
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user