diff options
author | Robert Joslyn <robert.joslyn@redrectangle.org> | 2018-05-12 20:47:06 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-05-17 08:28:20 -0700 |
commit | 14d7dce4f8741724b79e61c0ad68654cbf3f2117 (patch) | |
tree | 0c80020172c041ed9ae3c11fcc3120515afc3a88 | |
parent | c2404f15b85a8114b9e9753b594b0a1be4c09f2b (diff) | |
download | meta-openembedded-14d7dce4f8741724b79e61c0ad68654cbf3f2117.tar.gz |
htop: Fix typo
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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 5ff2fcfbf..33508f984 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" | |||
8 | 8 | ||
9 | SRC_URI = "http://hisham.hm/htop/releases/${PV}/${BP}.tar.gz \ | 9 | SRC_URI = "http://hisham.hm/htop/releases/${PV}/${BP}.tar.gz \ |
10 | file://0001-Use-pkg-config.patch" | 10 | file://0001-Use-pkg-config.patch" |
11 | SRC_URt[md5sum] = "f262b66ad6c194782f4d3a80627e84c8" | 11 | SRC_URI[md5sum] = "f262b66ad6c194782f4d3a80627e84c8" |
12 | SRC_URI[sha256sum] = "3260be990d26e25b6b49fc9d96dbc935ad46e61083c0b7f6df413e513bf80748" | 12 | SRC_URI[sha256sum] = "3260be990d26e25b6b49fc9d96dbc935ad46e61083c0b7f6df413e513bf80748" |
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |