mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
mime.bbclass: remove the --disable-update-mimedb
Gnome and other freedesktop's mime data has been moved to shared-mime-info, and there is no such an option any more, we already have this recipe, so remove it, this will fix the warning: configure was passed unrecognised options: --disable-update-mimedb (From OE-Core rev: da2156ee0f1ddab499d9ca2968b82b411ea84a95) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
31fe1b67a2
commit
5ddb7d4ebb
@@ -1,7 +1,5 @@
|
|||||||
DEPENDS += "shared-mime-info-native shared-mime-info"
|
DEPENDS += "shared-mime-info-native shared-mime-info"
|
||||||
|
|
||||||
EXTRA_OECONF += "--disable-update-mimedb"
|
|
||||||
|
|
||||||
mime_postinst() {
|
mime_postinst() {
|
||||||
if [ "$1" = configure ]; then
|
if [ "$1" = configure ]; then
|
||||||
UPDATEMIMEDB=`which update-mime-database`
|
UPDATEMIMEDB=`which update-mime-database`
|
||||||
|
|||||||
Reference in New Issue
Block a user