From bbfff1e487037b2a60588d30e2a3851cf2c4be49 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 21 May 2015 18:14:10 +0800 Subject: [PATCH] task-sysmocom-feed: Build perl and include the new modules We want these modules to be available, specially to determine the real depedencies and then to fix them. --- recipes-apps/tasks/task-sysmocom-feed.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-apps/tasks/task-sysmocom-feed.bb b/recipes-apps/tasks/task-sysmocom-feed.bb index 46ba06d..428f495 100644 --- a/recipes-apps/tasks/task-sysmocom-feed.bb +++ b/recipes-apps/tasks/task-sysmocom-feed.bb @@ -14,4 +14,5 @@ RDEPENDS_${PN} = "\ python-pyserial python-pexpect bridge-utils \ pciutils nfacct logrotate dnsmasq ifupdown \ logrotate python-jsonrpclib iputils \ - packagegroup-sysmobts-sob" + packagegroup-sysmobts-sob \ + perl libdbd-sqlite-perl libdbi-perl libjson-perl"