mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
sunxi-board-fex: Fix recipe versioning
Git repository sunxi-boards is not versioned. For now there is no tracking of a git revision in the recipe. This patch fixes it. Related discussion: http://article.gmane.org/gmane.comp.handhelds.openembedded/62130 Signed-off-by: Tomas Novotny <novotny@rehivetech.com>
This commit is contained in:
parent
00b9ae419e
commit
969a4e6b0b
@ -4,10 +4,11 @@ DESCRIPTION = "Handler for Allwinner's FEX files"
|
||||
LICENSE = "CC0-1.0"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/${LICENSE};md5=0ceb3372c9595f0a8067e55da801e4a1"
|
||||
DEPENDS = "sunxi-tools-native"
|
||||
PV = "1.0"
|
||||
PR = "r6"
|
||||
PV = "1.1+git${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "git://github.com/linux-sunxi/sunxi-boards.git;protocol=git"
|
||||
# Increase PV with SRCREV change
|
||||
SRCREV = "5e63e3da42254d3c23eb6436a03ed1d32fb11e98"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
Loading…
Reference in New Issue
Block a user