From 725b7f8ccebebe1dbb3a36689db32d1f2759bb82 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Thu, 5 Oct 2017 16:23:02 +0200 Subject: 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. (From OE-Core rev: 6d13c09fb57e13aa4aae590cd49cff7279c8685d) Signed-off-by: Ming Liu Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/argp-standalone/argp-standalone_1.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta') 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 bd0cfdfe46..21bbcab3d3 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 -- cgit v1.2.3-54-g00ecf