From: Andreas Müller <[email protected]> Make sure fltk-config will not be used accidentaly.
Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Armin Kuster <[email protected]> (cherry picked from commit 66601de45ff88a2a267d50f27553956611c8a174) Signed-off-by: Armin Kuster <[email protected]> --- 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 +} -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
