From 85dc931097155fdd7f21180ee5927a1453fed035 Mon Sep 17 00:00:00 2001 From: Niko Mauno Date: Sat, 1 Dec 2018 19:57:14 +0200 Subject: python-pygobject: Tune remove operation Drop '-f, --force' operator from rm command as that will hide the fact if the removed artifacts cease to exist in later version of this recipe. Also drop a superfluous slash from artifact path. Signed-off-by: Niko Mauno Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb index 87c1202a14..348a0398f3 100644 --- a/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb +++ b/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb @@ -27,5 +27,5 @@ RDEPENDS_${PN}_class-native = "" do_install_append() { # Remove files that clash with python3-pygobject; their content is same - rm -rf ${D}${includedir}/pygobject-3.0//pygobject.h ${D}${libdir}/pkgconfig + rm -r ${D}${includedir}/pygobject-3.0/pygobject.h ${D}${libdir}/pkgconfig } -- cgit 1.2.3-korg