angstrom-skel: /etc/skel files for angstrom

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2015-08-13 13:59:24 +02:00
parent 0f61a3f6ea
commit fb4ee7b10c

View File

@@ -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"