mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4984 311d38ba-8fff-0310-9ca6-ca027cbcb966
12 lines
253 B
BlitzBasic
12 lines
253 B
BlitzBasic
require shared-mime-info.inc
|
|
|
|
DEPENDS += "shared-mime-info-native"
|
|
PR = "r1"
|
|
|
|
do_install_append() {
|
|
update-mime-database ${D}${datadir}/mime
|
|
|
|
# we do not need it on device and it is huge
|
|
rm ${D}${datadir}/mime/packages/freedesktop.org.xml
|
|
}
|