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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user