diff options
Diffstat (limited to 'recipes/lyx/lyx_1.6.4.1.bb')
-rw-r--r-- | recipes/lyx/lyx_1.6.4.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/lyx/lyx_1.6.4.1.bb b/recipes/lyx/lyx_1.6.4.1.bb index 1dd007e231..ff38e8aa10 100644 --- a/recipes/lyx/lyx_1.6.4.1.bb +++ b/recipes/lyx/lyx_1.6.4.1.bb @@ -8,8 +8,8 @@ RDEPENDS = "python-shell python-textutils" SRC_URI = "\ ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/lyx-${PV}.tar.bz2 \ - file://no-session-manager.patch;patch=1 \ - file://qt4tools-detect.diff;patch=1 \ + file://no-session-manager.patch;apply=yes \ + file://qt4tools-detect.diff;apply=yes \ " inherit qt4x11 autotools |