diff options
Diffstat (limited to 'recipes/gnome/gnome-panel_2.24.0.bb')
-rw-r--r-- | recipes/gnome/gnome-panel_2.24.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gnome/gnome-panel_2.24.0.bb b/recipes/gnome/gnome-panel_2.24.0.bb index 7f79eca672..d34343d978 100644 --- a/recipes/gnome/gnome-panel_2.24.0.bb +++ b/recipes/gnome/gnome-panel_2.24.0.bb @@ -3,9 +3,9 @@ DEPENDS = "librsvg libgweather startup-notification libwnck orbit2 gtk+ libgnome inherit gnome pkgconfig -SRC_URI += "file://scrollkeeper.patch;apply=yes" +SRC_URI += "file://scrollkeeper.patch" -SRC_URI += "file://idl-sysroot.patch;apply=yes" +SRC_URI += "file://idl-sysroot.patch" do_configure_prepend() { sed -i -e s:help:: ${S}/Makefile.am |