aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-23 20:23:53 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:53:41 -0700
commitbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch)
tree96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/dbus
parentfab0af3aefee22b21541e403d3c356a6979bfa63 (diff)
downloadopenembedded-bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0.tar.gz
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear. 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/dbus')
-rw-r--r--recipes/dbus/dbus-c++_git.bb2
-rw-r--r--recipes/dbus/dbus-glib-native_0.74.bb2
-rw-r--r--recipes/dbus/dbus-glib-native_0.76.bb2
-rw-r--r--recipes/dbus/dbus-glib.inc4
-rw-r--r--recipes/dbus/dbus-glib_0.74.bb4
-rw-r--r--recipes/dbus/dbus-glib_0.76.bb4
-rw-r--r--recipes/dbus/dbus-glib_0.78.bb4
-rw-r--r--recipes/dbus/dbus-native_1.0.3.bb6
-rw-r--r--recipes/dbus/dbus-native_1.2.1.bb6
-rw-r--r--recipes/dbus/dbus.inc8
-rw-r--r--recipes/dbus/dbus_1.2.20.bb6
-rw-r--r--recipes/dbus/dbus_1.2.22.bb6
-rw-r--r--recipes/dbus/dbus_1.2.24.bb6
-rw-r--r--recipes/dbus/dbus_1.3.0.bb20
14 files changed, 40 insertions, 40 deletions
diff --git a/recipes/dbus/dbus-c++_git.bb b/recipes/dbus/dbus-c++_git.bb
index 06e1cb386b..56be9bd75c 100644
--- a/recipes/dbus/dbus-c++_git.bb
+++ b/recipes/dbus/dbus-c++_git.bb
@@ -8,7 +8,7 @@ PE = "1"
PV = "0.5.0+gitr${SRCPV}"
SRC_URI = "git://gitorious.org/dbus-cplusplus/mainline.git;protocol=git"
-# file://fix-linking.patch;patch=1"
+# file://fix-linking.patch;apply=yes"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
diff --git a/recipes/dbus/dbus-glib-native_0.74.bb b/recipes/dbus/dbus-glib-native_0.74.bb
index 0fc745eb62..fe19cf49ee 100644
--- a/recipes/dbus/dbus-glib-native_0.74.bb
+++ b/recipes/dbus/dbus-glib-native_0.74.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "Message bus system for applications to talk to one another"
LICENSE = "GPL"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
- file://run-with-tmp-session-bus.patch;patch=1"
+ file://run-with-tmp-session-bus.patch;apply=yes"
inherit autotools pkgconfig gettext native
diff --git a/recipes/dbus/dbus-glib-native_0.76.bb b/recipes/dbus/dbus-glib-native_0.76.bb
index 06d7bace00..3222634884 100644
--- a/recipes/dbus/dbus-glib-native_0.76.bb
+++ b/recipes/dbus/dbus-glib-native_0.76.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "message bus system for applications to talk to one another"
LICENSE = "GPL"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
- file://run-with-tmp-session-bus.patch;patch=1"
+ file://run-with-tmp-session-bus.patch;apply=yes"
inherit autotools pkgconfig gettext native
diff --git a/recipes/dbus/dbus-glib.inc b/recipes/dbus/dbus-glib.inc
index bfc7f7c037..da1331fe4b 100644
--- a/recipes/dbus/dbus-glib.inc
+++ b/recipes/dbus/dbus-glib.inc
@@ -7,8 +7,8 @@ INC_PR = "r1"
SRC_URI = "\
http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz;name=archive \
- file://no-introspect.patch;patch=1 \
- file://no-examples.patch;patch=1 \
+ file://no-introspect.patch;apply=yes \
+ file://no-examples.patch;apply=yes \
"
inherit autotools pkgconfig gettext
diff --git a/recipes/dbus/dbus-glib_0.74.bb b/recipes/dbus/dbus-glib_0.74.bb
index c69c2452e1..d50454e7d0 100644
--- a/recipes/dbus/dbus-glib_0.74.bb
+++ b/recipes/dbus/dbus-glib_0.74.bb
@@ -6,8 +6,8 @@ LICENSE = "GPL"
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
- file://no-examples.patch;patch=1 \
- file://no-introspect.patch;patch=1"
+ file://no-examples.patch;apply=yes \
+ file://no-introspect.patch;apply=yes"
inherit autotools pkgconfig gettext
diff --git a/recipes/dbus/dbus-glib_0.76.bb b/recipes/dbus/dbus-glib_0.76.bb
index 982ffd070b..def93511ff 100644
--- a/recipes/dbus/dbus-glib_0.76.bb
+++ b/recipes/dbus/dbus-glib_0.76.bb
@@ -6,8 +6,8 @@ LICENSE = "GPL"
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
- file://no-examples.patch;patch=1 \
- file://no-introspect.patch;patch=1"
+ file://no-examples.patch;apply=yes \
+ file://no-introspect.patch;apply=yes"
inherit autotools pkgconfig gettext
diff --git a/recipes/dbus/dbus-glib_0.78.bb b/recipes/dbus/dbus-glib_0.78.bb
index f11d244a46..83ac7e0634 100644
--- a/recipes/dbus/dbus-glib_0.78.bb
+++ b/recipes/dbus/dbus-glib_0.78.bb
@@ -6,8 +6,8 @@ LICENSE = "GPL"
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
- file://no-examples.patch;patch=1 \
- file://no-introspect.patch;patch=1"
+ file://no-examples.patch;apply=yes \
+ file://no-introspect.patch;apply=yes"
inherit autotools_stage gettext
AUTOTOOLS_STAGE_PKGCONFIG = "1"
diff --git a/recipes/dbus/dbus-native_1.0.3.bb b/recipes/dbus/dbus-native_1.0.3.bb
index faad448bf1..953dac10a9 100644
--- a/recipes/dbus/dbus-native_1.0.3.bb
+++ b/recipes/dbus/dbus-native_1.0.3.bb
@@ -12,9 +12,9 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}"
SRC_URI = "\
http://freedesktop.org/software/dbus/releases/dbus/dbus-${PV}.tar.gz \
- file://cross.patch;patch=1 \
- file://tmpdir.patch;patch=1 \
- file://fedora-compile-fix.patch;patch=1 \
+ file://cross.patch;apply=yes \
+ file://tmpdir.patch;apply=yes \
+ file://fedora-compile-fix.patch;apply=yes \
file://dbus-1.init \
"
diff --git a/recipes/dbus/dbus-native_1.2.1.bb b/recipes/dbus/dbus-native_1.2.1.bb
index 2626095a43..bde742d2d5 100644
--- a/recipes/dbus/dbus-native_1.2.1.bb
+++ b/recipes/dbus/dbus-native_1.2.1.bb
@@ -11,9 +11,9 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}"
SRC_URI = "\
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
- file://cross.patch;patch=1 \
- file://tmpdir.patch;patch=1 \
- file://fix-install-daemon.patch;patch=1 \
+ file://cross.patch;apply=yes \
+ file://tmpdir.patch;apply=yes \
+ file://fix-install-daemon.patch;apply=yes \
file://dbus-1.init \
"
diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc
index 2c41eb12c9..9d00be1dc2 100644
--- a/recipes/dbus/dbus.inc
+++ b/recipes/dbus/dbus.inc
@@ -8,10 +8,10 @@ INC_PR = "r18"
SRC_URI = "\
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz;name=dbus \
- file://cross.patch;patch=1 \
- file://tmpdir.patch;patch=1 \
- file://fix-install-daemon.patch;patch=1 \
- file://0001-Make-the-default-DBus-reply-timeout-configurable.patch;patch=1 \
+ file://cross.patch;apply=yes \
+ file://tmpdir.patch;apply=yes \
+ file://fix-install-daemon.patch;apply=yes \
+ file://0001-Make-the-default-DBus-reply-timeout-configurable.patch;apply=yes \
file://dbus-1.init \
"
diff --git a/recipes/dbus/dbus_1.2.20.bb b/recipes/dbus/dbus_1.2.20.bb
index 0e96b74c54..fc7d8f1941 100644
--- a/recipes/dbus/dbus_1.2.20.bb
+++ b/recipes/dbus/dbus_1.2.20.bb
@@ -2,9 +2,9 @@ include dbus.inc
SRC_URI = "\
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz;name=dbus \
- file://tmpdir.patch;patch=1 \
- file://fix-install-daemon.patch;patch=1 \
- file://0001-Make-the-default-DBus-reply-timeout-configurable.patch;patch=1 \
+ file://tmpdir.patch;apply=yes \
+ file://fix-install-daemon.patch;apply=yes \
+ file://0001-Make-the-default-DBus-reply-timeout-configurable.patch;apply=yes \
file://dbus-1.init \
"
diff --git a/recipes/dbus/dbus_1.2.22.bb b/recipes/dbus/dbus_1.2.22.bb
index 2e10ddebaf..f7aad562ae 100644
--- a/recipes/dbus/dbus_1.2.22.bb
+++ b/recipes/dbus/dbus_1.2.22.bb
@@ -2,9 +2,9 @@ include dbus.inc
SRC_URI = "\
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz;name=dbus \
- file://tmpdir.patch;patch=1 \
- file://fix-install-daemon.patch;patch=1 \
- file://0001-Make-the-default-DBus-reply-timeout-configurable.patch;patch=1 \
+ file://tmpdir.patch;apply=yes \
+ file://fix-install-daemon.patch;apply=yes \
+ file://0001-Make-the-default-DBus-reply-timeout-configurable.patch;apply=yes \
file://dbus-1.init \
"
diff --git a/recipes/dbus/dbus_1.2.24.bb b/recipes/dbus/dbus_1.2.24.bb
index 0be93b07d5..fd8cd807fd 100644
--- a/recipes/dbus/dbus_1.2.24.bb
+++ b/recipes/dbus/dbus_1.2.24.bb
@@ -2,9 +2,9 @@ include dbus.inc
SRC_URI = "\
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz;name=dbus \
- file://tmpdir.patch;patch=1 \
- file://fix-install-daemon.patch;patch=1 \
- file://0001-Make-the-default-DBus-reply-timeout-configurable.patch;patch=1 \
+ file://tmpdir.patch;apply=yes \
+ file://fix-install-daemon.patch;apply=yes \
+ file://0001-Make-the-default-DBus-reply-timeout-configurable.patch;apply=yes \
file://dbus-1.init \
"
diff --git a/recipes/dbus/dbus_1.3.0.bb b/recipes/dbus/dbus_1.3.0.bb
index 77043e0e45..32ac8a5079 100644
--- a/recipes/dbus/dbus_1.3.0.bb
+++ b/recipes/dbus/dbus_1.3.0.bb
@@ -3,17 +3,17 @@ include dbus.inc
SRC_URI = "\
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
\
- file://will-1.patch;patch=1 \
- file://will-2.patch;patch=1 \
- file://will-3.patch;patch=1 \
- file://will-4.patch;patch=1 \
- file://will-5.patch;patch=1 \
- file://will-6.patch;patch=1 \
+ file://will-1.patch;apply=yes \
+ file://will-2.patch;apply=yes \
+ file://will-3.patch;apply=yes \
+ file://will-4.patch;apply=yes \
+ file://will-5.patch;apply=yes \
+ file://will-6.patch;apply=yes \
\
- file://improve-threading-stability.patch;patch=1 \
- file://tmpdir.patch;patch=1 \
- file://fix-install-daemon.patch;patch=1 \
- file://0001-Make-the-default-DBus-reply-timeout-configurable.patch;patch=1 \
+ file://improve-threading-stability.patch;apply=yes \
+ file://tmpdir.patch;apply=yes \
+ file://fix-install-daemon.patch;apply=yes \
+ file://0001-Make-the-default-DBus-reply-timeout-configurable.patch;apply=yes \
file://dbus-1.init \
"