From: liu.ming50@gmail.com
To: openembedded-core@lists.openembedded.org
Cc: Ming Liu <liu.ming50@gmail.com>
Subject: [PATCH] argp-standalone: set ALLOW_EMPTY to PN
Date: Thu, 5 Oct 2017 05:48:06 +0200 [thread overview]
Message-ID: <1507175286-8225-1-git-send-email-liu.ming50@gmail.com> (raw)
From: Ming Liu <liu.ming50@gmail.com>
This ensures argp-standalone-staticdev package could be installed
correctly(depending on argp-standalone) if it's being required during
SDK population.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
---
meta/recipes-support/argp-standalone/argp-standalone_1.3.bb | 2 ++
1 file changed, 2 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..1242e31 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,8 @@ inherit autotools
CFLAGS += "-fPIC -U__OPTIMIZE__"
+ALLOW_EMPTY_${PN} = "1"
+
do_install() {
install -D -m 0644 ${B}/libargp.a ${D}${libdir}/libargp.a
install -D -m 0644 ${S}/argp.h ${D}${includedir}/argp.h
--
2.7.4
next reply other threads:[~2017-10-05 3:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-05 3:48 liu.ming50 [this message]
2017-10-05 10:22 ` [PATCH] argp-standalone: set ALLOW_EMPTY to PN Burton, Ross
2017-10-05 14:10 ` Ming Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1507175286-8225-1-git-send-email-liu.ming50@gmail.com \
--to=liu.ming50@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.