diff options
| -rw-r--r-- | meta-oe/recipes-support/edid-decode/edid-decode_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/edid-decode/edid-decode_git.bb b/meta-oe/recipes-support/edid-decode/edid-decode_git.bb index 6eaec800ca..37fe0e1bdc 100644 --- a/meta-oe/recipes-support/edid-decode/edid-decode_git.bb +++ b/meta-oe/recipes-support/edid-decode/edid-decode_git.bb | |||
| @@ -9,6 +9,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2ef696d66c156139232201f223c22592" | |||
| 9 | SRC_URI= "git://git.linuxtv.org/edid-decode.git;protocol=https;branch=master" | 9 | SRC_URI= "git://git.linuxtv.org/edid-decode.git;protocol=https;branch=master" |
| 10 | SRCREV = "5920bf2a756b2f748c49ff6a08b9f421026473c5" | 10 | SRCREV = "5920bf2a756b2f748c49ff6a08b9f421026473c5" |
| 11 | PV = "0.0+git" | 11 | PV = "0.0+git" |
| 12 | |||
| 13 | # Upstream repo does not tag | ||
| 14 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 15 | |||
| 12 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 13 | 17 | ||
| 14 | do_install() { | 18 | do_install() { |
