diff options
| -rw-r--r-- | meta-oe/recipes-graphics/libyui/libyui-ncurses_4.1.1.bb (renamed from meta-oe/recipes-graphics/libyui/libyui-ncurses_4.0.0.bb) | 11 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/libyui/libyui_4.1.1.bb (renamed from meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb) | 12 |
2 files changed, 11 insertions, 12 deletions
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 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 @@ | |||
| 1 | SUMMARY = "Character Based User Interface for libyui" | 1 | SUMMARY = "Character Based User Interface for libyui" |
| 2 | LICENSE = "LGPLv3" | 2 | LICENSE = "LGPLv3" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | 3 | LIC_FILES_CHKSUM = "file://../COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ |
| 4 | file://COPYING.lgpl-2.1;md5=4fbd65380cdd255951079008b364516c \ | 4 | file://../COPYING.lgpl-2.1;md5=4fbd65380cdd255951079008b364516c \ |
| 5 | " | 5 | " |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/libyui/libyui-ncurses.git \ | 7 | SRC_URI = "git://github.com/libyui/libyui.git" |
| 8 | " | ||
| 9 | 8 | ||
| 10 | SRC_URI_append_class-target = " file://0001-Fix-the-error-of-can-t-find-header-file.patch" | 9 | SRC_URI_append_class-target = " file://0001-Fix-the-error-of-can-t-find-header-file.patch" |
| 11 | 10 | ||
| 12 | SRCREV = "37d3a1e815a47f536b4f694f139f279cc93a3854" | 11 | SRCREV = "718ac672374a2b0f50cbc7d637d90e6471babc3d" |
| 13 | 12 | ||
| 14 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git/libyui-ncurses" |
| 15 | 14 | ||
| 16 | inherit cmake gettext pkgconfig | 15 | inherit cmake gettext pkgconfig |
| 17 | 16 | ||
diff --git a/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb b/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 @@ | |||
| 1 | SUMMARY = "Libyui is a widget abstraction library providing Qt, GTK and ncurses frontends." | 1 | SUMMARY = "Libyui is a widget abstraction library providing Qt, GTK and ncurses frontends." |
| 2 | LICENSE = "LGPLv3" | 2 | LICENSE = "LGPLv3" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING.gpl-3;md5=d32239bcb673463ab874e80d47fae504 \ | 3 | LIC_FILES_CHKSUM = "file://../COPYING.gpl-3;md5=d32239bcb673463ab874e80d47fae504 \ |
| 4 | file://COPYING.lgpl-2.1;md5=4fbd65380cdd255951079008b364516c \ | 4 | file://../COPYING.lgpl-2.1;md5=4fbd65380cdd255951079008b364516c \ |
| 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-old.git \ | 8 | SRC_URI = "git://github.com/libyui/libyui.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 | " |
| 12 | 12 | ||
| 13 | SRCREV = "af06143017fc5f18c4b6488ba4aed26bcc43ff6e" | 13 | SRCREV = "718ac672374a2b0f50cbc7d637d90e6471babc3d" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git/libyui" |
| 16 | 16 | ||
| 17 | inherit cmake gettext pkgconfig | 17 | inherit cmake gettext pkgconfig |
| 18 | 18 | ||
