[oe] [PATCH 2/3] gnome-control-center, gthumb: correctly remove a file from the source tree

Alexander Kanavin alexander.kanavin at linux.intel.com
Fri Aug 26 15:37:52 UTC 2016


Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 .../recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb   | 2 +-
 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 dfb8133..814d829 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"
 
 do_configure_prepend() {
     sed -i s:help::g ${S}/Makefile.am
-    rm -r ${S}/m4/gnome-doc-utils.m4
+    rm -f ${S}/m4/gnome-doc-utils.m4
 }
 do_install_append() {
     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 d22d5da..b346c7a 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 \
             file://0001-Drop-help-directory-from-build.patch"
 
 do_configure_prepend () {
-    rm -r ${S}/m4/gnome-doc-utils.m4
+    rm -f ${S}/m4/gnome-doc-utils.m4
 }
 
 do_install_append () {
-- 
2.9.3




More information about the Openembedded-devel mailing list