mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
fb-test: fix SRC_URI
Original repo doesn't exist any more. Even though I couldn't find any
new official repo, this is the only one on github that contains used
commit hash.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit c57e4d5faa)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
1a81088730
commit
a12eff7e3f
+1
-3
@@ -1,12 +1,10 @@
|
||||
SUMMARY = "Test suite for Linux framebuffer"
|
||||
|
||||
PV = "1.1.0"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
|
||||
|
||||
SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2"
|
||||
SRC_URI = "git://github.com/prpplague/fb-test-app.git;branch=master;protocol=https"
|
||||
SRC_URI = "git://github.com//ponty/fb-test-app.git;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user