diff options
| author | Niko Mauno <niko.mauno@iki.fi> | 2018-12-01 19:57:14 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-12-02 11:05:02 -0800 |
| commit | 85dc931097155fdd7f21180ee5927a1453fed035 (patch) | |
| tree | cb4e4929cc82f4839d3ac3a4b5b499be98825e38 /meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb | |
| parent | 6285fed8306f8709a1af23079212f487cbc76e7c (diff) | |
| download | meta-openembedded-85dc931097155fdd7f21180ee5927a1453fed035.tar.gz | |
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 <niko.mauno@iki.fi>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "" | |||
| 27 | 27 | ||
| 28 | do_install_append() { | 28 | do_install_append() { |
| 29 | # Remove files that clash with python3-pygobject; their content is same | 29 | # Remove files that clash with python3-pygobject; their content is same |
| 30 | rm -rf ${D}${includedir}/pygobject-3.0//pygobject.h ${D}${libdir}/pkgconfig | 30 | rm -r ${D}${includedir}/pygobject-3.0/pygobject.h ${D}${libdir}/pkgconfig |
| 31 | } | 31 | } |
