diff options
Diffstat (limited to 'recipes/mesa/mesa_6.0.1.bb')
-rw-r--r-- | recipes/mesa/mesa_6.0.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/mesa/mesa_6.0.1.bb b/recipes/mesa/mesa_6.0.1.bb index 73f96f72e7..ad9a1e1bcf 100644 --- a/recipes/mesa/mesa_6.0.1.bb +++ b/recipes/mesa/mesa_6.0.1.bb @@ -1,7 +1,7 @@ SECTION = "unknown" SRC_URI = "${SOURCEFORGE_MIRROR}/mesa3d/MesaLib-${PV}.tar.bz2 \ - file://Make-config.patch;patch=1 \ - file://mklib.patch;patch=1" + file://Make-config.patch;apply=yes \ + file://mklib.patch;apply=yes" S = "${WORKDIR}/Mesa-${PV}" PE = "2" LICENSE = "LGPL" |