From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/obsolete/dbus/dbus_0.20.bb | 2 +- recipes/obsolete/dbus/dbus_0.21.bb | 2 +- recipes/obsolete/dbus/dbus_0.22.bb | 6 +++--- recipes/obsolete/dbus/dbus_0.23.1-osso5.bb | 20 ++++++++++---------- recipes/obsolete/dbus/dbus_0.23.4.bb | 6 +++--- recipes/obsolete/dbus/dbus_0.23.bb | 6 +++--- recipes/obsolete/dbus/dbus_0.34.bb | 2 +- recipes/obsolete/dbus/dbus_0.34.inc | 4 ++-- recipes/obsolete/dbus/dbus_0.50.bb | 2 +- recipes/obsolete/dbus/dbus_0.50.inc | 6 +++--- 10 files changed, 28 insertions(+), 28 deletions(-) (limited to 'recipes/obsolete/dbus') diff --git a/recipes/obsolete/dbus/dbus_0.20.bb b/recipes/obsolete/dbus/dbus_0.20.bb index 91f15215a5..80b5b958a4 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;patch=1" + file://cross.patch;apply=yes" 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 717c4bec5f..745a08cb61 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;patch=1 \ + file://cross.patch;apply=yes \ 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 729687c6da..84b3befd4d 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;patch=1 \ - file://tmpdir.patch;patch=1 \ - file://gettext.patch;patch=1 \ + file://cross.patch;apply=yes \ + file://tmpdir.patch;apply=yes \ + file://gettext.patch;apply=yes \ 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 7860a90b74..175d749865 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;patch=1 \ - file://tmpdir.patch;patch=1 \ - file://gettext.patch;patch=1 \ - file://0.23.1.diff;patch=1 \ - file://dbus-monitor.patch;patch=1 \ - file://dbussend.patch;patch=1;pnum=0 \ - file://spawn-priority.diff;patch=1 \ - file://config.diff;patch=1;pnum=0 \ - file://dbus-quiesce-startup-errors.patch;patch=1 \ - file://tools.diff;patch=1;pnum=0 \ + 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://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 1fe0cc5c1b..21453f77e1 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;patch=1 \ - file://tmpdir.patch;patch=1 \ - file://gettext.patch;patch=1 \ + file://cross.patch;apply=yes \ + file://tmpdir.patch;apply=yes \ + file://gettext.patch;apply=yes \ 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 017150e15d..9df24e25ca 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;patch=1 \ - file://tmpdir.patch;patch=1 \ - file://gettext.patch;patch=1 \ + file://cross.patch;apply=yes \ + file://tmpdir.patch;apply=yes \ + file://gettext.patch;apply=yes \ 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 75b8e24319..3df47c2046 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;patch=1 file://no-bindings.patch;patch=1" +SRC_URI_EXTRA = "file://no-introspect.patch;apply=yes file://no-bindings.patch;apply=yes" 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 1c63c37fdf..cc7a8b9c24 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;patch=1 \ - file://tmpdir.patch;patch=1 \ + file://cross.patch;apply=yes \ + file://tmpdir.patch;apply=yes \ 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 12821cf584..f504157591 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;patch=1 file://no-bindings.patch;patch=1" +SRC_URI_EXTRA = "file://no-introspect.patch;apply=yes file://no-bindings.patch;apply=yes" 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 094a9b68d6..b7f5d06c2b 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;patch=1 \ - file://tmpdir.patch;patch=1 \ + file://cross.patch;apply=yes \ + file://tmpdir.patch;apply=yes \ file://dbus-1.init \ - file://no-examples.patch;patch=1 \ + file://no-examples.patch;apply=yes \ ${SRC_URI_EXTRA}" inherit autotools pkgconfig update-rc.d gettext -- cgit 1.2.3-korg