cornucopia: bump SRCREV
[openembedded.git] / conf / distro / micro-uclibc.conf
blob55b4ebd3ed0b87970fa85f3edaafc79928e1ad99
1 #############################################################################
2 #@TYPE: Distribution
3 #@NAME: Micro uclibc
4 #@DESCRIPTION: Micro Linux Distribution (uclibc based)
5 #@MAINTAINER: Martin Lund <mgl@doredevelopment.dk>
6 #@COMMENT: This distribution configuration defines a Micro Linux distribution
7 #@COMMENT: based on uclibc.
8 #############################################################################
10 #############################################################################
11 # DISTRO CONFIGURATION
12 #############################################################################
14 DISTRO_NAME = "micro-uclibc"
15 DISTRO_FEATURES = "xattr"
17 #############################################################################
18 # TOOLCHAIN
19 #############################################################################
21 LIBC = "uclibc"
22 # Based on the Micro Linux distribution
23 require conf/distro/micro.conf
25 # Use overrides for micro as well
26 OVERRIDES .= ":micro"
28 # Don't let glib-2.0 pull in gettext
29 USE_NLS_glib-2.0 = "no"