1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 11:59:49 +00:00

bonescript: make git config a CONFFILE to protect user updates

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2012-01-04 12:19:49 +01:00
parent f9f283ea3c
commit 9338a2600f
+3 -2
View File
@@ -1,6 +1,6 @@
DESCRIPTION = "Scripting tools for the BeagleBoard and BeagleBone"
PR = "r11"
PR = "r12"
inherit allarch systemd
@@ -32,6 +32,7 @@ do_install() {
SYSTEMD_PACKAGES = "${PN}"
SYSTEMD_SERVICE_${PN} = "bone101.service"
FILES_${PN} += ""${localstatedir} ${base_libdir}/systemd/system"
FILES_${PN} += "${localstatedir} ${base_libdir}/systemd/system"
CONFFILES_${PN} += "${localstatedir}/lib/cloud9/.git/config"
RDEPENDS_${PN} = "nodejs cloud9"
RRECOMMENDS_${PN} = "git"