diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-13 12:29:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 11:54:51 +0100 |
commit | bf1e4b1f4952d2dd8e4acd6babb96b3c65999df0 (patch) | |
tree | b98160f1d173238708537936ae039b071edbd075 /meta/site/sh-common | |
parent | 6bc6406b019ebc104a4abfb15c2d2e1263968664 (diff) | |
download | openembedded-core-contrib-bf1e4b1f4952d2dd8e4acd6babb96b3c65999df0.tar.gz |
siteinfo: Move certain samba entries to common-linux
Part of re-syncing with oe.dev, move samba_cv_HAVE_IFACE_* to common-linux
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/site/sh-common')
-rw-r--r-- | meta/site/sh-common | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/site/sh-common b/meta/site/sh-common index e8228fdb31c..93684446488 100644 --- a/meta/site/sh-common +++ b/meta/site/sh-common @@ -84,8 +84,6 @@ ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes} # samba samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} -samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes} -samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes} samba_cv_USE_SETEUID=${samba_cv_USE_SETEUID=yes} samba_cv_USE_SETRESUID=${samba_cv_USE_SETRESUID=yes} samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes} |