diff options
-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 |