From ad0362ea2e274502a8ab62dbdd80550b40ba8f43 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sat, 8 Oct 2022 15:52:13 +0800 Subject: [PATCH] dool: upgrade 1.0.0 -> 1.1.0 Changelog: ======== Use unicode box drawing characters to make things look more modern Add installation script Make the output cleaner by using better ANSI line clearing options Better compatibility on older versions of Python. Tested on Python 3.6 Memory calculation is now closer to free Include "available" memory instead of "buffers" Major README updates to help new users get started Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/dool/{dool_1.0.0.bb => dool_1.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/dool/{dool_1.0.0.bb => dool_1.1.0.bb} (94%) diff --git a/meta-oe/recipes-support/dool/dool_1.0.0.bb b/meta-oe/recipes-support/dool/dool_1.1.0.bb similarity index 94% rename from meta-oe/recipes-support/dool/dool_1.0.0.bb rename to meta-oe/recipes-support/dool/dool_1.1.0.bb index d34397c12a..dcb66c7fd4 100644 --- a/meta-oe/recipes-support/dool/dool_1.0.0.bb +++ b/meta-oe/recipes-support/dool/dool_1.1.0.bb @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=http file://0001-Fix-build-error-as-following.patch \ " -SRCREV = "34a3244b46aa70a31f871a7ca8ffa8d3a7b950d2" +SRCREV = "41ec7b392b358dae29f0b587711d5c8f7f462805" S = "${WORKDIR}/git"