Openembedded Core Discussions
 help / color / mirror / Atom feed
* Re: [oe-commits] Saul Wold : pseudo.inc: Clean up backport of version update to 1.6.2
       [not found] <20141105232840.B115C50244@opal.openembedded.org>
@ 2014-11-06 17:25 ` Martin Jansa
  2014-11-06 17:45   ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2014-11-06 17:25 UTC (permalink / raw)
  To: openembedded-core, Saul Wold; +Cc: openembedded-commits

[-- Attachment #1: Type: text/plain, Size: 2323 bytes --]

On Wed, Nov 05, 2014 at 11:28:40PM +0000, git@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: daisy
> Commit: 606793e7b5c129654f317e5bec9ed7f083d3383d
> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=606793e7b5c129654f317e5bec9ed7f083d3383d
> 
> Author: Saul Wold <sgw@linux.intel.com>
> Date:   Wed Nov  5 13:36:33 2014 -0800
> 
> pseudo.inc: Clean up backport of version update to 1.6.2
> 
>   This uprevs pseudo to 1.6. This merges in all of the existing
>     fixes, and also adds partial support for extended attributes,
>     including storing arbitrary extended attributes in the database,
>     and also interpreting the posix permissions ACLs as chmod
>     requests.
> 
>     The extended attribute support means we need xattr.h, the simplest
>     way to be sure of this is to build attr before pseudo, which doesn't
>     take long.
> 
> Signed-off-by: Saul Wold <sgw@linux.intel.com>

You can also remove
./meta/recipes-devtools/pseudo/files/pseudo-1.5.1-install-directory-mode.patch
which is no longer used by pseudo versions in daisy


> 
> ---
> 
>  meta/recipes-devtools/pseudo/pseudo.inc | 6 +-----
>  1 file changed, 1 insertion(+), 5 deletions(-)
> 
> diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/meta/recipes-devtools/pseudo/pseudo.inc
> index 42738ab..11a8514 100644
> --- a/meta/recipes-devtools/pseudo/pseudo.inc
> +++ b/meta/recipes-devtools/pseudo/pseudo.inc
> @@ -7,11 +7,7 @@ HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/pseudo"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
>  SECTION = "base"
>  LICENSE = "LGPL2.1"
> -DEPENDS = "sqlite3"
> -
> -SRC_URI_append_class-nativesdk = " file://symver.patch"
> -
> -SRC_URI_append_class-native = " file://symver.patch"
> +DEPENDS = "sqlite3 attr"
>  
>  FILES_${PN} = "${prefix}/lib/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}/var/pseudo"
>  FILES_${PN}-dbg += "${prefix}/lib/pseudo/lib*/.debug"
> 
> -- 
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits

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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe-commits] Saul Wold : pseudo.inc: Clean up backport of version update to 1.6.2
  2014-11-06 17:25 ` [oe-commits] Saul Wold : pseudo.inc: Clean up backport of version update to 1.6.2 Martin Jansa
@ 2014-11-06 17:45   ` Martin Jansa
  2014-11-19 10:55     ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2014-11-06 17:45 UTC (permalink / raw)
  To: openembedded-core, Saul Wold; +Cc: openembedded-commits

[-- Attachment #1: Type: text/plain, Size: 2660 bytes --]

On Thu, Nov 06, 2014 at 06:25:20PM +0100, Martin Jansa wrote:
> On Wed, Nov 05, 2014 at 11:28:40PM +0000, git@git.openembedded.org wrote:
> > Module: openembedded-core.git
> > Branch: daisy
> > Commit: 606793e7b5c129654f317e5bec9ed7f083d3383d
> > URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=606793e7b5c129654f317e5bec9ed7f083d3383d
> > 
> > Author: Saul Wold <sgw@linux.intel.com>
> > Date:   Wed Nov  5 13:36:33 2014 -0800
> > 
> > pseudo.inc: Clean up backport of version update to 1.6.2
> > 
> >   This uprevs pseudo to 1.6. This merges in all of the existing
> >     fixes, and also adds partial support for extended attributes,
> >     including storing arbitrary extended attributes in the database,
> >     and also interpreting the posix permissions ACLs as chmod
> >     requests.
> > 
> >     The extended attribute support means we need xattr.h, the simplest
> >     way to be sure of this is to build attr before pseudo, which doesn't
> >     take long.
> > 
> > Signed-off-by: Saul Wold <sgw@linux.intel.com>
> 
> You can also remove
> ./meta/recipes-devtools/pseudo/files/pseudo-1.5.1-install-directory-mode.patch
> which is no longer used by pseudo versions in daisy

And probably remove 1.5.1 version from dizzy and master branches like it
was removed in daisy.

> > ---
> > 
> >  meta/recipes-devtools/pseudo/pseudo.inc | 6 +-----
> >  1 file changed, 1 insertion(+), 5 deletions(-)
> > 
> > diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/meta/recipes-devtools/pseudo/pseudo.inc
> > index 42738ab..11a8514 100644
> > --- a/meta/recipes-devtools/pseudo/pseudo.inc
> > +++ b/meta/recipes-devtools/pseudo/pseudo.inc
> > @@ -7,11 +7,7 @@ HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/pseudo"
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
> >  SECTION = "base"
> >  LICENSE = "LGPL2.1"
> > -DEPENDS = "sqlite3"
> > -
> > -SRC_URI_append_class-nativesdk = " file://symver.patch"
> > -
> > -SRC_URI_append_class-native = " file://symver.patch"
> > +DEPENDS = "sqlite3 attr"
> >  
> >  FILES_${PN} = "${prefix}/lib/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}/var/pseudo"
> >  FILES_${PN}-dbg += "${prefix}/lib/pseudo/lib*/.debug"
> > 
> > -- 
> > _______________________________________________
> > Openembedded-commits mailing list
> > Openembedded-commits@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-commits
> 
> -- 
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe-commits] Saul Wold : pseudo.inc: Clean up backport of version update to 1.6.2
  2014-11-06 17:45   ` Martin Jansa
