diff options
Diffstat (limited to 'meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb')
-rw-r--r-- | meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb b/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb index 6082ea2574..98db76eda1 100644 --- a/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb +++ b/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb | |||
@@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | |||
6 | SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2" | 6 | SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2" |
7 | SRC_URI = "git://github.com//ponty/fb-test-app.git;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com//ponty/fb-test-app.git;branch=master;protocol=https" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | # Upstream repo does not tag |
10 | UPSTREAM_CHECK_COMMITS = "1" | ||
11 | |||
10 | 12 | ||
11 | do_install() { | 13 | do_install() { |
12 | install -d ${D}${bindir} | 14 | install -d ${D}${bindir} |