mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-30 23:40:29 +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"
|
DESCRIPTION = "Scripting tools for the BeagleBoard and BeagleBone"
|
||||||
|
|
||||||
PR = "r11"
|
PR = "r12"
|
||||||
|
|
||||||
inherit allarch systemd
|
inherit allarch systemd
|
||||||
|
|
||||||
@@ -32,6 +32,7 @@ do_install() {
|
|||||||
SYSTEMD_PACKAGES = "${PN}"
|
SYSTEMD_PACKAGES = "${PN}"
|
||||||
SYSTEMD_SERVICE_${PN} = "bone101.service"
|
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"
|
RDEPENDS_${PN} = "nodejs cloud9"
|
||||||
RRECOMMENDS_${PN} = "git"
|
RRECOMMENDS_${PN} = "git"
|
||||||
|
|||||||
Reference in New Issue
Block a user