From: Ming Liu Date: Thu, 5 Oct 2017 14:23:02 +0000 (+0200) Subject: argp-standalone: drop RDEPENDS dev/staticdev packages on main package X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19821 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d13c09fb57e13aa4aae590cd49cff7279c8685d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton --- 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 bd0cfdfe462..21bbcab3d34 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