[OE-core] [PATCH 0/4] misc fixes

2017-03-20 Thread Khem Raj
Fix install collisions between go-native and go-bootstrap-native
Fix ltp for musl
Other fixes are found by clang but are generic

The following changes since commit b5a595a4be09756b88e91f3353e3b221b165ab44:

  binutils: disable gold on mingw (2017-03-20 15:17:48 +)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib kraj/pu
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/pu

Khem Raj (4):
  ltp: Fix __sighandler_t for mips
  openssl: Fix build with clang
  acpitests: Point Makefile CC to use OE synthesized CC
  go-native: Install bootstrap binaries with 1.4 suffix

 ...build-with-clang-using-external-assembler.patch | 49 ++
 .../recipes-connectivity/openssl/openssl_1.0.2k.bb |  5 ++-
 meta/recipes-devtools/go/go-native.inc | 12 +++---
 meta/recipes-extended/acpica/acpitests_20140828.bb |  2 +-
 ...n.h-Use-sighandler_t-instead-of-__sighand.patch | 31 +++---
 5 files changed, 76 insertions(+), 23 deletions(-)
 create mode 100644 
meta/recipes-connectivity/openssl/openssl/0001-Fix-build-with-clang-using-external-assembler.patch

-- 
2.12.0

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/4] Misc fixes

2016-03-20 Thread Paul Eggleton
Fixes for some minor issues I noticed recently.


The following changes since commit d3ab7005f0c899da9f9f132b22861bd5d4f952ba:

  tzdata: update to 2016b (2016-03-20 22:58:00 +)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/misc-fixes
  
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/misc-fixes

Paul Eggleton (4):
  classes/packagegroup: fix dbg/dev/ptest complementary packages
  classes/packagegroup: drop complementary -ptest if ptest not in 
DISTRO_FEATURES
  classes/distutils*: don't hide logs when setup script fails
  site.conf.sample: fix reference to oe-git-proxy script

 meta/classes/distutils-tools.bbclass |  8 
 meta/classes/distutils.bbclass   |  8 
 meta/classes/distutils3.bbclass  |  8 
 meta/classes/packagegroup.bbclass| 12 +---
 meta/conf/site.conf.sample   |  2 +-
 5 files changed, 22 insertions(+), 16 deletions(-)

-- 
2.5.5

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/4] Misc fixes around SDK and package management

2014-06-24 Thread Mark Hatle
While working with meta-mingw and some related toolchain SDKs, I found
a number of minor issues.  These 4 fixes correct the issues observed.

Note RPM is not capable of installing meta-mingw into an SDK.  You must
still use IPK for that.  I'll continue to work on a fix for that.

The following changes since commit 41bd9dbf6f3e0add6a9e2cb20cfcbff44d785ea4:

  syslinux: fix isohybird overflows on 32 bit system (2014-06-24 19:53:02 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib mhatle/oe-core
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mhatle/oe-core

Mark Hatle (4):
  classes/package_rpm.bbclass: Fix SDK Suffix reference
  populate_sdk: Fix TOOLCHAIN_TARGET_TASK_ATTEMPTONLY implementation
  gcc-cross-canadian: Add configure-target-libgcc
  lib/oe/package_manager.py: Add processing for alternative SDK_OS

 meta/classes/package_rpm.bbclass |  3 ++-
 meta/classes/populate_sdk_base.bbclass   |  1 +
 meta/lib/oe/manifest.py  |  2 +-
 meta/lib/oe/package_manager.py   |  6 +-
 meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 13 ++---
 5 files changed, 19 insertions(+), 6 deletions(-)

-- 
1.9.3

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/4] Misc Fixes

2013-12-19 Thread Saul Wold
Fix up build time with PACKAGECONFIG for perl in openssl, found some 
non-overridable
PACKAGECONFIGs so fix them and clean up util-linux-dev issue

Sau!

