[OE-core] [PATCH 0/6] fix buildpath QA Issue

Hongxu Jia hongxu.jia at windriver.com
Fri Feb 19 05:54:38 UTC 2016


Also fix btrfs-tools and git which were found by workd build

Other buildpath fixes is still on the way.

//Hongxu

The following changes since commit ed20c6ca446a8788615e497bd4452195537deab5:

  epiphany: Add libxml2-native to DEPENDS (2016-02-19 01:01:26 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib hongxu/fix-buildpath
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=hongxu/fix-buildpath

Hongxu Jia (6):
  depmodwrapper-cross: nopackages to avoid QA [buildpaths] issue
  gcc: use relative path for configure script
  bison/gettext: add --with-bisonlocaledir to assign BISON_LOCALEDIR
  openssl: substitute buildpath in source code
  btrfs-tools: fix symlink creation multiple times
  git: fix installed-vs-shipped QA Issue

 meta/recipes-connectivity/openssl/openssl.inc      |  2 +-
 .../substitute-buildpath-in-source-code.patch      | 41 +++++++++++++++
 .../recipes-connectivity/openssl/openssl_1.0.2f.bb |  1 +
 .../gettext-0.19.6/add-with-bisonlocaledir.patch   | 58 ++++++++++++++++++++++
 meta/recipes-core/gettext/gettext_0.19.6.bb        |  4 ++
 .../bison/bison/add-with-bisonlocaledir.patch      | 58 ++++++++++++++++++++++
 meta/recipes-devtools/bison/bison_3.0.4.bb         |  1 +
 .../fix-symlink-creation-multiple-times.patch      | 46 +++++++++++++++++
 .../btrfs-tools/btrfs-tools_4.4.bb                 |  1 +
 meta/recipes-devtools/gcc/gcc-runtime.inc          |  3 +-
 meta/recipes-devtools/gcc/gcc-sanitizers.inc       |  3 +-
 meta/recipes-devtools/gcc/libgcc-common.inc        |  3 +-
 meta/recipes-devtools/gcc/libgfortran.inc          |  3 +-
 meta/recipes-devtools/git/git.inc                  |  2 +
 .../recipes-kernel/kmod/depmodwrapper-cross_1.0.bb |  2 +
 15 files changed, 223 insertions(+), 5 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssl/openssl/substitute-buildpath-in-source-code.patch
 create mode 100644 meta/recipes-core/gettext/gettext-0.19.6/add-with-bisonlocaledir.patch
 create mode 100644 meta/recipes-devtools/bison/bison/add-with-bisonlocaledir.patch
 create mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/fix-symlink-creation-multiple-times.patch

-- 
1.9.1




More information about the Openembedded-core mailing list