[oe-commits] [meta-openembedded] 23/42: fltk-native: remove fltk-config from image

git at git.openembedded.org git at git.openembedded.org
Sun Feb 4 10:09:55 UTC 2018


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

armin_kuster pushed a commit to branch rocko-next
in repository meta-openembedded.

commit 2452c72b74154befa837c5ed1f1664ed665c4849
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Sun Dec 17 19:21:41 2017 +0100

    fltk-native: remove fltk-config from image
    
    Make sure fltk-config will not be used accidentaly.
    
    Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    (cherry picked from commit 66601de45ff88a2a267d50f27553956611c8a174)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-support/fltk/fltk-native.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-oe/recipes-support/fltk/fltk-native.bb b/meta-oe/recipes-support/fltk/fltk-native.bb
index 353987e..2636287 100644
--- a/meta-oe/recipes-support/fltk/fltk-native.bb
+++ b/meta-oe/recipes-support/fltk/fltk-native.bb
@@ -14,3 +14,8 @@ EXTRA_OECMAKE += " \
     -DOPTION_USE_XFIXES=OFF \
     -DOPTION_USE_XCURSOR=OFF \
 "
+
+do_install_append() {
+    # make sure native fltk-config is not used accidentaly
+    rm -f ${D}${bindir}/fltk-config
+}

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


More information about the Openembedded-commits mailing list