diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-23 18:21:00 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-05-04 12:22:04 -0400 |
commit | 501e733081d00bc90b9e830c04cbe03c5332445d (patch) | |
tree | 3a7410d8f29b8a8cdb081207bbeac16119a4d044 /conf/distro/include/angstrom-2007-for-openmoko.inc | |
parent | 69cc656f4274dd2f596cd2a6a3c1dd414dd8e5d7 (diff) |
All distro conf files: Use LIBC to pick or set your libc.
Acked-by: Leon Woestenberg <leon@sidebranch.com>
Acked-by: Mike Westerhof <mwester@dls.net>
Signed-off-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'conf/distro/include/angstrom-2007-for-openmoko.inc')
-rw-r--r-- | conf/distro/include/angstrom-2007-for-openmoko.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom-2007-for-openmoko.inc b/conf/distro/include/angstrom-2007-for-openmoko.inc index b931d340c3..dcd49980eb 100644 --- a/conf/distro/include/angstrom-2007-for-openmoko.inc +++ b/conf/distro/include/angstrom-2007-for-openmoko.inc @@ -28,7 +28,7 @@ DISTRO_TYPE ?= "debug" IMAGE_LINGUAS = '${@base_less_or_equal("ROOT_FLASH_SIZE", "16", "", "en-gb", d)}' # set feed path variables -FEED_BASEPATH = "feeds/2007/${ANGSTROM_PKG_FORMAT}/${ANGSTROMLIBC}/" +FEED_BASEPATH = "feeds/2007/${ANGSTROM_PKG_FORMAT}/${LIBC}/" #The angstrom-mirrors.bbclass should have everything, but we can use this as a fallback |