diff options
Diffstat (limited to 'recipes/wview')
-rw-r--r-- | recipes/wview/wview-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/wview/wview-common.inc b/recipes/wview/wview-common.inc index c9bdc805b9..6909213b28 100644 --- a/recipes/wview/wview-common.inc +++ b/recipes/wview/wview-common.inc @@ -5,7 +5,7 @@ HOMEPAGE = "http://www.wviewweather.com/" DEPENDS += " bash util-linux gd openssl curl update-rc.d" SRC_URI = "${SOURCEFORGE_MIRROR}/wview/wview-${PV}.tar.gz \ - file://Makefile.am.patch;patch=1" + file://Makefile.am.patch;apply=yes" S = "${WORKDIR}/wview-${PV}" |