summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-10-08 15:52:13 +0800
committerKhem Raj <raj.khem@gmail.com>2022-10-08 11:36:57 -0700
commitad0362ea2e274502a8ab62dbdd80550b40ba8f43 (patch)
tree17b69f50ecf3dbbae90a4588814d77abd471fc4f /meta-oe
parentee1cd3189677becd7407d399e4cd7237fb043935 (diff)
downloadmeta-openembedded-ad0362ea2e274502a8ab62dbdd80550b40ba8f43.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/dool/dool_1.1.0.bb (renamed from meta-oe/recipes-support/dool/dool_1.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/dool/dool_1.0.0.bb b/meta-oe/recipes-support/dool/dool_1.1.0.bb
index d34397c12..dcb66c7fd 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
13 file://0001-Fix-build-error-as-following.patch \ 13 file://0001-Fix-build-error-as-following.patch \
14 " 14 "
15 15
16SRCREV = "34a3244b46aa70a31f871a7ca8ffa8d3a7b950d2" 16SRCREV = "41ec7b392b358dae29f0b587711d5c8f7f462805"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19