summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/font-update-common
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-05-19 08:32:24 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-02 10:04:54 +0200
commitea8d7d2d14e862c5e911fedcc640e2c2d70ac2f0 (patch)
treeb22fa6643ad35325552eb51af64a733a82bdb121 /meta-oe/recipes-graphics/font-update-common
parentc80829768eb19fc751aefb5720016738af8e14f0 (diff)
downloadmeta-openembedded-ea8d7d2d14e862c5e911fedcc640e2c2d70ac2f0.tar.gz
recipes: use allarch.bbclass instead just PACKAGE_ARCH = all
* otherwise such recipes are rebuilt or reused from sstate after every MACHINE change, because of different checksums see [YOCTO #1075] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/font-update-common')
-rw-r--r--meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb4
1 files changed, 3 insertions, 1 deletions
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
index d82aec5e6..1e18cad96 100644
--- 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
@@ -2,6 +2,8 @@ DESCRIPTION = "Scripts to be called when fonts are installed or removed \
2to make them known to the WM, whether X11 or Opie" 2to make them known to the WM, whether X11 or Opie"
3AUTHOR = "Rolf Leggewie <oe-devel@rolf.leggewie.biz" 3AUTHOR = "Rolf Leggewie <oe-devel@rolf.leggewie.biz"
4 4
5PR = "r1"
6
5LICENSE = "MIT" 7LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 8LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
7 9
@@ -13,4 +15,4 @@ do_install() {
13 install -m 0755 ${WORKDIR}/update-fonts ${D}${bindir} 15 install -m 0755 ${WORKDIR}/update-fonts ${D}${bindir}
14} 16}
15 17
16PACKAGE_ARCH = "all" 18inherit allarch