diff options
Diffstat (limited to 'recipes/flnx/flnx_0.18.bb')
-rw-r--r-- | recipes/flnx/flnx_0.18.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/flnx/flnx_0.18.bb b/recipes/flnx/flnx_0.18.bb index b0c438830a..2fd3129d04 100644 --- a/recipes/flnx/flnx_0.18.bb +++ b/recipes/flnx/flnx_0.18.bb @@ -3,7 +3,7 @@ DEPENDS = "microwindows" RDEPENDS = "microwindows" DESCRIPTION = "fltk library for microwindows." SRC_URI = "ftp://ftp.microwindows.org/pub/microwindows/flnx/flnx-${PV}.tar.gz \ - file://gcc3.patch;patch=1" + file://gcc3.patch;apply=yes" S = "${WORKDIR}/flnx" LICENSE = "LGPL" |