summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/edid-decode/edid-decode_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/edid-decode/edid-decode_git.bb')
-rw-r--r--meta-oe/recipes-support/edid-decode/edid-decode_git.bb7
1 files changed, 5 insertions, 2 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..fc8681ca44 100644
--- a/meta-oe/recipes-support/edid-decode/edid-decode_git.bb
+++ b/meta-oe/recipes-support/edid-decode/edid-decode_git.bb
@@ -6,10 +6,13 @@ SECTION = "console/utils"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=2ef696d66c156139232201f223c22592" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=2ef696d66c156139232201f223c22592"
8 8
9SRC_URI= "git://git.linuxtv.org/edid-decode.git;protocol=https;branch=master" 9SRC_URI = "git://git.linuxtv.org/edid-decode.git;protocol=https;branch=master"
10SRCREV = "5920bf2a756b2f748c49ff6a08b9f421026473c5" 10SRCREV = "5920bf2a756b2f748c49ff6a08b9f421026473c5"
11PV = "0.0+git" 11PV = "0.0+git"
12S = "${WORKDIR}/git" 12
13# Upstream repo does not tag
14UPSTREAM_CHECK_COMMITS = "1"
15
13 16
14do_install() { 17do_install() {
15 oe_runmake 'DESTDIR=${D}' install 18 oe_runmake 'DESTDIR=${D}' install