diff options
Diffstat (limited to 'recipes/wt/wt_2.2.3.bb')
-rw-r--r-- | recipes/wt/wt_2.2.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/wt/wt_2.2.3.bb b/recipes/wt/wt_2.2.3.bb index 2dff0fb159..3bbfe9b8ca 100644 --- a/recipes/wt/wt_2.2.3.bb +++ b/recipes/wt/wt_2.2.3.bb @@ -7,7 +7,7 @@ DEPENDS = "boost zlib openssl" PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/witty/wt-${PV}.tar.gz \ - file://cmakelist.patch;patch=1" + file://cmakelist.patch;apply=yes" FILES_${PN} += "${datadir}/Wt" FILES_${PN}-dev += "${datadir}/cmake-2.*" |