diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-02-11 22:49:39 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-16 05:52:37 +0100 |
commit | 47af9479e3628641b7d290f9c48c85195dbc55c2 (patch) | |
tree | deaf7dcd1a47b920c01cddc45711969736b793ba /meta-oe | |
parent | ba5d70b0d5d6d365310b995ea2544255c49e9e66 (diff) | |
download | meta-openembedded-47af9479e3628641b7d290f9c48c85195dbc55c2.tar.gz |
font-update-common: remove
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/font-update-common/font-update-common/update-fonts | 4 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb | 18 |
2 files changed, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-graphics/font-update-common/font-update-common/update-fonts b/meta-oe/recipes-graphics/font-update-common/font-update-common/update-fonts deleted file mode 100644 index 19e3157d2..000000000 --- a/meta-oe/recipes-graphics/font-update-common/font-update-common/update-fonts +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | #Author: Rolf Leggewie | ||
3 | |||
4 | run-parts /etc/update-fonts-common.d/ | ||
diff --git a/meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb b/meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb deleted file mode 100644 index 1e18cad96..000000000 --- a/meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | DESCRIPTION = "Scripts to be called when fonts are installed or removed \ | ||
2 | to make them known to the WM, whether X11 or Opie" | ||
3 | AUTHOR = "Rolf Leggewie <oe-devel@rolf.leggewie.biz" | ||
4 | |||
5 | PR = "r1" | ||
6 | |||
7 | LICENSE = "MIT" | ||
8 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | ||
9 | |||
10 | SRC_URI = "file://update-fonts" | ||
11 | |||
12 | do_install() { | ||
13 | install -d ${D}${bindir} | ||
14 | install -d ${D}${sysconfdir}/update-fonts-common.d/ | ||
15 | install -m 0755 ${WORKDIR}/update-fonts ${D}${bindir} | ||
16 | } | ||
17 | |||
18 | inherit allarch | ||