diff mbox series

[oe,meta-multimedia,01/17] musicbrainz: Upgrade to 5.1.0

Message ID 20170424052058.4952-1-raj.khem@gmail.com
State New
Headers show
Series [oe,meta-multimedia,01/17] musicbrainz: Upgrade to 5.1.0 | expand

Commit Message

Khem Raj April 24, 2017, 5:20 a.m. UTC
Drop uclibc specific flags

Signed-off-by: Khem Raj <raj.khem@gmail.com>

---
 .../recipes-multimedia/musicbrainz/libmusicbrainz_git.bb           | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

-- 
2.12.2

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Comments

Martin Jansa April 25, 2017, 12:11 p.m. UTC | #1
On Sun, Apr 23, 2017 at 10:20:42PM -0700, Khem Raj wrote:
> Drop uclibc specific flags


http://errors.yoctoproject.org/Errors/Details/141292/

> 

> Signed-off-by: Khem Raj <raj.khem@gmail.com>

> ---

>  .../recipes-multimedia/musicbrainz/libmusicbrainz_git.bb           | 7 ++-----

>  1 file changed, 2 insertions(+), 5 deletions(-)

> 

> diff --git a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb

> index a6a4f6a8a..250c5f14e 100644

> --- a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb

> +++ b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb

> @@ -5,17 +5,14 @@ LICENSE = "LGPLv2.1+"

>  LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fbc093901857fcd118f065f900982c24"

>  DEPENDS = "expat neon neon-native"

>  

> -PV = "5.0.1+git${SRCPV}"

> -PR = "r1"

> +PV = "5.1.0+git${SRCPV}"

>  

> -SRCREV = "0749dd0a35b4a54316da064475863a4ac6e28e7e"

> +SRCREV = "44c05779dd996035758f5ec426766aeedce29cc3"

>  SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git \

>             file://allow-libdir-override.patch "

>  

>  S = "${WORKDIR}/git"

>  

> -LDFLAGS_prepend_libc-uclibc = " -lpthread "

> -

>  inherit cmake pkgconfig

>  

