diff options
Diffstat (limited to 'recipes/htop')
-rw-r--r-- | recipes/htop/htop_0.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/htop/htop_0.7.bb b/recipes/htop/htop_0.7.bb index 62ed7d157b..58dc218e21 100644 --- a/recipes/htop/htop_0.7.bb +++ b/recipes/htop/htop_0.7.bb @@ -7,7 +7,7 @@ LICENSE = "GPLv2" DEPENDS = "ncurses" SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \ - file://remove-proc-test.patch;patch=1" + file://remove-proc-test.patch;apply=yes" inherit autotools |