mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 10:01: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> (cherry picked from commit 6105a7bd4dbb8f02d4c70335b3b3480df5268378) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
fe60570734
commit
d91e27c4ba
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user