mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
gnome-control-center, gthumb: correctly remove a file from the source tree
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
3b0093c8f0
commit
13b511cd52
@ -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
|
||||
|
||||
@ -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 () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user