summaryrefslogtreecommitdiff
path: root/recipes-multimedia/mimetypes/mimetypes.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-06-18 12:01:36 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-18 12:01:52 +0200
commit74bce843e8768e86494da19814bf52a4844b5db7 (patch)
tree5560c84757707b6587339584216e2e2f196123b7 /recipes-multimedia/mimetypes/mimetypes.bb
parent3a3f62d5002582ca064e8019f517fc538b763ef3 (diff)
mimetypes: remove recipe
The recipe assosiates mimetypes with multimedia applications which do no longer exist. It targets also desktop like images and are not that useful in embedded. Rather than rework it, drop it. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-multimedia/mimetypes/mimetypes.bb')
-rw-r--r--recipes-multimedia/mimetypes/mimetypes.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-multimedia/mimetypes/mimetypes.bb b/recipes-multimedia/mimetypes/mimetypes.bb
deleted file mode 100644
index 14ddbc5..0000000
--- a/recipes-multimedia/mimetypes/mimetypes.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-SUMMARY = "use mimetypes to start a videoplayer"
-LICENSE = "MIT"
-PR = "r2"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "(mx6)"
-
-SRC_URI = " \
- file://aplay.desktop \
- file://gst-launch.desktop \
- file://mimeapps.list \
- file://COPYING \
-"
-
-LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING;md5=1c3a7fb45253c11c74434676d84fe7dd"
-
-FILES_${PN} += " \
- /home/root/.local/share/applications/* \
-"
-
-do_compile () {
-}
-
-do_install () {
- install -d ${D}/home/root/.local/share/applications/
-
- install -m 0644 ${WORKDIR}/*.desktop ${D}/home/root/.local/share/applications/
- install -m 0644 ${WORKDIR}/mimeapps.list ${D}//home/root/.local/share/applications/
-}