[oe] [meta-initramfs][PATCH 0/3] klibc: fix hardcoded symlinks to linux-libc-headers

Andrea Adami andrea.adami at gmail.com
Thu Aug 29 23:11:28 UTC 2013


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




More information about the Openembedded-devel mailing list