>  do_configure_prepend() {

> -- 

> 2.12.2

> 

> -- 

> _______________________________________________

> Openembedded-devel mailing list

> Openembedded-devel@lists.openembedded.org

> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
Khem Raj April 25, 2017, 1:32 p.m. UTC | #2
On Tue, Apr 25, 2017 at 5:11 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Sun, Apr 23, 2017 at 10:20:42PM -0700, Khem Raj wrote:

>> Drop uclibc specific flags

>

> http://errors.yoctoproject.org/Errors/Details/141292/

>


The patchset I sent yesterday has a fix for it.
http://lists.openembedded.org/pipermail/openembedded-devel/2017-April/112514.html

>>

>> Signed-off-by: Khem Raj <raj.khem@gmail.com>

>> ---

>>  .../recipes-multimedia/musicbrainz/libmusicbrainz_git.bb           | 7 ++-----

>>  1 file changed, 2 insertions(+), 5 deletions(-)

>>

>> diff --git a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb

>> index a6a4f6a8a..250c5f14e 100644

>> --- a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb

>> +++ b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb

>> @@ -5,17 +5,14 @@ LICENSE = "LGPLv2.1+"

>>  LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fbc093901857fcd118f065f900982c24"

>>  DEPENDS = "expat neon neon-native"

>>

>> -PV = "5.0.1+git${SRCPV}"

>> -PR = "r1"

>> +PV = "5.1.0+git${SRCPV}"

>>

>> -SRCREV = "0749dd0a35b4a54316da064475863a4ac6e28e7e"

>> +SRCREV = "44c05779dd996035758f5ec426766aeedce29cc3"

>>  SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git \

>>             file://allow-libdir-override.patch "

>>

>>  S = "${WORKDIR}/git"

>>

>> -LDFLAGS_prepend_libc-uclibc = " -lpthread "

>> -

>>  inherit cmake pkgconfig

>>

>>  do_configure_prepend() {

>> --

>> 2.12.2

>>

>> --

>> _______________________________________________

>> Openembedded-devel mailing list

>> Openembedded-devel@lists.openembedded.org

>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

>

> --

> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
Martin Jansa April 25, 2017, 2:13 p.m. UTC | #3
ok, I've squashed the fix into it and added it again to master-next, with
some of the new patches added from kraj/master branch as patchwork doesn't
work (I've later removed the last one as it doesn't work without the glibc
upgrade).

On Tue, Apr 25, 2017 at 3:32 PM, Khem Raj <raj.khem@gmail.com> wrote:

> On Tue, Apr 25, 2017 at 5:11 AM, Martin Jansa <martin.jansa@gmail.com>

> wrote:

> > On Sun, Apr 23, 2017 at 10:20:42PM -0700, Khem Raj wrote:

> >> Drop uclibc specific flags

> >

> > http://errors.yoctoproject.org/Errors/Details/141292/

> >

>

> The patchset I sent yesterday has a fix for it.

> http://lists.openembedded.org/pipermail/openembedded-devel/

> 2017-April/112514.html

>

> >>

> >> Signed-off-by: Khem Raj <raj.khem@gmail.com>

> >> ---

> >>  .../recipes-multimedia/musicbrainz/libmusicbrainz_git.bb           |

> 7 ++-----

> >>  1 file changed, 2 insertions(+), 5 deletions(-)

> >>

> >> diff --git a/meta-multimedia/recipes-multimedia/musicbrainz/libmusi

> cbrainz_git.bb b/meta-multimedia/recipes-multimedia/musicbrainz/libmusi

> cbrainz_git.bb

> >> index a6a4f6a8a..250c5f14e 100644

> >> --- a/meta-multimedia/recipes-multimedia/musicbrainz/libmusi

> cbrainz_git.bb

> >> +++ b/meta-multimedia/recipes-multimedia/musicbrainz/libmusi

> cbrainz_git.bb

> >> @@ -5,17 +5,14 @@ LICENSE = "LGPLv2.1+"

> >>  LIC_FILES_CHKSUM = "file://COPYING.txt;md5=

> fbc093901857fcd118f065f900982c24"

> >>  DEPENDS = "expat neon neon-native"

> >>

> >> -PV = "5.0.1+git${SRCPV}"

> >> -PR = "r1"

> >> +PV = "5.1.0+git${SRCPV}"

> >>

> >> -SRCREV = "0749dd0a35b4a54316da064475863a4ac6e28e7e"

> >> +SRCREV = "44c05779dd996035758f5ec426766aeedce29cc3"

> >>  SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git \

> >>             file://allow-libdir-override.patch "

> >>

> >>  S = "${WORKDIR}/git"

> >>

> >> -LDFLAGS_prepend_libc-uclibc = " -lpthread "

> >> -

> >>  inherit cmake pkgconfig

> >>

> >>  do_configure_prepend() {

> >> --

> >> 2.12.2

> >>

> >> --

> >> _______________________________________________

> >> Openembedded-devel mailing list

> >> Openembedded-devel@lists.openembedded.org

> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

> >

> > --

> > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

>

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
Khem Raj April 25, 2017, 2:44 p.m. UTC | #4
On Tue, Apr 25, 2017 at 7:13 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> ok, I've squashed the fix into it and added it again to master-next, with

> some of the new patches added from kraj/master branch as patchwork doesn't

> work (I've later removed the last one as it doesn't work without the glibc

> upgrade).


right. Thats why I have done it independent of autofs recipe update
since we need to hold it until we have glibc 2.26 in core.

>

> On Tue, Apr 25, 2017 at 3:32 PM, Khem Raj <raj.khem@gmail.com> wrote:

>>

>> On Tue, Apr 25, 2017 at 5:11 AM, Martin Jansa <martin.jansa@gmail.com>

>> wrote:

>> > On Sun, Apr 23, 2017 at 10:20:42PM -0700, Khem Raj wrote:

>> >> Drop uclibc specific flags

>> >

>> > http://errors.yoctoproject.org/Errors/Details/141292/

>> >

>>

>> The patchset I sent yesterday has a fix for it.

>>

>> http://lists.openembedded.org/pipermail/openembedded-devel/2017-April/112514.html

>>

>> >>

>> >> Signed-off-by: Khem Raj <raj.khem@gmail.com>

>> >> ---

>> >>  .../recipes-multimedia/musicbrainz/libmusicbrainz_git.bb           | 7

>> >> ++-----

>> >>  1 file changed, 2 insertions(+), 5 deletions(-)

>> >>

>> >> diff --git

>> >> a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb

>> >> b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb

>> >> index a6a4f6a8a..250c5f14e 100644

>> >> ---

>> >> a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb

>> >> +++

>> >> b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb

>> >> @@ -5,17 +5,14 @@ LICENSE = "LGPLv2.1+"

>> >>  LIC_FILES_CHKSUM =

>> >> "file://COPYING.txt;md5=fbc093901857fcd118f065f900982c24"

>> >>  DEPENDS = "expat neon neon-native"

>> >>

>> >> -PV = "5.0.1+git${SRCPV}"

>> >> -PR = "r1"

>> >> +PV = "5.1.0+git${SRCPV}"

>> >>

>> >> -SRCREV = "0749dd0a35b4a54316da064475863a4ac6e28e7e"

>> >> +SRCREV = "44c05779dd996035758f5ec426766aeedce29cc3"

>> >>  SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git \

>> >>             file://allow-libdir-override.patch "

>> >>

>> >>  S = "${WORKDIR}/git"

>> >>

>> >> -LDFLAGS_prepend_libc-uclibc = " -lpthread "

>> >> -

>> >>  inherit cmake pkgconfig

>> >>

>> >>  do_configure_prepend() {

>> >> --

>> >> 2.12.2

>> >>

>> >> --

>> >> _______________________________________________

>> >> Openembedded-devel mailing list

>> >> Openembedded-devel@lists.openembedded.org

>> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

>> >

>> > --

>> > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

>

>

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb
index a6a4f6a8a..250c5f14e 100644
--- a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb
+++ b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb
@@ -5,17 +5,14 @@  LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fbc093901857fcd118f065f900982c24"
 DEPENDS = "expat neon neon-native"
 
-PV = "5.0.1+git${SRCPV}"
-PR = "r1"
+PV = "5.1.0+git${SRCPV}"
 
-SRCREV = "0749dd0a35b4a54316da064475863a4ac6e28e7e"
+SRCREV = "44c05779dd996035758f5ec426766aeedce29cc3"
 SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git \
            file://allow-libdir-override.patch "
 
 S = "${WORKDIR}/git"
 
-LDFLAGS_prepend_libc-uclibc = " -lpthread "
-
 inherit cmake pkgconfig
 
 do_configure_prepend() {