diff options
Diffstat (limited to 'recipes/gpe-mixer')
-rw-r--r-- | recipes/gpe-mixer/gpe-mixer_0.42.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gpe-mixer/gpe-mixer_0.42.bb b/recipes/gpe-mixer/gpe-mixer_0.42.bb index ec60342aef..a1e6b51dd3 100644 --- a/recipes/gpe-mixer/gpe-mixer_0.42.bb +++ b/recipes/gpe-mixer/gpe-mixer_0.42.bb @@ -3,8 +3,8 @@ PR = "r2" inherit gpe pkgconfig -SRC_URI += "file://gpemixer-no-host-includes.patch;patch=1 \ - file://fix-install.patch;patch=1" +SRC_URI += "file://gpemixer-no-host-includes.patch;apply=yes \ + file://fix-install.patch;apply=yes" DESCRIPTION = "GPE audio mixer" DEPENDS = "gtk+ libgpewidget" |