[meta-freescale] [meta-fsl-ppc][PATCH 5/9] web-sysmon: add missing RDEPENDS

b28495 at freescale.com b28495 at freescale.com
Thu Jul 16 22:36:41 PDT 2015


From: Liu Ting-B28495 <ting.liu at freescale.com>

Signed-off-by: Liu Ting-B28495 <ting.liu at freescale.com>
---
 recipes-extended/web-sysmon/web-sysmon_git.bb | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/recipes-extended/web-sysmon/web-sysmon_git.bb b/recipes-extended/web-sysmon/web-sysmon_git.bb
index 84f60d5..cac2894 100644
--- a/recipes-extended/web-sysmon/web-sysmon_git.bb
+++ b/recipes-extended/web-sysmon/web-sysmon_git.bb
@@ -10,7 +10,18 @@ inherit update-rc.d
 
 S = "${WORKDIR}/git"
 
-RDEPENDS_${PN} = "lighttpd"
+RDEPENDS_${PN} = " \
+    coreutils \
+    cronie \
+    bc \
+    lighttpd \
+    lighttpd-module-cgi \
+    lmsensors-sensors \
+    cairo \
+    rrdtool \
+    liberation-fonts \
+    make \
+"
 
 EXTRA_OEMAKE += "D=${D}"
 do_install () {
-- 
1.9.1



More information about the meta-freescale mailing list