[OE-core] [PATCH v2] sudo: provide sudo paths through EXTRA_OECONF

2017-12-20 Thread Nikolay Merinov
build will fail with "Installed but not shipped" error. Signed-off-by: Nikolay Merinov --- meta/recipes-extended/sudo/sudo_1.8.21p2.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-extended/sudo/sudo_1.8.21p2.bb b/meta/recipes-extended/sudo/sudo_1.8.21p2.bb inde

[OE-core] [PATCH] sudo: provide sudo paths through EXTRA_OECONF

2017-12-06 Thread Nikolay Merinov
build will fail with "Installed but not shipped" error. Signed-off-by: Nikolay Merinov --- meta/recipes-extended/sudo/sudo_1.8.21p2.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-extended/sudo/sudo_1.8.21p2.bb b/meta/recipes-extended/sudo/sudo_1.8.21p2.bb inde

[OE-core] [PATCH v2] cross.bbclass: Remove usage of host flags for cross-compilation

2017-10-06 Thread Nikolay Merinov
means that if BUILD_CFLAGS contains host-specific flags like "-isystem/usr/include" libgcc build will fail "do_qa_configure" and "do_package_qa" checks. Remove host-related flags from TARGET_* flags for gcc-cross build. Signed-off-by: Nikolay Merinov --- meta/classes/c

[OE-core] [PATCH] cross.bbclass: Remove usage of host flags for cross-compilation

2017-10-05 Thread Nikolay Merinov
means that if BUILD_CFLAGS contains host-specific flags like "-isystem/usr/include" libgcc build will fail "do_qa_configure" and "do_package_qa" checks. Remove host-related flags from TARGET_* flags for gcc-cross build. Signed-off-by: Nikolay Merinov --- meta/classes/c

[OE-core] [PATCH] utils.bbclass: Support applications with keys in check_app_exist function

2017-10-05 Thread Nikolay Merinov
check_app_exist function must support cases when "app" variable defined as "progname --keys". For example BUILD_CC="gcc -march=x86-64" must pass sanity check. Signed-off-by: Nikolay Merinov --- meta/classes/utils.bbclass | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH] perl-native: Provide correct lddlflags

2017-10-05 Thread Nikolay Merinov
rpath in Expat.so module. Provide correct LDDLFLAGS for perl modules compilation to fix build on hosts without libexpat.so. Signed-off-by: Nikolay Merinov --- meta/recipes-devtools/perl/perl-native_5.24.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/perl/perl

[OE-core] [PATCH] nspr, nss: Use BUILD_CC instead of hardcoded "gcc"

2017-10-05 Thread Nikolay Merinov
Recipes nspr_4.16.bb and nss_3.31.1.bb ignored BUILD_CC and it's BUILD_CFLAGS and tried to compile with hardcoded "gcc" instead. As result build for this recipes will fail if host use different name for compiler or require any flags. Signed-off-by: Nikolay Merinov --- meta/recip

Re: [OE-core] [meta-oe][krogoth][morty][PATCH] systemd: Disable DefaultDependencies for sysv scripts on rcS runlevel

2017-07-26 Thread Nikolay Merinov
Incorrect tags, please ignore this mail On 7/26/17 1:05 PM, Nikolay Merinov wrote: systemd-sysv-generator translate sysv services on rcS runlevel to services that starts before sysinit.target. This behavour conflict with default dependency on same tartget. String that define "DefaultDepen

[OE-core] [meta-oe][krogoth][morty][PATCH] systemd: Disable DefaultDependencies for sysv scripts on rcS runlevel

2017-07-26 Thread Nikolay Merinov
emd 229 in commit 64ab17b707dc431aaed880d6d8615971243f46f8. Current commit returns changes required for services that work on rcS runlevel. Signed-off-by: Nikolay Merinov --- ...nerator-add-support-for-executing-scripts-und.patch | 18 ++ 1 file changed, 14 insertions(+), 4

[OE-core] [krogoth][morty][PATCH] systemd: Disable DefaultDependencies for sysv scripts on rcS runlevel

2017-07-26 Thread Nikolay Merinov
emd 229 in commit 64ab17b707dc431aaed880d6d8615971243f46f8. Current commit returns changes required for services that work on rcS runlevel. Signed-off-by: Nikolay Merinov --- ...nerator-add-support-for-executing-scripts-und.patch | 18 ++ 1 file changed, 14 insertions(+), 4