summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/target-sdk-provides-dummy.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-05 17:31:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-06 16:38:30 +0000
commit179c5cb7fd0f06970135187f1203507aa55d6bde (patch)
treefbb2692b20d87310b898c9cf0640eb05afdc2bf8 /meta/recipes-core/meta/target-sdk-provides-dummy.bb
parent6b6b442f3e7091f4b1314766cf2d3a9919df07bd (diff)
downloadpoky-179c5cb7fd0f06970135187f1203507aa55d6bde.tar.gz
nativesdk-*-provides-dummy: Fixes to allow correct operation with opkg
opkg needs the replaces/conflicts/provides in order for this package to function as intended. When enabled, this code caused failures for core-image-sato -c populate_sdk. The reason is that nativesdk-autoconf has several perl dependencies. We need to list more of the things which this package provides/conflicts with in order for it to function correctly. Therefore add the missing entries. (From OE-Core rev: 27412b377dda47daa87bfcb3a41babe53ff8b0a3) (From OE-Core rev: e0db1beb6db624b3b743e780c298c63a1e177cfb) (From OE-Core rev: 30b68e820d641c837b6f60c7b6c21ea987804e8e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/meta/target-sdk-provides-dummy.bb')
-rw-r--r--meta/recipes-core/meta/target-sdk-provides-dummy.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/target-sdk-provides-dummy.bb b/meta/recipes-core/meta/target-sdk-provides-dummy.bb
index 714d15d8ba..edf07c4a23 100644
--- a/meta/recipes-core/meta/target-sdk-provides-dummy.bb
+++ b/meta/recipes-core/meta/target-sdk-provides-dummy.bb
@@ -1,6 +1,33 @@
1DUMMYARCH = "sdk-provides-dummy-target" 1DUMMYARCH = "sdk-provides-dummy-target"
2 2
3DUMMYPROVIDES = "\ 3DUMMYPROVIDES = "\
4 busybox \
5 coreutils \
6 bash \
7 perl \
8 perl-module-re \
9 perl-module-strict \
10 perl-module-vars \
11 perl-module-text-wrap \
12 libxml-parser-perl \
13 perl-module-bytes \
14 perl-module-carp \
15 perl-module-constant \
16 perl-module-data-dumper \
17 perl-module-errno \
18 perl-module-exporter \
19 perl-module-file-basename \
20 perl-module-file-compare \
21 perl-module-file-copy \
22 perl-module-file-find \
23 perl-module-file-glob \
24 perl-module-file-path \
25 perl-module-file-stat \
26 perl-module-getopt-long \
27 perl-module-io-file \
28 perl-module-posix \
29 perl-module-thread-queue \
30 perl-module-threads \
4 /bin/sh \ 31 /bin/sh \
5 /bin/bash \ 32 /bin/bash \
6 /usr/bin/env \ 33 /usr/bin/env \