diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-19 23:50:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-25 12:42:42 +0000 |
commit | dbb0083c711bc51ad2b847f172b8552df6d07798 (patch) | |
tree | aaa4b7f04ba9bd0ce968af4c81d6d19832665328 /meta/recipes-devtools/perl | |
parent | 749e67d40a21ccedfc655a1eba2aac8736be6c31 (diff) | |
download | poky-dbb0083c711bc51ad2b847f172b8552df6d07798.tar.gz |
perl-rprovides: Fix perl-module-config anf perl-module-build providers
The rearrangement of various file contents left these empty modules which
don't get packaged and hence lead to image creation errors on anything using
them. This patch ensures the dependencies are attached to the packages
which contain the config files or the build module infrastructure as
appropriate. It also resolves some confusion over whether the name is
perl-module-build or perl-module-module-build, the latter being the
autogenerated dependency which previously couldn't be found.
(From OE-Core rev: 442f161ecd498513b72e7f1ca2668325c9389d24)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/perl-rprovides.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/perl-rprovides.inc b/meta/recipes-devtools/perl/perl-rprovides.inc index 637c993156..3cfcb7d7dd 100644 --- a/meta/recipes-devtools/perl/perl-rprovides.inc +++ b/meta/recipes-devtools/perl/perl-rprovides.inc | |||
@@ -5,6 +5,7 @@ | |||
5 | RPROVIDES_perl-module-b-asmdata = "perl-module-${TARGET_SYS}-b-asmdata" | 5 | RPROVIDES_perl-module-b-asmdata = "perl-module-${TARGET_SYS}-b-asmdata" |
6 | RPROVIDES_perl-module-b-assembler = "perl-module-${TARGET_SYS}-b-assembler" | 6 | RPROVIDES_perl-module-b-assembler = "perl-module-${TARGET_SYS}-b-assembler" |
7 | RPROVIDES_perl-module-b-bblock = "perl-module-${TARGET_SYS}-b-bblock" | 7 | RPROVIDES_perl-module-b-bblock = "perl-module-${TARGET_SYS}-b-bblock" |
8 | RPROVIDES_perl-module-build += "perl-module-module-build" | ||
8 | RPROVIDES_perl-module-b-bytecode = "perl-module-${TARGET_SYS}-b-bytecode" | 9 | RPROVIDES_perl-module-b-bytecode = "perl-module-${TARGET_SYS}-b-bytecode" |
9 | RPROVIDES_perl-module-b-cc = "perl-module-${TARGET_SYS}-b-cc" | 10 | RPROVIDES_perl-module-b-cc = "perl-module-${TARGET_SYS}-b-cc" |
10 | RPROVIDES_perl-module-b-concise = "perl-module-${TARGET_SYS}-b-concise" | 11 | RPROVIDES_perl-module-b-concise = "perl-module-${TARGET_SYS}-b-concise" |
@@ -17,8 +18,11 @@ RPROVIDES_perl-module-b-stackobj = "perl-module-${TARGET_SYS}-b-stackobj" | |||
17 | RPROVIDES_perl-module-b-stash = "perl-module-${TARGET_SYS}-b-stash" | 18 | RPROVIDES_perl-module-b-stash = "perl-module-${TARGET_SYS}-b-stash" |
18 | RPROVIDES_perl-module-b-terse = "perl-module-${TARGET_SYS}-b-terse" | 19 | RPROVIDES_perl-module-b-terse = "perl-module-${TARGET_SYS}-b-terse" |
19 | RPROVIDES_perl-module-b-xref = "perl-module-${TARGET_SYS}-b-xref" | 20 | RPROVIDES_perl-module-b-xref = "perl-module-${TARGET_SYS}-b-xref" |
20 | RPROVIDES_perl-module-config = "perl-module-${TARGET_SYS}-config" | 21 | RPROVIDES_perl-lib += " \ |
21 | RPROVIDES_perl-module-config-heavy = "perl-module-${TARGET_SYS}-config-heavy" | 22 | perl-module-config \ |
23 | perl-module-config-heavy \ | ||
24 | perl-module-${TARGET_SYS}-config \ | ||
25 | perl-module-${TARGET_SYS}-config-heavy" | ||
22 | RPROVIDES_perl-module-encode-alias = "perl-module-${TARGET_SYS}-encode-alias" | 26 | RPROVIDES_perl-module-encode-alias = "perl-module-${TARGET_SYS}-encode-alias" |
23 | RPROVIDES_perl-module-encode-cjkconstants = "perl-module-${TARGET_SYS}-encode-cjkconstants" | 27 | RPROVIDES_perl-module-encode-cjkconstants = "perl-module-${TARGET_SYS}-encode-cjkconstants" |
24 | RPROVIDES_perl-module-encode-config = "perl-module-${TARGET_SYS}-encode-config" | 28 | RPROVIDES_perl-module-encode-config = "perl-module-${TARGET_SYS}-encode-config" |