summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb (renamed from meta-oe/recipes-test/fbtest/fb-test_git.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-test/fbtest/fb-test_git.bb b/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb
index 299213572..14ab41b14 100644
--- a/meta-oe/recipes-test/fbtest/fb-test_git.bb
+++ b/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb
@@ -1,12 +1,10 @@
1SUMMARY = "Test suite for Linux framebuffer" 1SUMMARY = "Test suite for Linux framebuffer"
2 2
3PV = "1.1.0"
4
5LICENSE = "GPLv2" 3LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" 4LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
7 5
8SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2" 6SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2"
9SRC_URI = "git://github.com/prpplague/fb-test-app.git;branch=master;protocol=https" 7SRC_URI = "git://github.com//ponty/fb-test-app.git;branch=master;protocol=https"
10 8
11S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
12 10