diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-27 11:43:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:04:37 +0100 |
commit | 735e7081be64673977a233fa0f2d20688ae5f381 (patch) | |
tree | d439be9e23d7a605ffe3020381ea6b1142f45b28 /meta/site/mips-linux | |
parent | b72e281bb7e5cd7089214f787d37b023997bce73 (diff) | |
download | poky-735e7081be64673977a233fa0f2d20688ae5f381.tar.gz |
Various siteinfo: Drop rp-pppoe variables
These variables were wrong on big-endian machines and this recipe is now
handled in meta-oe (along with the siteinfo files).
(From OE-Core rev: 6129df9588c96ca710c585f5ed400ac551b61055)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/mips-linux')
-rw-r--r-- | meta/site/mips-linux | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/site/mips-linux b/meta/site/mips-linux index b1f8be2120..876d99701f 100644 --- a/meta/site/mips-linux +++ b/meta/site/mips-linux | |||
@@ -45,10 +45,6 @@ libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | |||
45 | # ncftp | 45 | # ncftp |
46 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} | 46 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} |
47 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} | 47 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} |
48 | wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes} | ||
49 | |||
50 | # rp-pppoe | ||
51 | rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev} | ||
52 | 48 | ||
53 | # db | 49 | # db |
54 | db_cv_align_t=${db_cv_align_t='unsigned long long'} | 50 | db_cv_align_t=${db_cv_align_t='unsigned long long'} |