Saul Wold (4):
  harfbuzz: Allow PACKAGECONFIG to be overridden
  beecrypt: Allow PACKAGECONFIG to be overridden
  openssl: use PACKAGECONFIG to disable perl bits
  util-linux: remove non PN based -dev packages

 meta/recipes-connectivity/openssl/openssl.inc | 16 +++-
 meta/recipes-core/util-linux/util-linux.inc   | 10 --
 meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb |  2 +-
 meta/recipes-support/beecrypt/beecrypt_4.2.1.bb   |  2 +-
 4 files changed, 17 insertions(+), 13 deletions(-)

-- 
1.8.3.1

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/4] Misc Fixes

2012-01-26 Thread Richard Purdie
On Wed, 2012-01-25 at 11:29 -0800, Saul Wold wrote:
 Richard,
 
 This set address a build issue, and fixes a couple of bugs,
 I split the staticdev QA test into 2 part for the libgcc 
 change.
 
 Thanks
   Sau!
 
 
 The following changes since commit 746e8ffa66850bf9050cd6baf94eb76c492eb535:
 
   uclibc-git: Update to latest RC (2012-01-25 14:33:52 +)
 
 are available in the git repository at:
   git://git.openembedded.org/openembedded-core-contrib sgw/fix
   
 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix
 
 Marc Ferland (1):
   pm-utils: Add grep to RDEPENDS to avoid command failures.
 
 Saul Wold (3):
   default-providers: add kbd as PREFERRED_PROVIDER for console-tools
   insane.bbclass: Add test for static .a libraries in non-staticdev
 packages
   libgcc: Add INSANE_SKIP of staticdev for libgcc-dev and libgcov-dev

Merged to master, thanks. I took v2 of the pm-utils fix though.

Cheers,

Richard


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/4] Misc Fixes

2012-01-25 Thread Saul Wold
Richard,

This set address a build issue, and fixes a couple of bugs,
I split the staticdev QA test into 2 part for the libgcc 
change.

Thanks
Sau!


The following changes since commit 746e8ffa66850bf9050cd6baf94eb76c492eb535:

  uclibc-git: Update to latest RC (2012-01-25 14:33:52 +)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/fix
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix

Marc Ferland (1):
  pm-utils: Add grep to RDEPENDS to avoid command failures.

Saul Wold (3):
  default-providers: add kbd as PREFERRED_PROVIDER for console-tools
  insane.bbclass: Add test for static .a libraries in non-staticdev
packages
  libgcc: Add INSANE_SKIP of staticdev for libgcc-dev and libgcov-dev

 meta/classes/insane.bbclass|   15 ++-
 meta/conf/distro/include/default-providers.inc |2 +-
 meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb|4 +++-
 meta/recipes-devtools/gcc/libgcc_4.6.bb|3 +++
 4 files changed, 21 insertions(+), 3 deletions(-)

-- 
1.7.6.5


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/4] Misc fixes, July 19

2011-07-19 Thread Tom Rini
Hey all,

As part of doing some fix builds in very long paths builds of world I've
hit a few DEPENDS problems.  The following series is mostly adding DEPENDS
where they're missing today.  While I was fixing up gnome-doc-utils-native
I noticed it has the installed but not packaged QA problem so I fixed that
while in here.

The following changes since commit e66c2999afa2b3efbce8bb46c89f9db5e15f35c7:
  Saul Wold (1):
libx11: ensure nativesdk uses correct DEPENDS and XCB flags

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib trini/misc-fixes-19july
  
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=trini/misc-fixes-19july

Tom Rini (4):
  metacity: Add gnome-doc-utils to DEPENDS
  gnome-doc-utils: Package up python site packages, bump PR
  iptuils: Add sgmlspl-native to DEPENDS
  btrfs-tools: Add util-linux to DEPENDS

 .../btrfs-tools/btrfs-tools_git.bb |3 ++-
 meta/recipes-extended/iputils/iputils_s20101006.bb |4 ++--
 meta/recipes-gnome/gnome/gnome-doc-utils.inc   |4 ++--
 meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb |2 +-
 meta/recipes-gnome/gnome/metacity_2.30.3.bb|4 ++--
 5 files changed, 9 insertions(+), 8 deletions(-)


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core