summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/nativesdk-buildtools-perl-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/nativesdk-buildtools-perl-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/nativesdk-buildtools-perl-dummy.bb')
-rw-r--r--meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb22
1 files changed, 21 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
index f5bcb82548..6a8748acdf 100644
--- a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
+++ b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
@@ -2,7 +2,27 @@ DUMMYARCH = "buildtools-dummy-${SDKPKGSUFFIX}"
2 2
3DUMMYPROVIDES = "\ 3DUMMYPROVIDES = "\
4 nativesdk-perl \ 4 nativesdk-perl \
5 nativesdk-perl-module-file-path" 5 nativesdk-libxml-parser-perl \
6 nativesdk-perl-module-bytes \
7 nativesdk-perl-module-carp \
8 nativesdk-perl-module-constant \
9 nativesdk-perl-module-data-dumper \
10 nativesdk-perl-module-errno \
11 nativesdk-perl-module-exporter \
12 nativesdk-perl-module-file-basename \
13 nativesdk-perl-module-file-compare \
14 nativesdk-perl-module-file-copy \
15 nativesdk-perl-module-file-find \
16 nativesdk-perl-module-file-glob \
17 nativesdk-perl-module-file-path \
18 nativesdk-perl-module-file-stat \
19 nativesdk-perl-module-getopt-long \
20 nativesdk-perl-module-io-file \
21 nativesdk-perl-module-posix \
22 nativesdk-perl-module-thread-queue \
23 nativesdk-perl-module-threads \
24 /usr/bin/perl \
25 "
6 26
7PR = "r2" 27PR = "r2"
8 28