diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-04-06 20:23:47 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-04-06 13:33:29 -0700 |
commit | 902919167a97055e9be9cd3654f29823e81ae382 (patch) | |
tree | 97ffdd2970d797954cad1432c72d8c301a55212b /meta-oe | |
parent | 08fad9f3a6d1026eea84906c2ede7a4a2dc93863 (diff) | |
download | meta-openembedded-902919167a97055e9be9cd3654f29823e81ae382.tar.gz |
libyui: switch to libyui-old repo which still has this SRCREV
* af06143017fc5f18c4b6488ba4aed26bcc43ff6e doesn't exist in current repo:
libyui$ git branch -a --contains af06143017fc5f18c4b6488ba4aed26bcc43ff6e
error: no such commit af06143017fc5f18c4b6488ba4aed26bcc43ff6e
* there are no common commits in the new libyui repo, but luckily old
repo is kept as
https://github.com/libyui/libyui-old
similarly libyui-ncurses now contains only README about being obsolete in:
https://github.com/libyui/libyui-ncurses
but at least it wasn't rewritten to have the new content
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb b/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb index bba17962e..e42c178e6 100644 --- a/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb +++ b/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.gpl-3;md5=d32239bcb673463ab874e80d47fae504 \ | |||
5 | file://COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | 5 | file://COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ |
6 | " | 6 | " |
7 | 7 | ||
8 | SRC_URI = "git://github.com/libyui/libyui.git \ | 8 | SRC_URI = "git://github.com/libyui/libyui-old.git \ |
9 | file://0001-Fix-build-with-clang.patch \ | 9 | file://0001-Fix-build-with-clang.patch \ |
10 | file://0001-Use-relative-install-paths-for-CMake.patch \ | 10 | file://0001-Use-relative-install-paths-for-CMake.patch \ |
11 | " | 11 | " |