aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/dbus
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-24 13:01:00 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:54:52 -0700
commit6fe7cef27069415f2eba36bc640cf59013d4979b (patch)
treeb0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/obsolete/dbus
parentbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff)
downloadopenembedded-6fe7cef27069415f2eba36bc640cf59013d4979b.tar.gz
Make the do_patch apply=yes param implicit if extension is .diff/.patch
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/obsolete/dbus')
-rw-r--r--recipes/obsolete/dbus/dbus_0.20.bb2
-rw-r--r--recipes/obsolete/dbus/dbus_0.21.bb2
-rw-r--r--recipes/obsolete/dbus/dbus_0.22.bb6
-rw-r--r--recipes/obsolete/dbus/dbus_0.23.1-osso5.bb20
-rw-r--r--recipes/obsolete/dbus/dbus_0.23.4.bb6
-rw-r--r--recipes/obsolete/dbus/dbus_0.23.bb6
-rw-r--r--recipes/obsolete/dbus/dbus_0.34.bb2
-rw-r--r--recipes/obsolete/dbus/dbus_0.34.inc4
-rw-r--r--recipes/obsolete/dbus/dbus_0.50.bb2
-rw-r--r--recipes/obsolete/dbus/dbus_0.50.inc6
10 files changed, 28 insertions, 28 deletions
diff --git a/recipes/obsolete/dbus/dbus_0.20.bb b/recipes/obsolete/dbus/dbus_0.20.bb
index 80b5b958a4..e8db001c7d 100644
--- a/recipes/obsolete/dbus/dbus_0.20.bb
+++ b/recipes/obsolete/dbus/dbus_0.20.bb
@@ -6,7 +6,7 @@ PROVIDES = "dbus-glib"
LICENSE = "GPL"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
- file://cross.patch;apply=yes"
+ file://cross.patch"
SRC_URI[md5sum] = "8ebff3cb4beec993e9160ff844e0411c"
SRC_URI[sha256sum] = "3923076133c5a3f6c4c66f3fc842c2e05c14cd87b89096811a3cc853ab848577"
diff --git a/recipes/obsolete/dbus/dbus_0.21.bb b/recipes/obsolete/dbus/dbus_0.21.bb
index 745a08cb61..ebb10fb57f 100644
--- a/recipes/obsolete/dbus/dbus_0.21.bb
+++ b/recipes/obsolete/dbus/dbus_0.21.bb
@@ -7,7 +7,7 @@ PROVIDES = "dbus-glib"
LICENSE = "GPL"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
- file://cross.patch;apply=yes \
+ file://cross.patch \
file://dbus-1.init"
SRC_URI[md5sum] = "311229d60154334ee3f908badc56747d"
diff --git a/recipes/obsolete/dbus/dbus_0.22.bb b/recipes/obsolete/dbus/dbus_0.22.bb
index 84b3befd4d..d6bbc8b97d 100644
--- a/recipes/obsolete/dbus/dbus_0.22.bb
+++ b/recipes/obsolete/dbus/dbus_0.22.bb
@@ -7,9 +7,9 @@ DEPENDS = "expat glib-2.0 virtual/libintl"
PROVIDES = "dbus-glib"
SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \
- file://cross.patch;apply=yes \
- file://tmpdir.patch;apply=yes \
- file://gettext.patch;apply=yes \
+ file://cross.patch \
+ file://tmpdir.patch \
+ file://gettext.patch \
file://dbus-1.init"
inherit autotools pkgconfig update-rc.d gettext
diff --git a/recipes/obsolete/dbus/dbus_0.23.1-osso5.bb b/recipes/obsolete/dbus/dbus_0.23.1-osso5.bb
index 175d749865..eaa8490b7a 100644
--- a/recipes/obsolete/dbus/dbus_0.23.1-osso5.bb
+++ b/recipes/obsolete/dbus/dbus_0.23.1-osso5.bb
@@ -8,16 +8,16 @@ DEPENDS = "expat glib-2.0 virtual/libintl"
PROVIDES = "dbus-glib"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/d/${PN}/${PN}_${PV}.tar.gz \
- file://cross.patch;apply=yes \
- file://tmpdir.patch;apply=yes \
- file://gettext.patch;apply=yes \
- file://0.23.1.diff;apply=yes \
- file://dbus-monitor.patch;apply=yes \
- file://dbussend.patch;apply=yes;striplevel=0 \
- file://spawn-priority.diff;apply=yes \
- file://config.diff;apply=yes;striplevel=0 \
- file://dbus-quiesce-startup-errors.patch;apply=yes \
- file://tools.diff;apply=yes;striplevel=0 \
+ file://cross.patch \
+ file://tmpdir.patch \
+ file://gettext.patch \
+ file://0.23.1.diff \
+ file://dbus-monitor.patch \
+ file://dbussend.patch;striplevel=0 \
+ file://spawn-priority.diff \
+ file://config.diff;striplevel=0 \
+ file://dbus-quiesce-startup-errors.patch \
+ file://tools.diff;striplevel=0 \
file://dbus-1.init"
inherit autotools pkgconfig update-rc.d gettext
diff --git a/recipes/obsolete/dbus/dbus_0.23.4.bb b/recipes/obsolete/dbus/dbus_0.23.4.bb
index 21453f77e1..1e6b0f18ab 100644
--- a/recipes/obsolete/dbus/dbus_0.23.4.bb
+++ b/recipes/obsolete/dbus/dbus_0.23.4.bb
@@ -7,9 +7,9 @@ DEPENDS = "expat glib-2.0 virtual/libintl"
PROVIDES = "dbus-glib"
SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \
- file://cross.patch;apply=yes \
- file://tmpdir.patch;apply=yes \
- file://gettext.patch;apply=yes \
+ file://cross.patch \
+ file://tmpdir.patch \
+ file://gettext.patch \
file://dbus-1.init"
inherit autotools pkgconfig update-rc.d gettext
diff --git a/recipes/obsolete/dbus/dbus_0.23.bb b/recipes/obsolete/dbus/dbus_0.23.bb
index 9df24e25ca..8cfc60284e 100644
--- a/recipes/obsolete/dbus/dbus_0.23.bb
+++ b/recipes/obsolete/dbus/dbus_0.23.bb
@@ -7,9 +7,9 @@ DEPENDS = "expat glib-2.0 virtual/libintl"
PROVIDES = "dbus-glib"
SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \
- file://cross.patch;apply=yes \
- file://tmpdir.patch;apply=yes \
- file://gettext.patch;apply=yes \
+ file://cross.patch \
+ file://tmpdir.patch \
+ file://gettext.patch \
file://dbus-1.init"
inherit autotools pkgconfig update-rc.d gettext
diff --git a/recipes/obsolete/dbus/dbus_0.34.bb b/recipes/obsolete/dbus/dbus_0.34.bb
index 3df47c2046..9bf021e10f 100644
--- a/recipes/obsolete/dbus/dbus_0.34.bb
+++ b/recipes/obsolete/dbus/dbus_0.34.bb
@@ -3,7 +3,7 @@ require dbus_${PV}.inc
DEPENDS = "expat glib-2.0 virtual/libintl dbus-native"
DEFAULT_PREFERENCE = "-1"
-SRC_URI_EXTRA = "file://no-introspect.patch;apply=yes file://no-bindings.patch;apply=yes"
+SRC_URI_EXTRA = "file://no-introspect.patch file://no-bindings.patch"
FILES_${PN} += "${bindir}/dbus-daemon"
FILES_${PN}-dev += "${bindir}/dbus-binding-tool"
diff --git a/recipes/obsolete/dbus/dbus_0.34.inc b/recipes/obsolete/dbus/dbus_0.34.inc
index cc7a8b9c24..69a18cb2d5 100644
--- a/recipes/obsolete/dbus/dbus_0.34.inc
+++ b/recipes/obsolete/dbus/dbus_0.34.inc
@@ -7,8 +7,8 @@ DEPENDS = "expat glib-2.0 virtual/libintl"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \
- file://cross.patch;apply=yes \
- file://tmpdir.patch;apply=yes \
+ file://cross.patch \
+ file://tmpdir.patch \
file://dbus-1.init \
${SRC_URI_EXTRA}"
diff --git a/recipes/obsolete/dbus/dbus_0.50.bb b/recipes/obsolete/dbus/dbus_0.50.bb
index f504157591..af4c3da05e 100644
--- a/recipes/obsolete/dbus/dbus_0.50.bb
+++ b/recipes/obsolete/dbus/dbus_0.50.bb
@@ -3,7 +3,7 @@ require dbus_${PV}.inc
DEPENDS = "expat glib-2.0 virtual/libintl dbus-native"
DEFAULT_PREFERENCE = "-1"
-SRC_URI_EXTRA = "file://no-introspect.patch;apply=yes file://no-bindings.patch;apply=yes"
+SRC_URI_EXTRA = "file://no-introspect.patch file://no-bindings.patch"
FILES_${PN} += "${bindir}/dbus-daemon"
FILES_${PN}-dev += "${bindir}/dbus-binding-tool"
diff --git a/recipes/obsolete/dbus/dbus_0.50.inc b/recipes/obsolete/dbus/dbus_0.50.inc
index b7f5d06c2b..9ab4e4f69f 100644
--- a/recipes/obsolete/dbus/dbus_0.50.inc
+++ b/recipes/obsolete/dbus/dbus_0.50.inc
@@ -7,10 +7,10 @@ DEPENDS = "expat glib-2.0 virtual/libintl"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \
- file://cross.patch;apply=yes \
- file://tmpdir.patch;apply=yes \
+ file://cross.patch \
+ file://tmpdir.patch \
file://dbus-1.init \
- file://no-examples.patch;apply=yes \
+ file://no-examples.patch \
${SRC_URI_EXTRA}"
inherit autotools pkgconfig update-rc.d gettext