diff options
author | Andrei Gherzan <andrei.gherzan@windriver.com> | 2012-11-15 22:33:56 +0200 |
---|---|---|
committer | Florin Sarbu <florin.sarbu@windriver.com> | 2012-12-12 11:17:27 +0200 |
commit | 7d28465b34804676f4246355ce2723d5f22ed5b6 (patch) | |
tree | f22cd18836f0c15e2e30840d65c854d2b31d32a2 | |
parent | a0802ac9a6a199928f043d9880c01246cad787e3 (diff) | |
download | meta-ivi-7d28465b34804676f4246355ce2723d5f22ed5b6.tar.gz meta-ivi-7d28465b34804676f4246355ce2723d5f22ed5b6.tar.bz2 meta-ivi-7d28465b34804676f4246355ce2723d5f22ed5b6.zip |
packagegroup-core-boot-genivi: Add procps
Users are more at ease to use the procps ps, not so much the limited busybox
version of ps.
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
-rw-r--r-- | recipes-yocto-ivi/packagegroups/packagegroup-core-boot-genivi.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-yocto-ivi/packagegroups/packagegroup-core-boot-genivi.bb b/recipes-yocto-ivi/packagegroups/packagegroup-core-boot-genivi.bb index 91965fc..84c7e8a 100644 --- a/recipes-yocto-ivi/packagegroups/packagegroup-core-boot-genivi.bb +++ b/recipes-yocto-ivi/packagegroups/packagegroup-core-boot-genivi.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${IVI_COREBASE}/meta-ivi/COPYING.MIT;md5=3da9cfbcb788 PACKAGE_ARCH = "${MACHINE_ARCH}" DEPENDS = "virtual/kernel" ALLOW_EMPTY = "1" -PR = "r9" +PR = "r10" inherit packagegroup @@ -39,7 +39,9 @@ RDEPENDS_packagegroup-core-boot-genivi = "\ ${VIRTUAL-RUNTIME_init_manager} \ ${VIRTUAL-RUNTIME_dev_manager} \ ${VIRTUAL-RUNTIME_update-alternatives} \ - ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}" + ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \ + procps \ + " RRECOMMENDS_packagegroup-core-boot-genivi = "\ ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}" |