aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2022-04-04 19:29:03 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2022-04-12 13:42:24 +0200
commit4a49bae559e4519bd571a7152918cd576690c0bf (patch)
tree925d9024b1a3d79e3d12c9401bfbc4966403575c
parent6f35a98fddfe7812cb4c3935596f3ff6c3465a93 (diff)
downloadmeta-openembedded-contrib-4a49bae559e4519bd571a7152918cd576690c0bf.tar.gz
htop: switch branch from master to main
* the branch was renamed in upstream * it's already resolved in meta-oe/kirkstone since this commit: commit cef2d1429bedbc256c5fac7a1a336842865dc2d3 Author: Robert Joslyn <robert.joslyn@redrectangle.org> Date: Sat Jan 15 06:19:04 2022 -0800 Subject: htop: Update to 3.1.2 Upstream renamed the branch to "main", update SRC_URI. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/htop/htop_3.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/htop/htop_3.0.1.bb b/meta-oe/recipes-support/htop/htop_3.0.1.bb
index d677e36c01..2125e581f4 100644
--- a/meta-oe/recipes-support/htop/htop_3.0.1.bb
+++ b/meta-oe/recipes-support/htop/htop_3.0.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4099d367cd5e59b6d4fc1ee33accb891"
DEPENDS = "ncurses"
-SRC_URI = "git://github.com/htop-dev/htop.git \
+SRC_URI = "git://github.com/htop-dev/htop.git;branch=main;protocol=https \
file://0001-Use-pkg-config.patch \
"
SRCREV = "dace850fa6e27b5626115b366059258cfe4d60c9"