diff options
Diffstat (limited to 'recipes/inkscape/inkscape_0.47.bb')
-rw-r--r-- | recipes/inkscape/inkscape_0.47.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/inkscape/inkscape_0.47.bb b/recipes/inkscape/inkscape_0.47.bb index 248343fe75..923d7ca269 100644 --- a/recipes/inkscape/inkscape_0.47.bb +++ b/recipes/inkscape/inkscape_0.47.bb @@ -7,7 +7,7 @@ LICENSE = "GPL" #we know that GC version is 6.5, so we patch out the version check, since gc_open was already detected SRC_URI = "${SOURCEFORGE_MIRROR}/inkscape/inkscape-${PV}.tar.bz2 \ - file://no-boehm-version-check.patch;patch=1" + file://no-boehm-version-check.patch;apply=yes" S = "${WORKDIR}/inkscape-${PV}" |