diff options
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb | 2 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb index dfb81339d..814d82990 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb | |||
@@ -16,7 +16,7 @@ LDFLAGS += "-lgthread-2.0 -lxml2" | |||
16 | 16 | ||
17 | do_configure_prepend() { | 17 | do_configure_prepend() { |
18 | sed -i s:help::g ${S}/Makefile.am | 18 | sed -i s:help::g ${S}/Makefile.am |
19 | rm -r ${S}/m4/gnome-doc-utils.m4 | 19 | rm -f ${S}/m4/gnome-doc-utils.m4 |
20 | } | 20 | } |
21 | do_install_append() { | 21 | do_install_append() { |
22 | rm -rf ${D}${datadir}/mime | 22 | rm -rf ${D}${datadir}/mime |
diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb index d22d5da8e..b346c7a44 100644 --- a/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb +++ b/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb | |||
@@ -18,7 +18,7 @@ SRC_URI += "file://parallel.patch \ | |||
18 | file://0001-Drop-help-directory-from-build.patch" | 18 | file://0001-Drop-help-directory-from-build.patch" |
19 | 19 | ||
20 | do_configure_prepend () { | 20 | do_configure_prepend () { |
21 | rm -r ${S}/m4/gnome-doc-utils.m4 | 21 | rm -f ${S}/m4/gnome-doc-utils.m4 |
22 | } | 22 | } |
23 | 23 | ||
24 | do_install_append () { | 24 | do_install_append () { |