From dab4797e3a0bf91161ac884b16ae81bcd37529cd Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 10 Oct 2014 14:22:18 +0200 Subject: [PATCH] add missing packages requires - if you use pkg_initdb and ail_initdb in post install script you need to add Requires(post) on pkgmgr and ail Change-Id: Iff5a9587b34a1ef02636c3956abb3e72e985414e Signed-off-by: Ronan Le Martret --- packaging/ico-uxf-homescreen.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/ico-uxf-homescreen.spec b/packaging/ico-uxf-homescreen.spec index 0511079..c4b7c84 100644 --- a/packaging/ico-uxf-homescreen.spec +++ b/packaging/ico-uxf-homescreen.spec @@ -47,6 +47,9 @@ Requires: ico-uxf-weston-plugin >= 0.9.21 Requires: ico-uxf-utilities >= 0.9.07 Requires: system-controller +Requires(post): pkgmgr +Requires(post): ail + %description This package provides the sample homescreen application. -- 2.7.4