| Submitter | Steffen Sledz |
|---|---|
| Date | Nov. 24, 2011, 2:47 p.m. |
| Message ID | <1322146025-21514-2-git-send-email-sledz@dresearch-fe.de> |
| Download | mbox | patch |
| Permalink | /patch/15409/ |
| State | Superseded |
| Headers | show |
Comments
On 24.11.2011 15:47, Steffen Sledz wrote: > Bug fixes, enhanced logging, a new debugging system, enhanced device > discovery. > > Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Ping! If there are no NAKs i'll push both patches tomorrow. Steffen
Am Donnerstag, den 24.11.2011, 15:47 +0100 schrieb Steffen Sledz: > Bug fixes, enhanced logging, a new debugging system, enhanced device > discovery. > > Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> > --- > recipes/gypsy/gypsy.inc | 2 ++ > recipes/gypsy/gypsy_0.7.bb | 2 +- Can this be removed after this upgrade? > recipes/gypsy/gypsy_0.8.bb | 6 ++++++ > 3 files changed, 9 insertions(+), 1 deletions(-) > create mode 100644 recipes/gypsy/gypsy_0.8.bb > > diff --git a/recipes/gypsy/gypsy.inc b/recipes/gypsy/gypsy.inc > index 964e336..6c7c942 100644 > --- a/recipes/gypsy/gypsy.inc > +++ b/recipes/gypsy/gypsy.inc > @@ -5,6 +5,8 @@ DEPENDS = "glib-2.0 dbus-glib bluez4 libxslt-native" > > INC_PR = "r1" > > +SRC_URI = "http://gypsy.freedesktop.org/releases/${PN}-${PV}.tar.gz;name=gypsy" Separate patch would have been nice. > + > inherit autotools pkgconfig > > do_configure_prepend () { > diff --git a/recipes/gypsy/gypsy_0.7.bb b/recipes/gypsy/gypsy_0.7.bb > index a10cd6e..c95f380 100644 > --- a/recipes/gypsy/gypsy_0.7.bb > +++ b/recipes/gypsy/gypsy_0.7.bb > @@ -2,7 +2,7 @@ require gypsy.inc > > PR = "${INC_PR}.1" > > -SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-0.7.tar.gz;name=gypsy \ > +SRC_URI += " \ > file://docs-reference-am.patch \ > file://remove-werror.patch \ > " > diff --git a/recipes/gypsy/gypsy_0.8.bb b/recipes/gypsy/gypsy_0.8.bb > new file mode 100644 > index 0000000..7c84ef9 > --- /dev/null > +++ b/recipes/gypsy/gypsy_0.8.bb > @@ -0,0 +1,6 @@ > +require gypsy.inc > + > +PR = "${INC_PR}.1" `${INC_PR}.0` please. > + > +SRC_URI[gypsy.md5sum] = "32b8db24db86d2dac87b391dd255f4bf" > +SRC_URI[gypsy.sha256sum] = "1986a58189614a950725c3bc7d05faa3b84695f35cb696326f340ef87fc3acaa" Thanks, Paul
Patch
diff --git a/recipes/gypsy/gypsy.inc b/recipes/gypsy/gypsy.inc index 964e336..6c7c942 100644 --- a/recipes/gypsy/gypsy.inc +++ b/recipes/gypsy/gypsy.inc @@ -5,6 +5,8 @@ DEPENDS = "glib-2.0 dbus-glib bluez4 libxslt-native" INC_PR = "r1" +SRC_URI = "http://gypsy.freedesktop.org/releases/${PN}-${PV}.tar.gz;name=gypsy" + inherit autotools pkgconfig do_configure_prepend () { diff --git a/recipes/gypsy/gypsy_0.7.bb b/recipes/gypsy/gypsy_0.7.bb index a10cd6e..c95f380 100644 --- a/recipes/gypsy/gypsy_0.7.bb +++ b/recipes/gypsy/gypsy_0.7.bb @@ -2,7 +2,7 @@ require gypsy.inc PR = "${INC_PR}.1" -SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-0.7.tar.gz;name=gypsy \ +SRC_URI += " \ file://docs-reference-am.patch \ file://remove-werror.patch \ " diff --git a/recipes/gypsy/gypsy_0.8.bb b/recipes/gypsy/gypsy_0.8.bb new file mode 100644 index 0000000..7c84ef9 --- /dev/null +++ b/recipes/gypsy/gypsy_0.8.bb @@ -0,0 +1,6 @@ +require gypsy.inc + +PR = "${INC_PR}.1" + +SRC_URI[gypsy.md5sum] = "32b8db24db86d2dac87b391dd255f4bf" +SRC_URI[gypsy.sha256sum] = "1986a58189614a950725c3bc7d05faa3b84695f35cb696326f340ef87fc3acaa"
Bug fixes, enhanced logging, a new debugging system, enhanced device discovery. Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> --- recipes/gypsy/gypsy.inc | 2 ++ recipes/gypsy/gypsy_0.7.bb | 2 +- recipes/gypsy/gypsy_0.8.bb | 6 ++++++ 3 files changed, 9 insertions(+), 1 deletions(-) create mode 100644 recipes/gypsy/gypsy_0.8.bb