diff options
Diffstat (limited to 'recipes/bmon')
-rw-r--r-- | recipes/bmon/bmon_2.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/bmon/bmon_2.1.0.bb b/recipes/bmon/bmon_2.1.0.bb index 611ceb7ea7..c654b22beb 100644 --- a/recipes/bmon/bmon_2.1.0.bb +++ b/recipes/bmon/bmon_2.1.0.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" DEPENDS = "libnl" SRC_URI = "http://people.suug.ch/~tgr/bmon/files/bmon-2.1.0.tar.gz \ - file://no-strip.patch;patch=1" + file://no-strip.patch;apply=yes" inherit autotools |