Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
To: "Andreas Müller" <schnitzeltony@googlemail.com>
Cc: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCHv2 05/16] tcl: Use SYSROOT_DIRS to add dirs to stage in sysroot
Date: Thu, 26 May 2016 13:41:14 +0000	[thread overview]
Message-ID: <86b3cfaab1c3407990067447ffd990ed@XBOX02.axis.com> (raw)
In-Reply-To: <CALbNGRRogSXXcyLTUvq_CqS41wNqD1EjOXPpdGzH8SSKcAEorw@mail.gmail.com>

> -----Original Message-----
> From: Andreas Müller [mailto:schnitzeltony@googlemail.com]
> Sent: den 26 maj 2016 14:00
> To: Peter Kjellerstedt
> Cc: Patches and discussions about the oe-core layer
> Subject: Re: [OE-core] [PATCHv2 05/16] tcl: Use SYSROOT_DIRS to add
> dirs to stage in sysroot
> 
> On Thu, May 12, 2016 at 10:37 AM, Peter Kjellerstedt
> <peter.kjellerstedt@axis.com> wrote:
> > ---
> >  meta/recipes-devtools/tcltk/tcl_8.6.4.bb | 5 +----
> >  1 file changed, 1 insertion(+), 4 deletions(-)
> >
> > diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.4.bb b/meta/recipes-
> devtools/tcltk/tcl_8.6.4.bb
> > index 8e92b3e..61be81d 100644
> > --- a/meta/recipes-devtools/tcltk/tcl_8.6.4.bb
> > +++ b/meta/recipes-devtools/tcltk/tcl_8.6.4.bb
> > @@ -68,10 +68,7 @@ do_install() {
> >         done
> >  }
> >
> > -SYSROOT_PREPROCESS_FUNCS += "tcl_sysroot_preprocess"
> > -tcl_sysroot_preprocess () {
> > -       sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts}
> > -}
> > +SYSROOT_DIRS += "${bindir_crossscripts}"
> >
> >  PACKAGES =+ "tcl-lib"
> >  FILES_tcl-lib = "${libdir}/libtcl8.6.so.*"
> > --
> > 2.1.0
> >
> This one breaks meta-oe's postgresql.
> 
> Andreas

Breaks it how?

//Peter


  reply	other threads:[~2016-05-26 13:41 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-12  8:37 [PATCHv2 00/16] Simplify how to stage directories in the sysroot Peter Kjellerstedt
2016-05-12  8:37 ` [PATCHv2 01/16] staging.bbclass: Make it easier to define which dirs to stage Peter Kjellerstedt
2016-05-12  8:37 ` [PATCHv2 02/16] u-boot-fw-utils: Use SYSROOT_DIRS to add dirs to stage in sysroot Peter Kjellerstedt
2016-05-12  8:37 ` [PATCHv2 03/16] libtool-cross: " Peter Kjellerstedt
2016-05-12  8:37 ` [PATCHv2 04/16] qemuwrapper-cross: " Peter Kjellerstedt
2016-05-12  8:37 ` [PATCHv2 05/16] tcl: " Peter Kjellerstedt
2016-05-26 12:00   ` Andreas Müller
2016-05-26 13:41     ` Peter Kjellerstedt [this message]
2016-05-26 15:33       ` Martin Jansa
2016-05-26 20:14       ` Andreas Müller
2016-05-28 13:41         ` Andreas Müller
2016-05-31  9:02           ` Peter Kjellerstedt
2016-05-12  8:37 ` [PATCHv2 06/16] shadow-sysroot: " Peter Kjellerstedt
2016-05-12  8:37 ` [PATCHv2 07/16] depmodwrapper-cross: " Peter Kjellerstedt
2016-05-12  8:37 ` [PATCHv2 08/16] base-files: " Peter Kjellerstedt
2016-05-12  8:37 ` [PATCHv2 09/16] signing-keys: " Peter Kjellerstedt
2016-05-12  8:37 ` [PATCHv2 10/16] vala.inc: " Peter Kjellerstedt
2016-05-12  8:37 ` [PATCHv2 11/16] gobject-introspection: " Peter Kjellerstedt
2016-05-12  8:37 ` [PATCHv2 12/16] grub2.inc: Use SYSROOT_DIRS_BLACKLIST to exclude dirs from the sysroot Peter Kjellerstedt
2016-05-12  8:38 ` [PATCHv2 13/16] gettext: " Peter Kjellerstedt
2016-05-12  8:38 ` [PATCHv2 14/16] gcc-target.inc: Use SYSROOT_DIRS_BLACKLIST to exclude dirs from sysroot Peter Kjellerstedt
2016-05-12  8:38 ` [PATCHv2 15/16] libtool: Use SYSROOT_DIRS_BLACKLIST to exclude dirs from the sysroot Peter Kjellerstedt
2016-05-12  8:38 ` [PATCHv2 16/16] font-util: Remove ${datadir}/fonts from SYSROOT_DIRS_BLACKLIST Peter Kjellerstedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86b3cfaab1c3407990067447ffd990ed@XBOX02.axis.com \
    --to=peter.kjellerstedt@axis.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=schnitzeltony@googlemail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox