* [meta-multimedia][PATCH v2 0/2] gupnp: removal of gnome-icon-theme
@ 2013-04-11 8:57 Nicolas Dechesne
2013-04-11 8:57 ` [meta-multimedia][PATCH v2 1/2] gupnp: add support for PR, and INC_PR Nicolas Dechesne
2013-04-11 8:57 ` [meta-multimedia][PATCH v2 2/2] gupnp: remove dependency on gnome-icon-theme Nicolas Dechesne
0 siblings, 2 replies; 4+ messages in thread
From: Nicolas Dechesne @ 2013-04-11 8:57 UTC (permalink / raw)
To: openembedded-devel; +Cc: Nicolas Dechesne
So, as discussed, i have added the PR and INC_PR mechanism. I decided to follow
Martin advice, not to add un-needed new PR bumps in other recipes from the same
folder.
Nicolas Dechesne (2):
gupnp: add support for PR, and INC_PR
gupnp: remove dependency on gnome-icon-theme
meta-multimedia/recipes-connectivity/gupnp/gupnp.inc | 4 +++-
meta-multimedia/recipes-connectivity/gupnp/gupnp_0.18.4.bb | 2 ++
meta-multimedia/recipes-connectivity/gupnp/gupnp_0.19.3.bb | 2 ++
3 files changed, 7 insertions(+), 1 deletion(-)
--
1.8.1.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [meta-multimedia][PATCH v2 1/2] gupnp: add support for PR, and INC_PR
2013-04-11 8:57 [meta-multimedia][PATCH v2 0/2] gupnp: removal of gnome-icon-theme Nicolas Dechesne
@ 2013-04-11 8:57 ` Nicolas Dechesne
2013-04-11 8:57 ` [meta-multimedia][PATCH v2 2/2] gupnp: remove dependency on gnome-icon-theme Nicolas Dechesne
1 sibling, 0 replies; 4+ messages in thread
From: Nicolas Dechesne @ 2013-04-11 8:57 UTC (permalink / raw)
To: openembedded-devel; +Cc: Nicolas Dechesne
This set of recipe was not implementing any versioning with PR
variable. Also, since the .bb files include .inc file, we also add
support for INC_PR.
Signed-off-by: Nicolas Dechesne <ndec@linaro.org>
---
meta-multimedia/recipes-connectivity/gupnp/gupnp.inc | 2 ++
meta-multimedia/recipes-connectivity/gupnp/gupnp_0.18.4.bb | 2 ++
meta-multimedia/recipes-connectivity/gupnp/gupnp_0.19.3.bb | 2 ++
3 files changed, 6 insertions(+)
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
index 81db3ea..31dd407 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 GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals."
LICENSE = "LGPLv2+"
+INC_PR = "r0"
+
DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme 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"
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.19.3.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.19.3.bb
index bab74b8..c064d03 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.19.3.bb
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.19.3.bb
@@ -1,5 +1,7 @@
require gupnp.inc
+PR = "${INC_PR}.0"
+
SRC_URI = "http://download.gnome.org/sources/${BPN}/0.19/${BPN}-${PV}.tar.xz"
SRC_URI[md5sum] = "8165c3ad3d16576a0a99250b75df23f8"
SRC_URI[sha256sum] = "0d3097c419e1f8af0ff8ee91318d75e8896b3b92924cb1a5cf93010795a7118b"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-multimedia][PATCH v2 2/2] gupnp: remove dependency on gnome-icon-theme
2013-04-11 8:57 [meta-multimedia][PATCH v2 0/2] gupnp: removal of gnome-icon-theme Nicolas Dechesne
2013-04-11 8:57 ` [meta-multimedia][PATCH v2 1/2] gupnp: add support for PR, and INC_PR Nicolas Dechesne
@ 2013-04-11 8:57 ` Nicolas Dechesne
2013-04-11 14:14 ` Martin Jansa
1 sibling, 1 reply; 4+ messages in thread
From: Nicolas Dechesne @ 2013-04-11 8:57 UTC (permalink / raw)
To: openembedded-devel; +Cc: Nicolas Dechesne
As discussed in [1], let's remove the dependency on gnome-icon-theme,
since it's not required, and it brings additional unwanted dependency,
such as the whole gtk+...
[1] http://article.gmane.org/gmane.comp.handhelds.openembedded/57483
It is build-tested with
- core-image-minimal
- IMAGE_INSTALL += 'gupnp'
- directfb in DISTRO_FEATURES
The build was failing before (GTK failed to build with directfb, which
is expected).
Signed-off-by: Nicolas Dechesne <ndec@linaro.org>
---
meta-multimedia/recipes-connectivity/gupnp/gupnp.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
index 31dd407..99bffc0 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
@@ -2,9 +2,9 @@ SUMMARY = "UPnP framework"
DESCRIPTION = "GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals."
LICENSE = "LGPLv2+"
-INC_PR = "r0"
+INC_PR = "r1"
-DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme gobject-introspection-stub"
+DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gobject-introspection-stub"
require no-vala.inc
--
1.8.1.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-multimedia][PATCH v2 2/2] gupnp: remove dependency on gnome-icon-theme
2013-04-11 8:57 ` [meta-multimedia][PATCH v2 2/2] gupnp: remove dependency on gnome-icon-theme Nicolas Dechesne
@ 2013-04-11 14:14 ` Martin Jansa
0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2013-04-11 14:14 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2151 bytes --]
On Thu, Apr 11, 2013 at 10:57:06AM +0200, Nicolas Dechesne wrote:
> As discussed in [1], let's remove the dependency on gnome-icon-theme,
> since it's not required, and it brings additional unwanted dependency,
> such as the whole gtk+...
Hi, I've already applied first version of this yesterday, I don't think
we need to introduce more INC_PRs now, so for now I'll keep it as is
unless someone has good reasons for INC_PRs.
> [1] http://article.gmane.org/gmane.comp.handhelds.openembedded/57483
>
> It is build-tested with
> - core-image-minimal
> - IMAGE_INSTALL += 'gupnp'
> - directfb in DISTRO_FEATURES
>
> The build was failing before (GTK failed to build with directfb, which
> is expected).
>
> Signed-off-by: Nicolas Dechesne <ndec@linaro.org>
> ---
> meta-multimedia/recipes-connectivity/gupnp/gupnp.inc | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
> index 31dd407..99bffc0 100644
> --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
> +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
> @@ -2,9 +2,9 @@ SUMMARY = "UPnP framework"
> DESCRIPTION = "GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals."
> LICENSE = "LGPLv2+"
>
> -INC_PR = "r0"
> +INC_PR = "r1"
>
> -DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme gobject-introspection-stub"
> +DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gobject-introspection-stub"
>
> require no-vala.inc
>
> --
> 1.8.1.2
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-04-11 14:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 8:57 [meta-multimedia][PATCH v2 0/2] gupnp: removal of gnome-icon-theme Nicolas Dechesne
2013-04-11 8:57 ` [meta-multimedia][PATCH v2 1/2] gupnp: add support for PR, and INC_PR Nicolas Dechesne
2013-04-11 8:57 ` [meta-multimedia][PATCH v2 2/2] gupnp: remove dependency on gnome-icon-theme Nicolas Dechesne
2013-04-11 14:14 ` Martin Jansa
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.