[oe-commits] [openembedded-core] 03/10: argp-standalone: drop RDEPENDS dev/staticdev packages on main package

git at git.openembedded.org git at git.openembedded.org
Fri Oct 6 11:25:08 UTC 2017


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

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 6d13c09fb57e13aa4aae590cd49cff7279c8685d
Author: Ming Liu <liu.ming50 at gmail.com>
AuthorDate: Thu Oct 5 16:23:02 2017 +0200

    argp-standalone: drop RDEPENDS dev/staticdev packages on main package
    
    This ensures argp-standalone-staticdev package could be installed
    correctly(without depending on the empty argp-standalone package) if
    it's being required during SDK population.
    
    Signed-off-by: Ming Liu <liu.ming50 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/argp-standalone/argp-standalone_1.3.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-support/argp-standalone/argp-standalone_1.3.bb b/meta/recipes-support/argp-standalone/argp-standalone_1.3.bb
index bd0cfdf..21bbcab 100644
--- a/meta/recipes-support/argp-standalone/argp-standalone_1.3.bb
+++ b/meta/recipes-support/argp-standalone/argp-standalone_1.3.bb
@@ -19,6 +19,9 @@ inherit autotools
 
 CFLAGS += "-fPIC -U__OPTIMIZE__"
 
+RDEPENDS_${PN}-dev = ""
+RDEPENDS_${PN}-staticdev = ""
+
 do_install() {
 	install -D -m 0644 ${B}/libargp.a ${D}${libdir}/libargp.a
 	install -D -m 0644 ${S}/argp.h ${D}${includedir}/argp.h

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


More information about the Openembedded-commits mailing list