diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:41:56 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:41:56 +0100 |
commit | 177ef53047019757b70b5ca87171b2c88e26ba07 (patch) | |
tree | 70e3284e64755ae93c130e00f810ba5c501801b9 /recipes-extended/web-sysmon/web-sysmon_git.bb | |
download | meta-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.bb | 21 |
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 @@ | |||
1 | DESCRIPTION = "Web System Monitor Files" | ||
2 | SECTION = "web-sysmon" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | ||
5 | |||
6 | SRC_URI = "git://git.freescale.com/ppc/sdk/web-sysmon.git" | ||
7 | SRCREV = "40b47611378ef5c07d98f0f691bb146ae52dcdc1" | ||
8 | |||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | FILES_${PN} += "/" | ||
12 | |||
13 | RDEPENDS_${PN} = "lighttpd" | ||
14 | |||
15 | do_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 | } | ||