diff options
author | Ming Liu <liu.ming50@gmail.com> | 2017-10-05 16:23:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-07 23:20:40 +0100 |
commit | 725b7f8ccebebe1dbb3a36689db32d1f2759bb82 (patch) | |
tree | 0c379fe3d4239749d4031fee05a277289566fa1d /meta/recipes-support/argp-standalone | |
parent | 195d2ce52ae476e037b47431c067cc49e2776c4c (diff) | |
download | poky-725b7f8ccebebe1dbb3a36689db32d1f2759bb82.tar.gz |
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 <liu.ming50@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/argp-standalone')
-rw-r--r-- | meta/recipes-support/argp-standalone/argp-standalone_1.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
19 | 19 | ||
20 | CFLAGS += "-fPIC -U__OPTIMIZE__" | 20 | CFLAGS += "-fPIC -U__OPTIMIZE__" |
21 | 21 | ||
22 | RDEPENDS_${PN}-dev = "" | ||
23 | RDEPENDS_${PN}-staticdev = "" | ||
24 | |||
22 | do_install() { | 25 | do_install() { |
23 | install -D -m 0644 ${B}/libargp.a ${D}${libdir}/libargp.a | 26 | install -D -m 0644 ${B}/libargp.a ${D}${libdir}/libargp.a |
24 | install -D -m 0644 ${S}/argp.h ${D}${includedir}/argp.h | 27 | install -D -m 0644 ${S}/argp.h ${D}${includedir}/argp.h |