[oe] [meta-multimedia][PATCH] gupnp: remove dependency on gnome-icon-theme

Nicolas Dechesne ndec at linaro.org
Wed Apr 10 15:14:14 UTC 2013


On Wed, Apr 10, 2013 at 4:54 PM, Burton, Ross <ross.burton at intel.com> wrote:
> You'll want to bump PR (ideally adding some form of pr in the .inc at
> the same time).

ouch.. indeed.

do you mean something along these lines:

diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
index f793236..f7c382a 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
@@ -2,6 +2,8 @@ SUMMARY = "UPnP framework"
 DESCRIPTION = "GUPnP is an elegant, object-oriented open source
framework for creating UPnP  devices and control points, written in C
using G
 LICENSE = "LGPLv2+"

+INC_PR = "r0"
+
 DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gobject-introspection-stub"

 require no-vala.inc
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.18.4.bb
b/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.18.4.bb
index 4fb1d05..5e6ea35 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.18.4.bb
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.18.4.bb
@@ -1,5 +1,7 @@
 require gupnp.inc

+PR = "${INC_PR}.0"
+
 SRC_URI = "http://download.gnome.org/sources/${BPN}/0.18/${BPN}-${PV}.tar.xz"
 SRC_URI[md5sum] = "0e15fa26be7b1a0255e6dec07c285527"
 SRC_URI[sha256sum] =
"6b437d5711b212292c6080626b97480268310da636a6cf937ad6119291af78a1"

then, what I could do is a patch serie where patch 1/2 introduces the
INC_PR with "r0", and patch 2/2 fixes gupnp and increments INC_PR to
'r1'.

also, is that worthwhile to add the INC_PR in all other recipes in the
gupnp folder ? or just in gupnp recipe for now?




More information about the Openembedded-devel mailing list