summaryrefslogtreecommitdiffstats
path: root/recipes-extended/web-sysmon/web-sysmon_git.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2013-12-12 13:41:56 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2013-12-12 13:41:56 +0100
commit177ef53047019757b70b5ca87171b2c88e26ba07 (patch)
tree70e3284e64755ae93c130e00f810ba5c501801b9 /recipes-extended/web-sysmon/web-sysmon_git.bb
downloadmeta-fsl-ppc-enea_linux_3.tar.gz
initial commit of Enea Linux 3.1enea_linux_3
Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-extended/web-sysmon/web-sysmon_git.bb')
-rw-r--r--recipes-extended/web-sysmon/web-sysmon_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-extended/web-sysmon/web-sysmon_git.bb b/recipes-extended/web-sysmon/web-sysmon_git.bb
new file mode 100644
index 0000000..1b2e070
--- /dev/null
+++ b/recipes-extended/web-sysmon/web-sysmon_git.bb
@@ -0,0 +1,21 @@
1DESCRIPTION = "Web System Monitor Files"
2SECTION = "web-sysmon"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
5
6SRC_URI = "git://git.freescale.com/ppc/sdk/web-sysmon.git"
7SRCREV = "40b47611378ef5c07d98f0f691bb146ae52dcdc1"
8
9S = "${WORKDIR}/git"
10
11FILES_${PN} += "/"
12
13RDEPENDS_${PN} = "lighttpd"
14
15do_install() {
16 install -d ${D}/etc
17 install -m 644 ${S}/lighttpd.conf ${D}/etc
18 install -d ${D}/usr/local/bin
19 install -m 755 ${S}/rrd/sens_update_rrd ${D}/usr/local/bin
20 cp -r ${S}/rrd ${D}/usr
21}