mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
recipes: delete obsolete patches
Deleted bunch of patches which are not used anymore by any recipe. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
cd653249c2
commit
4b4a62ec07
-17
@@ -1,17 +0,0 @@
|
||||
diff -Naur ../tracker-0.10.8/configure.ac tracker-0.10.8//configure.ac
|
||||
--- ../tracker-0.10.8/configure.ac 2011-04-08 15:03:30.000000000 +0300
|
||||
+++ tracker-0.10.8//configure.ac 2011-04-11 13:47:16.625914002 +0300
|
||||
@@ -218,7 +218,12 @@
|
||||
|
||||
# Needed to generate .gir files,
|
||||
# see http://live.gnome.org/GnomeGoals/AddGObjectIntrospectionSupport
|
||||
-GOBJECT_INTROSPECTION_CHECK([0.9.5])
|
||||
+#GOBJECT_INTROSPECTION_CHECK([0.9.5])
|
||||
+# Satisfy missing introspection foo
|
||||
+AM_CONDITIONAL(HAVE_INTROSPECTION, test "0" == "1")
|
||||
+
|
||||
+INTROSPECTION_CFLAGS=""
|
||||
+AC_SUBST(INTROSPECTION_CFLAGS)
|
||||
|
||||
# NOTE: dbus and dbus-glib-1 are only used now for libtracker-client
|
||||
# which is deprecated and tracker-writeback which will be refactored
|
||||
Reference in New Issue
Block a user