mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
committed by
Martin Jansa
parent
3b0093c8f0
commit
13b511cd52
@@ -16,7 +16,7 @@ LDFLAGS += "-lgthread-2.0 -lxml2"
|
|||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
sed -i s:help::g ${S}/Makefile.am
|
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() {
|
do_install_append() {
|
||||||
rm -rf ${D}${datadir}/mime
|
rm -rf ${D}${datadir}/mime
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ SRC_URI += "file://parallel.patch \
|
|||||||
file://0001-Drop-help-directory-from-build.patch"
|
file://0001-Drop-help-directory-from-build.patch"
|
||||||
|
|
||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
rm -r ${S}/m4/gnome-doc-utils.m4
|
rm -f ${S}/m4/gnome-doc-utils.m4
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install_append () {
|
do_install_append () {
|
||||||
|
|||||||
Reference in New Issue
Block a user