@ 2014-11-19 10:55     ` Martin Jansa
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2014-11-19 10:55 UTC (permalink / raw)
  To: openembedded-core, Saul Wold; +Cc: openembedded-commits

[-- Attachment #1: Type: text/plain, Size: 2949 bytes --]

On Thu, Nov 06, 2014 at 06:45:44PM +0100, Martin Jansa wrote:
> On Thu, Nov 06, 2014 at 06:25:20PM +0100, Martin Jansa wrote:
> > On Wed, Nov 05, 2014 at 11:28:40PM +0000, git@git.openembedded.org wrote:
> > > Module: openembedded-core.git
> > > Branch: daisy
> > > Commit: 606793e7b5c129654f317e5bec9ed7f083d3383d
> > > URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=606793e7b5c129654f317e5bec9ed7f083d3383d
> > > 
> > > Author: Saul Wold <sgw@linux.intel.com>
> > > Date:   Wed Nov  5 13:36:33 2014 -0800
> > > 
> > > pseudo.inc: Clean up backport of version update to 1.6.2
> > > 
> > >   This uprevs pseudo to 1.6. This merges in all of the existing
> > >     fixes, and also adds partial support for extended attributes,
> > >     including storing arbitrary extended attributes in the database,
> > >     and also interpreting the posix permissions ACLs as chmod
> > >     requests.
> > > 
> > >     The extended attribute support means we need xattr.h, the simplest
> > >     way to be sure of this is to build attr before pseudo, which doesn't
> > >     take long.
> > > 
> > > Signed-off-by: Saul Wold <sgw@linux.intel.com>
> > 
> > You can also remove
> > ./meta/recipes-devtools/pseudo/files/pseudo-1.5.1-install-directory-mode.patch
> > which is no longer used by pseudo versions in daisy
> 
> And probably remove 1.5.1 version from dizzy and master branches like it
> was removed in daisy.

Please fixup the fixup.

> > > ---
> > > 
> > >  meta/recipes-devtools/pseudo/pseudo.inc | 6 +-----
> > >  1 file changed, 1 insertion(+), 5 deletions(-)
> > > 
> > > diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/meta/recipes-devtools/pseudo/pseudo.inc
> > > index 42738ab..11a8514 100644
> > > --- a/meta/recipes-devtools/pseudo/pseudo.inc
> > > +++ b/meta/recipes-devtools/pseudo/pseudo.inc
> > > @@ -7,11 +7,7 @@ HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/pseudo"
> > >  LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
> > >  SECTION = "base"
> > >  LICENSE = "LGPL2.1"
> > > -DEPENDS = "sqlite3"
> > > -
> > > -SRC_URI_append_class-nativesdk = " file://symver.patch"
> > > -
> > > -SRC_URI_append_class-native = " file://symver.patch"
> > > +DEPENDS = "sqlite3 attr"
> > >  
> > >  FILES_${PN} = "${prefix}/lib/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}/var/pseudo"
> > >  FILES_${PN}-dbg += "${prefix}/lib/pseudo/lib*/.debug"
> > > 
> > > -- 
> > > _______________________________________________
> > > Openembedded-commits mailing list
> > > Openembedded-commits@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-commits
> > 
> > -- 
> > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
> 
> 
> 
> -- 
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-19 10:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20141105232840.B115C50244@opal.openembedded.org>
2014-11-06 17:25 ` [oe-commits] Saul Wold : pseudo.inc: Clean up backport of version update to 1.6.2 Martin Jansa
2014-11-06 17:45   ` Martin Jansa
2014-11-19 10:55     ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox