summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-11-17 22:13:03 +0100
committerKhem Raj <raj.khem@gmail.com>2019-11-17 21:02:14 -0800
commitebf8a5eaab2f21f1e2f2953c1933afb0696d7a86 (patch)
treecb800e6f67b06899a2acdf4ffcb58d5ef6b1fad7 /meta-oe
parent74645e0e443c2ef7e74acca4a9562c23fb5762c9 (diff)
downloadmeta-openembedded-ebf8a5eaab2f21f1e2f2953c1933afb0696d7a86.tar.gz
gmime: cleanup recipe
* autotools is inherited by gnomebase * --disable-schemas-install is not set in EXTRA_OECONF so no need to remove it. Looks like a leftover from inheriting gconf * gmimeConf.sh is not installed so no need to remove it Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/pidgin/gmime_3.2.4.bb9
1 files changed, 1 insertions, 8 deletions
diff --git a/meta-oe/recipes-support/pidgin/gmime_3.2.4.bb b/meta-oe/recipes-support/pidgin/gmime_3.2.4.bb
index dcdaed5a2..205868eec 100644
--- a/meta-oe/recipes-support/pidgin/gmime_3.2.4.bb
+++ b/meta-oe/recipes-support/pidgin/gmime_3.2.4.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Runtime libraries for parsing and creating MIME mail"
4SECTION = "libs" 4SECTION = "libs"
5DEPENDS = "glib-2.0 zlib" 5DEPENDS = "glib-2.0 zlib"
6 6
7inherit gnomebase autotools gobject-introspection 7inherit gnomebase gobject-introspection
8 8
9SRC_URI += "file://iconv-detect.h \ 9SRC_URI += "file://iconv-detect.h \
10 file://nodolt.patch" 10 file://nodolt.patch"
@@ -12,12 +12,5 @@ SRC_URI += "file://iconv-detect.h \
12SRC_URI[archive.md5sum] = "b6b4e9fdc8f3336551d23872c83b539a" 12SRC_URI[archive.md5sum] = "b6b4e9fdc8f3336551d23872c83b539a"
13SRC_URI[archive.sha256sum] = "249ea7c0e080b067aa9669162c36b181b402f6cf6cebc4999d838c6f1e81d024" 13SRC_URI[archive.sha256sum] = "249ea7c0e080b067aa9669162c36b181b402f6cf6cebc4999d838c6f1e81d024"
14 14
15EXTRA_OECONF_remove = "--disable-schemas-install"
16
17export ac_cv_have_iconv_detect_h="yes" 15export ac_cv_have_iconv_detect_h="yes"
18do_configure_append = "cp ${WORKDIR}/iconv-detect.h ${S}" 16do_configure_append = "cp ${WORKDIR}/iconv-detect.h ${S}"
19
20# we do not need GNOME 1 gnome-config support
21do_install_append () {
22 rm -f ${D}${libdir}/gmimeConf.sh
23}