From 63c524504cb184abd0ecde7109a75e4a24455160 Mon Sep 17 00:00:00 2001 From: Paulo Neves Date: Mon, 26 Jul 2021 16:36:12 +0200 Subject: [PATCH] --- yaml --- r: 47474 b: refs/heads/hardknott-next c: 864b9a12593452a09749812b3e37b24b57177802 h: refs/heads/master --- [refs] | 2 +- .../hardknott-next/meta-oe/recipes-support/htop/htop_3.0.5.bb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e76d93f188d..f24bf06b40d 100644 --- a/[refs] +++ b/[refs] @@ -40,6 +40,6 @@ refs/heads/dunfell-next: 85f8047c71047d93cf79a954142157f85079968d refs/heads/gatesgarth-next: f3f7a5f1a4713f145107bb043e0d14cb3a51c62f refs/heads/gatesgarth: f3f7a5f1a4713f145107bb043e0d14cb3a51c62f refs/heads/hardknott: d323115ecd437e397bd504758ba52988900f4747 -refs/heads/hardknott-next: e20a9a88502ea6098b6b654e83fcde002ff977d7 +refs/heads/hardknott-next: 864b9a12593452a09749812b3e37b24b57177802 refs/heads/kraj/dunfell: 7bd47ef6c98323c95a9e527129dca98c9a65ee08 refs/heads/jansa/master: de38849b30cf533705c7b42b28863bcd910c6dbf diff --git a/branches/hardknott-next/meta-oe/recipes-support/htop/htop_3.0.5.bb b/branches/hardknott-next/meta-oe/recipes-support/htop/htop_3.0.5.bb index 8e9b95d91dc..c757f7fb59b 100644 --- a/branches/hardknott-next/meta-oe/recipes-support/htop/htop_3.0.5.bb +++ b/branches/hardknott-next/meta-oe/recipes-support/htop/htop_3.0.5.bb @@ -31,3 +31,5 @@ PACKAGECONFIG[delayacct] = "--enable-delayacct,--disable-delayacct,libnl" PACKAGECONFIG[sensors] = "--with-sensors,--without-sensors,lmsensors,lmsensors-libsensors" FILES_${PN} += "${datadir}/icons/hicolor/scalable/apps/htop.svg" + +RDEPENDS_${PN} += "ncurses-terminfo-base"