All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-initramfs][PATCH 0/3] klibc: fix hardcoded symlinks to linux-libc-headers
@ 2013-08-29 23:11 Andrea Adami
  2013-08-29 23:11 ` [meta-initramfs][PATCH 1/3] klibc_2.0.2: refactor recipe to respect exec_prefix Andrea Adami
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrea Adami @ 2013-08-29 23:11 UTC (permalink / raw)
  To: openembedded-devel

One (fixed) bug in sstate.bbclass has exposed absolute symlinks
pointing to the linux-libc-headers.

To fix this bug properly it is necessary to take care of exec_prefix
in order to create a proper symlink.

Andrea Adami (3):
  klibc_2.0.2: refactor recipe to respect exec_prefix
  klcc-cross_2.0.2: refactor recipe to respect exec_prefix
  kexec-tools-klibc: fix includes now that klibc respects exec_prefix

 .../recipes-devtools/klibc/klcc-cross_2.0.2.bb     | 11 ++++------
 .../klibc/klibc-2.0.2/klcc_prefix.patch            | 24 ----------------------
 .../klibc/klibc-2.0.2/klibc-linux-libc-dev.patch   |  2 +-
 .../klibc/klibc-2.0.2/prefix.patch                 | 14 -------------
 .../klibc/klibc-2.0.2/staging.patch                |  2 +-
 meta-initramfs/recipes-devtools/klibc/klibc.inc    |  4 +++-
 .../recipes-devtools/klibc/klibc_2.0.2.bb          | 22 +++++++++-----------
 .../kexec/kexec-tools-klibc_2.0.2.bb               |  4 ++--
 8 files changed, 21 insertions(+), 62 deletions(-)
 delete mode 100644 meta-initramfs/recipes-devtools/klibc/klibc-2.0.2/klcc_prefix.patch
 delete mode 100644 meta-initramfs/recipes-devtools/klibc/klibc-2.0.2/prefix.patch

-- 
1.8.1.5



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

end of thread, other threads:[~2013-08-29 23:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-29 23:11 [meta-initramfs][PATCH 0/3] klibc: fix hardcoded symlinks to linux-libc-headers Andrea Adami
2013-08-29 23:11 ` [meta-initramfs][PATCH 1/3] klibc_2.0.2: refactor recipe to respect exec_prefix Andrea Adami
2013-08-29 23:11 ` [meta-initramfs][PATCH 2/3] klcc-cross_2.0.2: " Andrea Adami
2013-08-29 23:11 ` [meta-initramfs][PATCH 3/3] kexec-tools-klibc: fix includes now that klibc respects exec_prefix Andrea Adami

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.