From fb4ee7b10cf17c667bf55583e28fa3d991ef4cf5 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 13 Aug 2015 13:59:24 +0200 Subject: [PATCH] angstrom-skel: /etc/skel files for angstrom Signed-off-by: Koen Kooi --- recipes-angstrom/skel/angstrom-skel_git.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes-angstrom/skel/angstrom-skel_git.bb diff --git a/recipes-angstrom/skel/angstrom-skel_git.bb b/recipes-angstrom/skel/angstrom-skel_git.bb new file mode 100644 index 0000000..3f1b62a --- /dev/null +++ b/recipes-angstrom/skel/angstrom-skel_git.bb @@ -0,0 +1,24 @@ +SUMMARY = "/etc/skel for the Ångström Distribution" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2f6ec892a474b38b927af638da43b05c" + +SRCREV = "56805c82ef9666b49e9c629f5031053d280bebe2" +SRC_URI = "git://github.com/Angstrom-distribution/Angstrom-skel.git;protocol=https" + +S = "${WORKDIR}/git" + +inherit allarch + +do_install() { + install -d ${D}${sysconfdir} + cp -a ${S}/etc/skel ${D}${sysconfdir} +} + +PACKAGES =+ "angstrom-skel-htop \ + angstrom-skel-gnome2 \ + " + +FILES_angstrom-skel-htop = "${sysconfdir}/skel/.config/htop" +FILES_angstrom-skel-gnome2 = "${sysconfdir}/skel/.config/gconf" +