summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev-145/enable-gudev.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/udev/udev-145/enable-gudev.patch')
-rw-r--r--meta/recipes-core/udev/udev-145/enable-gudev.patch50
1 files changed, 0 insertions, 50 deletions
diff --git a/meta/recipes-core/udev/udev-145/enable-gudev.patch b/meta/recipes-core/udev/udev-145/enable-gudev.patch
deleted file mode 100644
index 8ee402b134..0000000000
--- a/meta/recipes-core/udev/udev-145/enable-gudev.patch
+++ /dev/null
@@ -1,50 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Index: udev-145/configure.ac
4===================================================================
5--- udev-145.orig/configure.ac 2010-01-29 14:41:29.000000000 +0000
6+++ udev-145/configure.ac 2010-01-29 14:41:54.000000000 +0000
7@@ -49,16 +49,17 @@
8 AC_ARG_ENABLE([extras],
9 AS_HELP_STRING([--disable-extras], [disable extras with external dependencies]),
10 [], [enable_extras=yes])
11+
12+ PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.7.0 gobject-2.0 >= 2.7.0])
13+ AC_SUBST([GLIB_CFLAGS])
14+ AC_SUBST([GLIB_LIBS])
15+
16 if test "x$enable_extras" = xyes; then
17 AC_PATH_PROG([GPERF], [gperf])
18 if test -z "$GPERF"; then
19 AC_MSG_ERROR([gperf is needed])
20 fi
21
22- PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.7.0 gobject-2.0 >= 2.7.0])
23- AC_SUBST([GLIB_CFLAGS])
24- AC_SUBST([GLIB_LIBS])
25-
26 AC_CHECK_LIB([acl], [acl_init], [:], AC_MSG_ERROR([libacl not found]))
27 AC_CHECK_HEADER([acl/libacl.h], [:], AC_MSG_ERROR([libacl header not found]))
28
29Index: udev-145/extras/Makefile.am
30===================================================================
31--- udev-145.orig/extras/Makefile.am 2010-01-29 14:43:56.000000000 +0000
32+++ udev-145/extras/Makefile.am 2010-01-29 14:44:11.000000000 +0000
33@@ -12,7 +12,8 @@
34 rule_generator \
35 scsi_id \
36 usb_id \
37- v4l_id
38+ v4l_id \
39+ gudev
40
41 if ENABLE_EXTRAS
42 SUBDIRS += \
43@@ -20,6 +21,5 @@
44 usb-db \
45 hid2hci \
46 keymap \
47- modem-modeswitch \
48- gudev
49+ modem-modeswitch
50 endif