All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sean Nyekjaer <sean@geanix.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [thud][PATCH] target-sdk-provides-dummy: Extend to -dev and -src packages
Date: Tue, 19 Mar 2019 15:12:23 +0100	[thread overview]
Message-ID: <f709adf9-c012-2513-6738-a3c13b5847ae@geanix.com> (raw)
In-Reply-To: <20190309185007.1568-1-max.krummenacher@toradex.com>

kind ping

BR
/Sean

On 09/03/2019 19.50, Max Krummenacher wrote:
> From: Richard Purdie <richard.purdie@linuxfoundation.org>
> 
> This avoids errors when running populate_sdk under opkg:
> 
>   * Problem 1/1:
>   *   - package busybox-dev-1.30.1-r0.core2-64 requires busybox = 1.30.1-r0, but none of the providers can be installed
>   *
>   * Solution 1:
>   *   - allow deinstallation of target-sdk-provides-dummy-1.0-r0.sdk-provides-dummy-target
> 
>   * Solution 2:
>   *   - do not ask to install a package providing busybox-dev
> 
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> (cherry picked from commit 33d2cde3be4d25389cbea07064ffbc7b2f74273e)
> ---
>   meta/recipes-core/meta/target-sdk-provides-dummy.bb | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 
> diff --git a/meta/recipes-core/meta/target-sdk-provides-dummy.bb b/meta/recipes-core/meta/target-sdk-provides-dummy.bb
> index edf07c4a23..e7bf2ac632 100644
> --- a/meta/recipes-core/meta/target-sdk-provides-dummy.bb
> +++ b/meta/recipes-core/meta/target-sdk-provides-dummy.bb
> @@ -2,9 +2,17 @@ DUMMYARCH = "sdk-provides-dummy-target"
>   
>   DUMMYPROVIDES = "\
>       busybox \
> +    busybox-dev \
> +    busybox-src \
>       coreutils \
> +    coreutils-dev \
> +    coreutils-src \
>       bash \
> +    bash-dev \
> +    bash-src \
>       perl \
> +    perl-dev \
> +    perl-src \
>       perl-module-re \
>       perl-module-strict \
>       perl-module-vars \
> @@ -33,6 +41,8 @@ DUMMYPROVIDES = "\
>       /usr/bin/env \
>       /usr/bin/perl \
>       pkgconfig \
> +    pkgconfig-dev \
> +    pkgconfig-src \
>   "
>   
>   require dummy-sdk-package.inc
> 



      reply	other threads:[~2019-03-19 14:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-09 18:50 [thud][PATCH] target-sdk-provides-dummy: Extend to -dev and -src packages Max Krummenacher
2019-03-19 14:12 ` Sean Nyekjaer [this message]

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=f709adf9-c012-2513-6738-a3c13b5847ae@geanix.com \
    --to=sean@geanix.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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 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.