summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/hal/hal/configure_fix.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-07 10:53:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-12 14:10:34 +0100
commit72c010af2c0fe967a5cacc7fbdba75c3ea3e5c3a (patch)
treecaf2b1be1512228c6be2d727a801d245f23b3994 /meta/recipes-support/hal/hal/configure_fix.patch
parent4e95c177c4d0ee593945fd020f8d0c22810d8956 (diff)
downloadopenembedded-core-contrib-72c010af2c0fe967a5cacc7fbdba75c3ea3e5c3a.tar.gz
hal/hal-info: This is unsed in OE-Core and deprecated, drop
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/hal/hal/configure_fix.patch')
-rw-r--r--meta/recipes-support/hal/hal/configure_fix.patch62
1 files changed, 0 insertions, 62 deletions
diff --git a/meta/recipes-support/hal/hal/configure_fix.patch b/meta/recipes-support/hal/hal/configure_fix.patch
deleted file mode 100644
index 076e784e0b..0000000000
--- a/meta/recipes-support/hal/hal/configure_fix.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-Upstream-Status: Inappropriate [configuration]
-
-The AC_LANG sections upset libtool 2.2.2, as do .cpp files without a call
-to AC_PROG_CXX. Easiest solution is to patch this out for now.
-
-RP - 14/4/08
-
-Index: hal-0.5.9.1/configure.in
-===================================================================
---- hal-0.5.9.1.orig/configure.in 2008-04-14 22:41:49.000000000 +0100
-+++ hal-0.5.9.1/configure.in 2008-04-14 22:43:13.000000000 +0100
-@@ -345,32 +345,8 @@
- fi
-
- dnl Check for libsmbios
--AC_LANG_PUSH([C++])
--AC_CHECK_LIB(smbios, SMBIOSFreeMemory, LIB_SMBIOS=yes , LIB_SMBIOS=no )
--AC_LANG_POP([C++])
--if test "$LIB_SMBIOS" = "yes" ; then
-- AC_MSG_CHECKING([for libsmbios >= 0.13.4])
-- AC_TRY_RUN(
-- #include <smbios/version.h>
-- int main ()
-- {
-- int major ;
-- int minor ;
-- int micro ;
--
-- if ( sscanf( LIBSMBIOS_RELEASE_VERSION , "%d.%d.%d", &major, &minor, &micro ) == 3 ) {
-- if ((major == 0 && minor == 13 && micro >= 4) ||
-- (major >= 0 && minor > 13)) {
-- return 0;
-- }
-- }
-- return 1;
-- } , [USE_SMBIOS=yes; AC_MSG_RESULT(yes); AM_CONDITIONAL(HAVE_SMBIOS,true)],
-- [USE_SMBIOS=no; AC_MSG_RESULT(failed); AM_CONDITIONAL(HAVE_SMBIOS,false)])
--else
-- USE_SMBIOS=no
-- AM_CONDITIONAL(HAVE_SMBIOS,false)
--fi
-+USE_SMBIOS=no
-+AM_CONDITIONAL(HAVE_SMBIOS,false)
-
- AC_ARG_WITH([libpci],
- [AS_HELP_STRING([--without-libpci],
-Index: hal-0.5.9.1/hald/linux/addons/Makefile.am
-===================================================================
---- hal-0.5.9.1.orig/hald/linux/addons/Makefile.am 2008-04-14 22:45:18.000000000 +0100
-+++ hal-0.5.9.1/hald/linux/addons/Makefile.am 2008-04-14 22:46:05.000000000 +0100
-@@ -60,11 +60,6 @@
- hald_addon_usb_csr_LDADD = $(top_builddir)/libhal/libhal.la -lusb @GLIB_LIBS@
- endif
-
--if BUILD_DELL
--libexec_PROGRAMS += hald-addon-dell-backlight
--hald_addon_dell_backlight_SOURCES = addon-dell-backlight.cpp ../../logger.c
--hald_addon_dell_backlight_LDADD = $(top_builddir)/libhal/libhal.la -lsmbios @GLIB_LIBS@
--endif
- endif
-
- hald_addon_acpi_SOURCES = addon-acpi.c ../../logger.c ../../util_helper.c