mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
gtkwave: Disable mime update during install
Its not cross compile safe, and there is a post install step via mime bbclass which should take care of it Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -18,6 +18,6 @@ RDEPENDS_${PN} += "tk-lib"
|
||||
inherit features_check
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
||||
|
||||
EXTRA_OECONF = "--with-tcl=${STAGING_BINDIR_CROSS} --with-tk=${STAGING_BINDIR_CROSS} --with-tirpc"
|
||||
EXTRA_OECONF = "--with-tcl=${STAGING_BINDIR_CROSS} --with-tk=${STAGING_BINDIR_CROSS} --with-tirpc --disable-mime-update"
|
||||
|
||||
FILES_${PN} = "${bindir} ${datadir}"
|
||||
|
||||
Reference in New Issue
Block a user