All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] argp-standalone: set ALLOW_EMPTY to PN
@ 2017-10-05  3:48 liu.ming50
  2017-10-05 10:22 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: liu.ming50 @ 2017-10-05  3:48 UTC (permalink / raw)
  To: openembedded-core; +Cc: Ming Liu

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] argp-standalone: set ALLOW_EMPTY to PN
  2017-10-05  3:48 [PATCH] argp-standalone: set ALLOW_EMPTY to PN liu.ming50
@ 2017-10-05 10:22 ` Burton, Ross
  2017-10-05 14:10   ` Ming Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2017-10-05 10:22 UTC (permalink / raw)
  To: Ming Liu; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 415 bytes --]

On 5 October 2017 at 04:48, <liu.ming50@gmail.com> wrote:

> 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.
>

I'd prefer to remove the dependency on PN in PN-staticdev, as a
argp-standalone library package with nothing in it is more confusing.

Ross

[-- Attachment #2: Type: text/html, Size: 810 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] argp-standalone: set ALLOW_EMPTY to PN
  2017-10-05 10:22 ` Burton, Ross
@ 2017-10-05 14:10   ` Ming Liu
  0 siblings, 0 replies; 3+ messages in thread
From: Ming Liu @ 2017-10-05 14:10 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 562 bytes --]

Hi, Ross:

Agreed, will send a V2 soon.

//Ming Liu

2017-10-05 12:22 GMT+02:00 Burton, Ross <ross.burton@intel.com>:

> On 5 October 2017 at 04:48, <liu.ming50@gmail.com> wrote:
>
>> 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.
>>
>
> I'd prefer to remove the dependency on PN in PN-staticdev, as a
> argp-standalone library package with nothing in it is more confusing.
>
> Ross
>

[-- Attachment #2: Type: text/html, Size: 1390 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-05 14:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-05  3:48 [PATCH] argp-standalone: set ALLOW_EMPTY to PN liu.ming50
2017-10-05 10:22 ` Burton, Ross
2017-10-05 14:10   ` Ming Liu

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.