[oe-commits] [meta-openembedded] 05/13: gmime: cleanup recipe

git at git.openembedded.org git at git.openembedded.org
Mon Nov 18 05:04:48 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit ebf8a5eaab2f21f1e2f2953c1933afb0696d7a86
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Sun Nov 17 22:13:03 2019 +0100

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/pidgin/gmime_3.2.4.bb | 9 +--------
 1 file changed, 1 insertion(+), 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 dcdaed5..205868e 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"
 SECTION = "libs"
 DEPENDS = "glib-2.0 zlib"
 
-inherit gnomebase autotools gobject-introspection
+inherit gnomebase gobject-introspection
 
 SRC_URI += "file://iconv-detect.h \
             file://nodolt.patch"
@@ -12,12 +12,5 @@ SRC_URI += "file://iconv-detect.h \
 SRC_URI[archive.md5sum] = "b6b4e9fdc8f3336551d23872c83b539a"
 SRC_URI[archive.sha256sum] = "249ea7c0e080b067aa9669162c36b181b402f6cf6cebc4999d838c6f1e81d024"
 
-EXTRA_OECONF_remove = "--disable-schemas-install"
-
 export ac_cv_have_iconv_detect_h="yes"
 do_configure_append = "cp ${WORKDIR}/iconv-detect.h ${S}"
-
-# we do not need GNOME 1 gnome-config support
-do_install_append () {
-    rm -f ${D}${libdir}/gmimeConf.sh
-}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list