* 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 * now both recipes need to use the same git repo and just different subdirs in S Signed-off-by: Martin Jansa <martin.ja...@gmail.com> --- ...byui-ncurses_4.0.0.bb => libyui-ncurses_4.1.1.bb} | 11 +++++------ .../libyui/{libyui_4.0.0.bb => libyui_4.1.1.bb} | 12 ++++++------ 2 files changed, 11 insertions(+), 12 deletions(-) rename meta-oe/recipes-graphics/libyui/{libyui-ncurses_4.0.0.bb => libyui-ncurses_4.1.1.bb} (79%) rename meta-oe/recipes-graphics/libyui/{libyui_4.0.0.bb => libyui_4.1.1.bb} (66%) diff --git a/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.0.0.bb b/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.1.1.bb similarity index 79% rename from meta-oe/recipes-graphics/libyui/libyui-ncurses_4.0.0.bb rename to meta-oe/recipes-graphics/libyui/libyui-ncurses_4.1.1.bb index a3a4a15066..fdf01618a2 100644 --- a/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.0.0.bb +++ b/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.1.1.bb @@ -1,17 +1,16 @@ SUMMARY = "Character Based User Interface for libyui" LICENSE = "LGPLv3" -LIC_FILES_CHKSUM = "file://COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ - file://COPYING.lgpl-2.1;md5=4fbd65380cdd255951079008b364516c \ +LIC_FILES_CHKSUM = "file://../COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ + file://../COPYING.lgpl-2.1;md5=4fbd65380cdd255951079008b364516c \ " -SRC_URI = "git://github.com/libyui/libyui-ncurses.git \ - " +SRC_URI = "git://github.com/libyui/libyui.git" SRC_URI_append_class-target = " file://0001-Fix-the-error-of-can-t-find-header-file.patch" -SRCREV = "37d3a1e815a47f536b4f694f139f279cc93a3854" +SRCREV = "718ac672374a2b0f50cbc7d637d90e6471babc3d" -S = "${WORKDIR}/git" +S = "${WORKDIR}/git/libyui-ncurses" inherit cmake gettext pkgconfig diff --git a/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb b/meta-oe/recipes-graphics/libyui/libyui_4.1.1.bb similarity index 66% rename from meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb rename to meta-oe/recipes-graphics/libyui/libyui_4.1.1.bb index e42c178e66..acab7d4568 100644 --- a/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb +++ b/meta-oe/recipes-graphics/libyui/libyui_4.1.1.bb @@ -1,18 +1,18 @@ SUMMARY = "Libyui is a widget abstraction library providing Qt, GTK and ncurses frontends." LICENSE = "LGPLv3" -LIC_FILES_CHKSUM = "file://COPYING.gpl-3;md5=d32239bcb673463ab874e80d47fae504 \ - file://COPYING.lgpl-2.1;md5=4fbd65380cdd255951079008b364516c \ - file://COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ +LIC_FILES_CHKSUM = "file://../COPYING.gpl-3;md5=d32239bcb673463ab874e80d47fae504 \ + file://../COPYING.lgpl-2.1;md5=4fbd65380cdd255951079008b364516c \ + file://../COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ " -SRC_URI = "git://github.com/libyui/libyui-old.git \ +SRC_URI = "git://github.com/libyui/libyui.git \ file://0001-Fix-build-with-clang.patch \ file://0001-Use-relative-install-paths-for-CMake.patch \ " -SRCREV = "af06143017fc5f18c4b6488ba4aed26bcc43ff6e" +SRCREV = "718ac672374a2b0f50cbc7d637d90e6471babc3d" -S = "${WORKDIR}/git" +S = "${WORKDIR}/git/libyui" inherit cmake gettext pkgconfig -- 2.30.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#90582): https://lists.openembedded.org/g/openembedded-devel/message/90582 Mute This Topic: https://lists.openembedded.org/mt/81897206/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-