mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-31 03:45:41 +00:00
fltk-native: remove fltk-config from image
Make sure fltk-config will not be used accidentaly.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit 66601de45f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
f224492144
commit
c31b2408d2
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user