From 3327c6130276991eb64e950cae44657aeb21a850 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 1 Nov 2010 19:45:14 +0100 Subject: [PATCH] angstrom-layers: add font-update-common from OE into meta-openembedded Signed-off-by: Koen Kooi --- .../font-update-common/update-fonts | 4 ++++ .../font-update-common/font-update-common_0.1.bb | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 recipes-graphics/font-update-common/font-update-common/update-fonts create mode 100644 recipes-graphics/font-update-common/font-update-common_0.1.bb diff --git a/recipes-graphics/font-update-common/font-update-common/update-fonts b/recipes-graphics/font-update-common/font-update-common/update-fonts new file mode 100644 index 0000000000..19e3157d2f --- /dev/null +++ b/recipes-graphics/font-update-common/font-update-common/update-fonts @@ -0,0 +1,4 @@ +#!/bin/sh +#Author: Rolf Leggewie + +run-parts /etc/update-fonts-common.d/ diff --git a/recipes-graphics/font-update-common/font-update-common_0.1.bb b/recipes-graphics/font-update-common/font-update-common_0.1.bb new file mode 100644 index 0000000000..0b5e388b7c --- /dev/null +++ b/recipes-graphics/font-update-common/font-update-common_0.1.bb @@ -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