[OE-core] [PATCH] perl: use PACKAGESPLITFUNCS instead of populate_packages_prepend

2016-05-16 Thread guojian.zhou
From: Guojian Zhou This is cleaner and leads to more accurate profiles. Signed-off-by: Guojian Zhou --- meta/recipes-devtools/perl/perl_5.22.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/perl/perl_5.22.1.bb b/meta/recipes-devtools/perl/perl_

[OE-core] [PATCH 2/2] oe-core: Update alternatives of info pages

2016-02-23 Thread guojian.zhou
From: Guojian Zhou Update alternatives of info pages in several packages. Signed-off-by: Guojian Zhou --- meta/recipes-devtools/autoconf/autoconf.inc | 6 +- meta/recipes-devtools/binutils/binutils.inc | 7 +++ meta/recipes-devtools/gdb/gdb.inc | 8 3 files changed,

[OE-core] [PATCH 1/2] oe-core: Update alternatives of man pages

2016-02-23 Thread guojian.zhou
From: Guojian Zhou Update alternatives of man pages between util-linx and shadow packages. Signed-off-by: Guojian Zhou --- meta/recipes-core/util-linux/util-linux.inc | 3 +++ meta/recipes-extended/shadow/shadow.inc | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/me

[OE-core] [PATCH 1/1] oe-core: Add the "PACKAGE_VENDOR_REPO" directory for the vendor-proprietary rpm

2016-01-31 Thread guojian.zhou
From: Guojian Zhou The vendor proprietary rpms should be packaged into the "vendor_proprietary_extensions" directory. Add the "PACKAGE_VENDOR_REPO" to allow the recipes select the required packages directory. Signed-off-by: Guojian Zhou --- meta/classes/package_rpm.bbclass | 6 +- 1 file c