diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-03-22 22:05:33 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-04-04 22:05:30 +0000 |
commit | 847a79109e5a234b60a905bf677b74b88b40d134 (patch) | |
tree | ede3ab7c1b3eb6e94278c8458b1c64c97a5ca8f5 /meta-ivi-common/recipes-test/packagegroups | |
parent | 9aa02c372cbc12fdd9064ec503b7136f4e70d885 (diff) |
Add package bc to packagegroup-ivi-common-test.bb
This adds the package 'bc' to the packagegroup-ivi-common-test .
It is used in the JTA test Benchmark.bc .
Change-Id: I14bffad3a5cb18264c755f4f94fb4320bfc26bf7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-ivi-common/recipes-test/packagegroups')
-rw-r--r-- | meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb b/meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb index e613d43b0..420b06133 100644 --- a/meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb +++ b/meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb @@ -12,4 +12,5 @@ PACKAGES = "\ ALLOW_EMPTY_${PN} = "1" RDEPENDS_${PN} += "\ + bc \ " |