[OE-core] [PATCH] util-linux: Update License Information (remove GPLv3 Licnese)

2013-03-15 Thread Saul Wold
The upstream authors have updated the licenses of a couple subcomponents, these were GPLv3, but updated to be either GPLv2 or LGPLv2.1 accordingly. These changes make the util-linux package become completely non-GPLv3. Cleaned up some white space issue also [YOCTO #4014] Signed-off-by: Saul Wold

[OE-core] [PATCH 2/2] populate_sdk_base: search for perl scripts after symlinks are relocated

2013-03-15 Thread Laurentiu Palcu
grep will throw "No such file or directory" errors for all invalid symlinks. To overcome this, move the search after the symlinks have been changed to point to the new location. Signed-off-by: Laurentiu Palcu --- meta/classes/populate_sdk_base.bbclass | 10 +- 1 file changed, 5 inserti

[OE-core] [PATCH 1/2] gcc-cross-canadian: do not create symlinks to non-existent binaries

2013-03-15 Thread Laurentiu Palcu
If fortran is not built, soft links to gfortran and g77 are created even though the fortran compiler doesn't exist... [YOCTO #4023] Signed-off-by: Laurentiu Palcu --- meta/recipes-devtools/gcc/gcc-package-sdk.inc |4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-devtools/g

[OE-core] [PATCH 0/2] SDK relocation fixes

2013-03-15 Thread Laurentiu Palcu
Laurentiu Palcu (2): gcc-cross-canadian: do not create symlinks to non-existent binaries populate_sdk_base: search for perl scripts after symlinks are relocated meta/classes/populate_sdk_base.bbclass| 10 +- meta/recipes-devtools/gcc/gcc-package-sdk.inc |4 2 fi

Re: [OE-core] [PATCH 16/17] watchdog: Upgrade to v5.13

2013-03-15 Thread Saul Wold
On 03/14/2013 10:55 AM, Radu Moisan wrote: Signed-off-by: Radu Moisan --- .../watchdog/files/fix-ping-failure.patch | 74 You need to include WHY you removed the patch in the commit message, also it seems below you did not remove it from the SRC_URI. Also, K

[OE-core] [oe-core] elfutils: fix the num passed to memset in ar.c

2013-03-15 Thread Zhenhua Luo
Following build error will appear on Fedora18+: ar.c: In function 'do_oper_delete': ar.c:918:31: error: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Werror=sizeof-pointer-memaccess] memset (found, '\0', sizeof (found)); Sig

[OE-core] [PATCH 2/4] gnupg: fix PN -> BPN in do_install for multilibs

2013-03-15 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- meta/recipes-support/gnupg/gnupg_1.4.7.bb | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-support/gnupg/gnupg_1.4.7.bb b/meta/recipes-support/gnupg/gnupg_1.4.7.bb index 8c2f7f6..7fbc3d3 100644 -

[OE-core] [PATCH 3/4] ttf-fonts: fix PN -> BPN in do_install for multilibs

2013-03-15 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- .../ttf-fonts/liberation-fonts_1.04.bb |6 +++--- .../ttf-fonts/liberation-fonts_1.06.bb |6 +++--- .../ttf-fonts/ttf-bitstream-vera_1.10.bb |6 +++--- 3 files changed, 9 insertions(+), 9 deletions(

[OE-core] [PATCH 1/4] python-imaging: fix PN -> BPN in do_install for multilibs

2013-03-15 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- .../python/python-imaging_1.1.7.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/python/python-imaging_1.1.7.bb b/meta/recipes-devtools/python/python-imaging_1.1.7.bb inde

[OE-core] [PATCH 0/4] Multilib: fix PN -> BPN in do_install for some recipes

2013-03-15 Thread jackie.huang
From: Jackie Huang tested with: MULTILIBS ?= "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 ?= "x86" $ bitbake python-imaging lib32-python-imaging \ liberation-fonts lib32-liberation-fonts \ ttf-bitstream-vera lib32-ttf-bitstream-vera \ gnupg lib32-gnupg libatomics-ops lib32-libatomics-op

[OE-core] [PATCH 4/4] libatomics-ops: fix PN -> BPN in do_install for multilibs

2013-03-15 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- .../pulseaudio/libatomics-ops_7.2.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/pulseaudio/libatomics-ops_7.2.bb b/meta/recipes-multimedia/pulseaudio/libatomics-ops_7.2.bb