diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2014-07-11 14:32:06 +0100 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2014-07-11 14:32:06 +0100 |
commit | df0258044f321990eadd647e03095a48ad04c1a8 (patch) | |
tree | 4a5a25b3384c31406fdaf5ac1425875ac7a56963 | |
parent | 43ee5d250ad47d2bee8ec17954efb7f22d2b804c (diff) | |
parent | d4f380d3b4c5ef3ba05744240ef0f2c4dc605fa0 (diff) | |
download | eglibc2-baserock/2.15-build-essential.tar.gz |
Merge remote-tracking branch 'origin/baserock/sam/eglibc-nss-config' into baserock/2.15-build-essentialbaserock/2.15-build-essential
Reviewed-by: Richard Maw
Reviewed-by: Lars Wirzenius
-rw-r--r-- | eglibc.morph | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/eglibc.morph b/eglibc.morph index 4efd311a9..16b087891 100644 --- a/eglibc.morph +++ b/eglibc.morph @@ -1,6 +1,43 @@ name: eglibc kind: chunk +products: +- artifact: eglibc-nss + include: + - etc/nsswitch.conf + - (usr/)?lib/libnss.* +- artifact: eglibc-gconv + include: + - (usr/)?lib/gconv/.* +- artifact: eglibc-libs + include: + - sbin/ldconfig + - lib(32|64)?/ld-.* + - (usr/)?lib(exec)?/pt_chown +- artifact: eglibc-bins + include: + - (usr/)?s?bin/.* + - (usr/)?libexec/getconf/.* # support libs for getconf + - (usr/)?lib/libSegFault\.so(\.\d+)*$ # support lib for catchsegv +- artifact: eglibc-libs + include: + # This is processed after bins, so bins can take libSegFault.so + - (usr/)?lib(32|64)?/lib[^/]*\.so(\.\d+)*$ +- artifact: eglibc-devel + include: + - (usr/)?include/.* + - (usr/)?lib(32|64)?/lib.*\.a + - (usr/)?lib(32|64)?/lib.*\.la + - (usr/)?(lib(32|64)?|share)/pkgconfig/.*\.pc + - (usr/)?lib(32|64)?/.*\.o +- artifact: eglibc-locale + include: + - (usr/)?share/locale/.* + - (usr/)?share/i18n/.* + - (usr/)?share/zoneinfo/.* +- artifact: eglibc-misc + include: [ .* ] + configure-commands: - mkdir o |