From e064c208e2c78663b0be1316117d963798839d6e Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:59:10 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- recipes-extended/web-sysmon/web-sysmon_git.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes-extended/web-sysmon/web-sysmon_git.bb (limited to 'recipes-extended/web-sysmon') 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..d9df8e4 --- /dev/null +++ b/recipes-extended/web-sysmon/web-sysmon_git.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Web System Monitor Files" +SECTION = "web-sysmon" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" + +SRCBRANCH = "sdk-v1.4.x" +SRC_URI = "git://git.freescale.com/ppc/sdk/web-sysmon.git;branch=${SRCBRANCH}" +SRCREV = "40b47611378ef5c07d98f0f691bb146ae52dcdc1" + +S = "${WORKDIR}/git" + +FILES_${PN} += "/" + +RDEPENDS_${PN} = "lighttpd" + +do_install() { + install -d ${D}/etc + install -m 644 ${S}/lighttpd.conf ${D}/etc + install -d ${D}/usr/local/bin + install -m 755 ${S}/rrd/sens_update_rrd ${D}/usr/local/bin + cp -r ${S}/rrd ${D}/usr +} -- cgit v1.2.3-54-g00ecf