diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-12-05 21:05:31 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-12-06 09:56:50 -0800 |
| commit | c57e4d5faa3d1c4b23173a4f26b2cd1aff846b34 (patch) | |
| tree | 2989aa6da1f8a1c5a2f91052b2dab66fe6026e4d | |
| parent | f0b4e37b77efe727cf2b3288256609eae8ceb119 (diff) | |
| download | meta-openembedded-c57e4d5faa3d1c4b23173a4f26b2cd1aff846b34.tar.gz | |
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>
| -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 2992135726..14ab41b144 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 @@ | |||
| 1 | SUMMARY = "Test suite for Linux framebuffer" | 1 | SUMMARY = "Test suite for Linux framebuffer" |
| 2 | 2 | ||
| 3 | PV = "1.1.0" | ||
| 4 | |||
| 5 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" |
| 7 | 5 | ||
| 8 | SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2" | 6 | SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2" |
| 9 | SRC_URI = "git://github.com/prpplague/fb-test-app.git;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com//ponty/fb-test-app.git;branch=master;protocol=https" |
| 10 | 8 | ||
| 11 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 12 | 10 | ||
