diff options
Diffstat (limited to 'meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb | 4 |
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 d82aec5e6f..1e18cad96c 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 \ | |||
| 2 | to make them known to the WM, whether X11 or Opie" | 2 | to make them known to the WM, whether X11 or Opie" |
| 3 | AUTHOR = "Rolf Leggewie <oe-devel@rolf.leggewie.biz" | 3 | AUTHOR = "Rolf Leggewie <oe-devel@rolf.leggewie.biz" |
| 4 | 4 | ||
| 5 | PR = "r1" | ||
| 6 | |||
| 5 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 8 | LIC_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 | ||
| 16 | PACKAGE_ARCH = "all" | 18 | inherit allarch |
