generic-poky/meta/recipes-core/eglibc
Dmitry Eremin-Solenikov f800862555 eglibc: fix packaging of some of nativesdk packages
eglibc.inc contains packaging rules that depend on PKGSUFFIX expansion.
However that variable wasn't expanded properly in some case. E.g.

PACKAGES = " ... nscd${PKGSUFFIX} ..."
FILES_nscd${PKGSUFFIX} = "${sbindir}/nscd*"

would be expanded to

PACKAGES = " ... nscd-nativesdk ..."
FILES_nscd = "${sbindir}/nscd*"

Thus leading to empty -nativesdk packages and missing files. To overcome
that use python code blob to properly define PKGSUFFIX variable.

(From OE-Core rev: 974cdb88680359aac5aefd11b84c4a374ab3a753)

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-22 08:49:10 +01:00
..
eglibc-2.12 eglibc: fix build for armv4 machines 2011-08-04 15:04:35 +01:00
eglibc-2.13 eglibc: Modify ldd script according to multilib config. 2011-08-15 15:26:17 +01:00
ldconfig-native-2.12.1 Add endianess macros used by previous endian-ness_handling.patch 2011-07-21 10:59:18 +01:00
site_config eglibc: Add siteconfig cache generation 2010-09-03 10:50:03 +01:00
cross-localedef-native_2.12.bb Drop PRIORITY variable 2011-07-01 23:27:29 +01:00
cross-localedef-native_2.13.bb Drop PRIORITY variable 2011-07-01 23:27:29 +01:00
eglibc-common.inc eglibc: Tighten LICENSE Fields 2011-07-19 17:34:21 +01:00
eglibc-initial.inc eglibc: Fix version 2.12 after locale changes 2011-06-28 13:44:42 +01:00
eglibc-initial_2.12.bb Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
eglibc-initial_2.13.bb eglibc: Fix version 2.12 after locale changes 2011-06-28 13:44:42 +01:00
eglibc-ld.inc eglibc: Modify ldd script according to multilib config. 2011-08-15 15:26:17 +01:00
eglibc-locale.inc eglibc: fix packaging of some of nativesdk packages 2011-09-22 08:49:10 +01:00
eglibc-locale_2.12.bb eglibc: Fix version 2.12 after locale changes 2011-06-28 13:44:42 +01:00
eglibc-locale_2.13.bb eglibc: Fix version 2.12 after locale changes 2011-06-28 13:44:42 +01:00
eglibc-options.inc eglibc: check dependencies among eglibc options 2011-08-19 09:29:20 -07:00
eglibc-package.inc eglibc: fix packaging of some of nativesdk packages 2011-09-22 08:49:10 +01:00
eglibc.inc eglibc: Modify ldd script according to multilib config. 2011-08-15 15:26:17 +01:00
eglibc_2.12.bb eglibc: fix packaging of some of nativesdk packages 2011-09-22 08:49:10 +01:00
eglibc_2.13.bb eglibc: fix packaging of some of nativesdk packages 2011-09-22 08:49:10 +01:00
ldconfig-native_2.12.1.bb Add endianess macros used by previous endian-ness_handling.patch 2011-07-21 10:59:18 +01:00