All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud][PATCH] target-sdk-provides-dummy: Extend to -dev and -src packages
@ 2019-03-09 18:50 Max Krummenacher
  2019-03-19 14:12 ` Sean Nyekjaer
  0 siblings, 1 reply; 2+ messages in thread
From: Max Krummenacher @ 2019-03-09 18:50 UTC (permalink / raw)
  To: openembedded-core

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
-- 
2.13.6



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

* Re: [thud][PATCH] target-sdk-provides-dummy: Extend to -dev and -src packages
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Sean Nyekjaer @ 2019-03-19 14:12 UTC (permalink / raw)
  To: openembedded-core

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
> 



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

end of thread, other threads:[~2019-03-19 14:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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.