summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-01-10 10:01:52 +0800
committerKhem Raj <raj.khem@gmail.com>2022-01-11 17:51:55 -0800
commit61bef7a42deeeb3304d6ab113cd3a3237a307da9 (patch)
tree4e78122a9b8eda73420b5295dcdbfc5a05f95c88
parent89a0340478fc2cbb60fc232d14ffe039e3b23048 (diff)
downloadmeta-openembedded-61bef7a42deeeb3304d6ab113cd3a3237a307da9.tar.gz
dnfdragora: upgrade 1.1.2 -> 2.1.2
Changelog: Bugs fixed for this release <https://github.com/manatools/dnfdragora/issues/#####> ========= Fixed wrong access to manatools.service module (issue #202) Fixed issue #189 "No line break to fit the width of the window in dnfdragora" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb (renamed from meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb
index fdc164d56..c32165150 100644
--- a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb
+++ b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb
@@ -9,8 +9,7 @@ SRC_URI = "git://github.com/manatools/dnfdragora.git;branch=master;protocol=http
9 file://0001-To-fix-error-when-do_package.patch \ 9 file://0001-To-fix-error-when-do_package.patch \
10 " 10 "
11 11
12PV = "1.1.2+git${SRCPV}" 12SRCREV = "5cbbc07c9d015af284a424a172a379b385f05b6f"
13SRCREV = "19e123132cfd4efd860e5204261c3c228bfe80a8"
14 13
15S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
16 15