summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-01-04 12:19:49 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-04 12:19:49 +0100
commit9338a2600f00d7cb2e2efe83e10ad9e553513be2 (patch)
tree590b0f69e0a439ba8338104b53764735119eb804
parentf9f283ea3cbd24cc9ba7c5ba830f10e30da5ea82 (diff)
downloadmeta-ti-9338a2600f00d7cb2e2efe83e10ad9e553513be2.tar.gz
bonescript: make git config a CONFFILE to protect user updates
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-misc/payload/bonescript.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-misc/payload/bonescript.bb b/recipes-misc/payload/bonescript.bb
index e54084d4..4557eaed 100644
--- a/recipes-misc/payload/bonescript.bb
+++ b/recipes-misc/payload/bonescript.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "Scripting tools for the BeagleBoard and BeagleBone" 1DESCRIPTION = "Scripting tools for the BeagleBoard and BeagleBone"
2 2
3PR = "r11" 3PR = "r12"
4 4
5inherit allarch systemd 5inherit allarch systemd
6 6
@@ -32,6 +32,7 @@ do_install() {
32SYSTEMD_PACKAGES = "${PN}" 32SYSTEMD_PACKAGES = "${PN}"
33SYSTEMD_SERVICE_${PN} = "bone101.service" 33SYSTEMD_SERVICE_${PN} = "bone101.service"
34 34
35FILES_${PN} += ""${localstatedir} ${base_libdir}/systemd/system" 35FILES_${PN} += "${localstatedir} ${base_libdir}/systemd/system"
36CONFFILES_${PN} += "${localstatedir}/lib/cloud9/.git/config"
36RDEPENDS_${PN} = "nodejs cloud9" 37RDEPENDS_${PN} = "nodejs cloud9"
37RRECOMMENDS_${PN} = "git" 38RRECOMMENDS_${PN} = "git"