diff options
Diffstat (limited to 'recipes/wt/wt_2.2.0.bb')
-rw-r--r-- | recipes/wt/wt_2.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/wt/wt_2.2.0.bb b/recipes/wt/wt_2.2.0.bb index 8918a954d0..b4a49e48df 100644 --- a/recipes/wt/wt_2.2.0.bb +++ b/recipes/wt/wt_2.2.0.bb @@ -6,7 +6,7 @@ DEPENDS = "boost" 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.*" |