diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-03-14 10:00:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-03-14 10:00:39 +0000 |
commit | fabac8ac01ad996b47964f1bcc8e4bacb72dd8bf (patch) | |
tree | 6e02272ad829810b8cea8ad5246d62a0dcad8f4c | |
parent | 50f201b6234bd8b62e4410e60940ff70a2605852 (diff) | |
parent | c7cf564fa87a947ef5b5ff835a4d7c3ea40dc5f9 (diff) |
merge of '0d87f3ceec0d253d684273f4ec3270544b92f192'
and '67a258d1a15721fbf7bb3dff9040d514a67383c7'
-rw-r--r-- | classes/siteinfo.bbclass | 1 | ||||
-rw-r--r-- | site/avr32-common | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass index 701777bbcc..0d31be4dc4 100644 --- a/classes/siteinfo.bbclass +++ b/classes/siteinfo.bbclass @@ -30,7 +30,6 @@ def get_siteinfo_list(d): "arm-linux-gnueabi": "endian-little bit-32 common-linux common-glibc arm-common arm-linux",\ "arm-linux-uclibc": "endian-little bit-32 common-linux common-uclibc arm-common",\ "arm-linux-uclibcgnueabi": "endian-little bit-32 common-linux common-uclibc arm-common arm-linux-uclibc",\ - "avr32-linux": "endian-big bit-32 common-linux common-glibc avr32-common",\ "avr32-linux-uclibc": "endian-big bit-32 common-linux common-uclibc avr32-common",\ "bfin-uclinux-uclibc": "endian-little bit-32 common-uclibc bfin-common",\ "i386-linux": "endian-little bit-32 common-linux common-glibc ix86-common",\ diff --git a/site/avr32-common b/site/avr32-common index b5b176cad7..8735fdfb5a 100644 --- a/site/avr32-common +++ b/site/avr32-common @@ -1,7 +1,8 @@ -glib_cv_stack_grows=${glib_cv_stack_grows=no} +#glib glib_cv_stack_grows=${glib_cv_stack_grows=no} ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} glib_cv_uscore=${glib_cv_uscore=no} ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} +ac_cv_func_posix_getgrgid_r=${ac_cv_func_getgrgid_r=yes} #dbus-glib ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} |