[oe-commits] [meta-openembedded] 16/88: uthash: remove uthash-ptest dependencies

git at git.openembedded.org git at git.openembedded.org
Wed Jul 10 03:57:14 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.

commit e2bed777556be3d4ee388bb8bc2a30bd55aebf6f
Author: Changqing Li <changqing.li at windriver.com>
AuthorDate: Fri Jun 28 13:54:33 2019 +0800

    uthash: remove uthash-ptest dependencies
    
    after commit https://git.openembedded.org/openembedded-core/
    commit/meta/classes/ptest.bbclass?id=b47194b57d94260b4e6438c5bf74914027f0b520
    package ${PN}-ptest will depend on ${PN} by default,
    but for uthash, ${PN} is empty package, remove it from dependency
    to avoid image do rootfs failure since nothing provides error.
    
    Signed-off-by: Changqing Li <changqing.li at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/uthash/uthash_2.1.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/uthash/uthash_2.1.0.bb b/meta-oe/recipes-support/uthash/uthash_2.1.0.bb
index d01a06c..09cef44 100644
--- a/meta-oe/recipes-support/uthash/uthash_2.1.0.bb
+++ b/meta-oe/recipes-support/uthash/uthash_2.1.0.bb
@@ -41,5 +41,6 @@ do_install_ptest() {
 # The main package is empty and non-existent, so -dev
 # should not depend on it...
 RDEPENDS_${PN}-dev = ""
+RDEPENDS_${PN}-ptest_remove = "${PN}"
 
 BBCLASSEXTEND = "native"

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


More information about the Openembedded-commits mailing list