blob: 0160cb8eef940e79a7c68357fd963a26bfacbe4b [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001DUMMYARCH = "sdk-provides-dummy-target"
2
3DUMMYPROVIDES = "\
Brad Bishop977dc1a2019-02-06 16:01:43 -05004 busybox \
Brad Bishopf8caae32019-03-25 13:13:56 -04005 busybox-dev \
6 busybox-src \
Brad Bishop977dc1a2019-02-06 16:01:43 -05007 coreutils \
Brad Bishopf8caae32019-03-25 13:13:56 -04008 coreutils-dev \
9 coreutils-src \
Brad Bishop977dc1a2019-02-06 16:01:43 -050010 bash \
Brad Bishopf8caae32019-03-25 13:13:56 -040011 bash-dev \
12 bash-src \
Brad Bishop977dc1a2019-02-06 16:01:43 -050013 perl \
Brad Bishopf8caae32019-03-25 13:13:56 -040014 perl-dev \
15 perl-src \
Brad Bishop977dc1a2019-02-06 16:01:43 -050016 perl-module-re \
17 perl-module-strict \
18 perl-module-vars \
19 perl-module-text-wrap \
20 libxml-parser-perl \
21 perl-module-bytes \
22 perl-module-carp \
23 perl-module-constant \
24 perl-module-data-dumper \
25 perl-module-errno \
26 perl-module-exporter \
27 perl-module-file-basename \
28 perl-module-file-compare \
29 perl-module-file-copy \
30 perl-module-file-find \
31 perl-module-file-glob \
32 perl-module-file-path \
33 perl-module-file-stat \
Brad Bishopf8caae32019-03-25 13:13:56 -040034 perl-module-file-temp \
Brad Bishop977dc1a2019-02-06 16:01:43 -050035 perl-module-getopt-long \
36 perl-module-io-file \
Brad Bishopf8caae32019-03-25 13:13:56 -040037 perl-module-overload \
Brad Bishop977dc1a2019-02-06 16:01:43 -050038 perl-module-posix \
Brad Bishopf8caae32019-03-25 13:13:56 -040039 perl-module-overload \
Brad Bishop977dc1a2019-02-06 16:01:43 -050040 perl-module-thread-queue \
41 perl-module-threads \
Brad Bishopf8caae32019-03-25 13:13:56 -040042 perl-module-warnings \
Brad Bishop316dfdd2018-06-25 12:45:53 -040043 /bin/sh \
44 /bin/bash \
45 /usr/bin/env \
46 /usr/bin/perl \
47 pkgconfig \
Brad Bishopf8caae32019-03-25 13:13:56 -040048 pkgconfig-dev \
49 pkgconfig-src \
Brad Bishop316dfdd2018-06-25 12:45:53 -040050"
51
52require dummy-sdk-package.inc