Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] libpthread-stubs: add ALLOW_EMPTY_${PN} = "1"
@ 2013-11-19  2:15 Hongxu Jia
  2013-11-19  2:15 ` [PATCH 1/1] " Hongxu Jia
  0 siblings, 1 reply; 3+ messages in thread
From: Hongxu Jia @ 2013-11-19  2:15 UTC (permalink / raw)
  To: openembedded-core; +Cc: saul.wold

The following changes since commit ea92671d9823e3667d6ced7ac2af20f991da404d:

  bitbake: cooker: replace "w" file opening mode with "a" mode (2013-11-12 17:01:37 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib hongxu/fix-libpthread-stub
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-libpthread-stub

Hongxu Jia (1):
  libpthread-stubs: add ALLOW_EMPTY_${PN} = "1"

 meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb | 1 +
 1 file changed, 1 insertion(+)

-- 
1.8.1.2



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

* [PATCH 1/1] libpthread-stubs: add ALLOW_EMPTY_${PN} = "1"
  2013-11-19  2:15 [PATCH 0/1] libpthread-stubs: add ALLOW_EMPTY_${PN} = "1" Hongxu Jia
@ 2013-11-19  2:15 ` Hongxu Jia
  2013-11-19  2:20   ` Hongxu Jia
  0 siblings, 1 reply; 3+ messages in thread
From: Hongxu Jia @ 2013-11-19  2:15 UTC (permalink / raw)
  To: openembedded-core; +Cc: saul.wold

There was an image build failure while installing libpthread-stubs to rootfs.
...
Failed to buld rootfs image for fsl-b4xxx-standard-glibc-std after adding
multilib package lib64-libpthread-stubs.
...

The libpthread-stubs was empty and the package didn't exist by default. Add
ALLOW_EMPTY_${PN} = "1" to create the empty libpthread-stubs fixed this issue.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb b/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb
index ad046d1..f4264b4 100644
--- a/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb
+++ b/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb
@@ -22,3 +22,4 @@ RDEPENDS_${PN}-dev = ""
 RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
 
 BBCLASSEXTEND = "native nativesdk"
+ALLOW_EMPTY_${PN} = "1"
-- 
1.8.1.2



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

* Re: [PATCH 1/1] libpthread-stubs: add ALLOW_EMPTY_${PN} = "1"
  2013-11-19  2:15 ` [PATCH 1/1] " Hongxu Jia
@ 2013-11-19  2:20   ` Hongxu Jia
  0 siblings, 0 replies; 3+ messages in thread
From: Hongxu Jia @ 2013-11-19  2:20 UTC (permalink / raw)
  To: openembedded-core; +Cc: saul.wold

On 11/19/2013 10:15 AM, Hongxu Jia wrote:
> There was an image build failure while installing libpthread-stubs to rootfs.
> ...
> Failed to buld rootfs image for fsl-b4xxx-standard-glibc-std after adding
> multilib package lib64-libpthread-stubs.
> ...
>
> The libpthread-stubs was empty and the package didn't exist by default. Add
> ALLOW_EMPTY_${PN} = "1" to create the empty libpthread-stubs fixed this issue.

In libpthread-stubs recipe, the PN-dbg and PN-dev existed,
so the PN should also exist.

//Hongxu

>
> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
> ---
>   meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb b/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb
> index ad046d1..f4264b4 100644
> --- a/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb
> +++ b/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb
> @@ -22,3 +22,4 @@ RDEPENDS_${PN}-dev = ""
>   RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
>   
>   BBCLASSEXTEND = "native nativesdk"
> +ALLOW_EMPTY_${PN} = "1"



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

end of thread, other threads:[~2013-11-19  2:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-19  2:15 [PATCH 0/1] libpthread-stubs: add ALLOW_EMPTY_${PN} = "1" Hongxu Jia
2013-11-19  2:15 ` [PATCH 1/1] " Hongxu Jia
2013-11-19  2:20   ` Hongxu Jia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox