font-update-common: remove
authorAndreas Müller <schnitzeltony@googlemail.com>
Mon, 11 Feb 2013 22:49:39 +0000 (22:49 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:28:01 +0000 (08:28 -0800)
(From meta-openembedded rev: 47af9479e3628641b7d290f9c48c85195dbc55c2)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-graphics/font-update-common/font-update-common/update-fonts [deleted file]
meta-openembedded/meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb [deleted file]

diff --git a/meta-openembedded/meta-oe/recipes-graphics/font-update-common/font-update-common/update-fonts b/meta-openembedded/meta-oe/recipes-graphics/font-update-common/font-update-common/update-fonts
deleted file mode 100644 (file)
index 19e3157..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-#Author: Rolf Leggewie
-
-run-parts /etc/update-fonts-common.d/
diff --git a/meta-openembedded/meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb b/meta-openembedded/meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb
deleted file mode 100644 (file)
index 1e18cad..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Scripts to be called when fonts are installed or removed \
-to make them known to the WM, whether X11 or Opie"
-AUTHOR = "Rolf Leggewie <oe-devel@rolf.leggewie.biz"
-
-PR = "r1"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
-
-SRC_URI = "file://update-fonts"
-
-do_install() {
-        install -d ${D}${bindir}
-        install -d ${D}${sysconfdir}/update-fonts-common.d/
-        install -m 0755 ${WORKDIR}/update-fonts ${D}${bindir}
-}
-
-inherit allarch