mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +00:00
angstrom-layers: add font-update-common from OE into meta-openembedded
Signed-off-by: Koen Kooi <k-kooi@ti.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
#Author: Rolf Leggewie
|
||||
|
||||
run-parts /etc/update-fonts-common.d/
|
||||
@@ -0,0 +1,15 @@
|
||||
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"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
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}
|
||||
}
|
||||
|
||||
PACKAGE_ARCH = "all"
|
||||
Reference in New Issue
Block a user