[oe-commits] [meta-openembedded] branch master-next updated: packagegroup-tools-bluetooth: correct RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Aug 15 18:42:13 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new 274e6e4  packagegroup-tools-bluetooth: correct RDEPENDS
274e6e4 is described below

commit 274e6e40faff005e1013d8ff64b651093f8ef7ff
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Thu Aug 15 10:32:30 2019 -0400

    packagegroup-tools-bluetooth: correct RDEPENDS
    
    RDEPENDS_${PN} is wrongly removed and then packagegroup-tools-bluetooth
    requires no package now.
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb b/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
index 2b4448a..efa3467 100644
--- a/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
+++ b/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
@@ -11,7 +11,7 @@ These tools are used at runtime."
 
 inherit packagegroup
 
-RDEPENDS_bluez5 = " \
+RDEPENDS_${PN} = " \
     bluez5-noinst-tools \
     bluez5-obex \
     bluez5-testtools  \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list