[oe-commits] [openembedded-core] 03/16: target-sdk-provides-dummy: Extend to -dev and -src packages

git at git.openembedded.org git at git.openembedded.org
Sun Mar 24 16:50:31 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch thud
in repository openembedded-core.

commit 29ea8bdf67829d296ae4755b919f8af828a9a235
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat Mar 9 19:50:07 2019 +0100

    target-sdk-provides-dummy: Extend to -dev and -src packages
    
    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 at linuxfoundation.org>
    (cherry picked from commit 33d2cde3be4d25389cbea07064ffbc7b2f74273e)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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 13741f0..9836f83 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 \
@@ -34,6 +42,8 @@ DUMMYPROVIDES = "\
     /usr/bin/env \
     /usr/bin/perl \
     pkgconfig \
+    pkgconfig-dev \
+    pkgconfig-src \
 "
 
 require dummy-sdk-package.inc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list