mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
edid-decode: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
When performing devtool check-upgrade-status, UNKNOWN_BROKEN status appears. On the upstream source repository, releases are not identified by tags. So, UPSTREAM_CHECK_COMMITS is set to 1, to find the latest upstream update. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
d4b1cf3d39
commit
1a87fb3ef0
@@ -9,6 +9,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2ef696d66c156139232201f223c22592"
|
|||||||
SRC_URI= "git://git.linuxtv.org/edid-decode.git;protocol=https;branch=master"
|
SRC_URI= "git://git.linuxtv.org/edid-decode.git;protocol=https;branch=master"
|
||||||
SRCREV = "5920bf2a756b2f748c49ff6a08b9f421026473c5"
|
SRCREV = "5920bf2a756b2f748c49ff6a08b9f421026473c5"
|
||||||
PV = "0.0+git"
|
PV = "0.0+git"
|
||||||
|
|
||||||
|
# Upstream repo does not tag
|
||||||
|
UPSTREAM_CHECK_COMMITS = "1"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user