diff options
author | Robert Joslyn <robert.joslyn@redrectangle.org> | 2018-05-12 20:47:06 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-06-14 20:00:52 -0700 |
commit | f8a1c6888e814fc8320c6a9ef05e0bd883127b85 (patch) | |
tree | 59853418aabd60bfde5a4a3d99d3e7273eba927a /meta-oe/recipes-support | |
parent | 77c0dea3fb2d1212dbf478ef2f4cd5a4f19ea96f (diff) | |
download | meta-openembedded-contrib-f8a1c6888e814fc8320c6a9ef05e0bd883127b85.tar.gz |
htop: Fix typo
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit 14d7dce4f8741724b79e61c0ad68654cbf3f2117)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/htop/htop_2.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/htop/htop_2.1.0.bb b/meta-oe/recipes-support/htop/htop_2.1.0.bb index 5ff2fcfbfa5..33508f9843e 100644 --- a/meta-oe/recipes-support/htop/htop_2.1.0.bb +++ b/meta-oe/recipes-support/htop/htop_2.1.0.bb @@ -8,7 +8,7 @@ DEPENDS = "ncurses" SRC_URI = "http://hisham.hm/htop/releases/${PV}/${BP}.tar.gz \ file://0001-Use-pkg-config.patch" -SRC_URt[md5sum] = "f262b66ad6c194782f4d3a80627e84c8" +SRC_URI[md5sum] = "f262b66ad6c194782f4d3a80627e84c8" SRC_URI[sha256sum] = "3260be990d26e25b6b49fc9d96dbc935ad46e61083c0b7f6df413e513bf80748" inherit autotools pkgconfig |