diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-02-26 20:25:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-28 23:15:49 +0000 |
commit | f55f60569be2dfd2e0d76ecd0bc7d61d46cef2b7 (patch) | |
tree | 80fee95846c893aa92bf139e9184ccd8e0085aee | |
parent | 3312a2fd9097636fccd7c439369926a806956221 (diff) | |
download | poky-f55f60569be2dfd2e0d76ecd0bc7d61d46cef2b7.tar.gz |
packagegroup-core-tools-testapps: connman-client added
connman-client is now part of tools-testapps
(From OE-Core rev: 97c47c9c78d310e0714c3127e8de528f854f58cf)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb index 940080571d..343ae1ccd6 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | |||
@@ -5,7 +5,7 @@ | |||
5 | SUMMARY = "Testing tools/applications" | 5 | SUMMARY = "Testing tools/applications" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | 7 | ||
8 | PR = "r1" | 8 | PR = "r2" |
9 | 9 | ||
10 | inherit packagegroup | 10 | inherit packagegroup |
11 | 11 | ||
@@ -43,4 +43,5 @@ RDEPENDS_${PN} = "\ | |||
43 | xprop \ | 43 | xprop \ |
44 | xvideo-tests \ | 44 | xvideo-tests \ |
45 | ltp \ | 45 | ltp \ |
46 | connman-client \ | ||
46 | " | 47 | " |