mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5387 311d38ba-8fff-0310-9ca6-ca027cbcb966
12 lines
285 B
BlitzBasic
12 lines
285 B
BlitzBasic
require shared-mime-info.inc
|
|
|
|
DEPENDS = "libxml2 intltool-native glib-2.0 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
|
|
}
|