diff options
Diffstat (limited to 'recipes/notecase/notecase.inc')
-rw-r--r-- | recipes/notecase/notecase.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/notecase/notecase.inc b/recipes/notecase/notecase.inc index 951930d27b..69ee75e07b 100644 --- a/recipes/notecase/notecase.inc +++ b/recipes/notecase/notecase.inc @@ -6,7 +6,7 @@ LICENSE = "BSD" DEPENDS = "zlib gtk+ gnome-vfs" SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}_src.tar.gz \ - file://no-hardcoded-cxx.patch;patch=1" + file://no-hardcoded-cxx.patch;apply=yes" do_compile_prepend() { cp ${STAGING_LIBDIR}/libz.a ${S}/src/lib/zlib/ |