diff options
author | Max Eliaser <max.eliaser@intel.com> | 2014-06-10 13:24:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-13 12:31:37 +0100 |
commit | a6815586798b02fd25d96590dda1d042392686fa (patch) | |
tree | 959a29873c4c65869262a0059fe308ac0c345abf /meta/recipes-extended | |
parent | 51d450f0a73003eb756152a3d8045cb8cda5142c (diff) | |
download | poky-a6815586798b02fd25d96590dda1d042392686fa.tar.gz |
texinfo: Use texinfo-replacement-native as an alias for texinfo-native.
If texinfo-native is added to ASSUME_PROVIDED, this will be needed for two
reasons. First, a world build will still build the native texinfo recipe, so
it will still get test coverage and will not rot. Second, when the target
architecture texinfo recipe is built, the native recipe must be built first
so its makedoc binary can be extracted, ASSUME_PROVIDED or no.
(From OE-Core rev: af5cd3ad123f45170d1ba06a8f5c9ee4ce5c082e)
Signed-off-by: Max Eliaser <max.eliaser@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/texinfo/texinfo_5.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo_5.2.bb b/meta/recipes-extended/texinfo/texinfo_5.2.bb index c1ccaa7ef4..be90aba1d2 100644 --- a/meta/recipes-extended/texinfo/texinfo_5.2.bb +++ b/meta/recipes-extended/texinfo/texinfo_5.2.bb | |||
@@ -7,7 +7,9 @@ SECTION = "console/utils" | |||
7 | LICENSE = "GPLv3+" | 7 | LICENSE = "GPLv3+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
9 | 9 | ||
10 | DEPENDS = "zlib ncurses texinfo-native" | 10 | PROVIDES_append_class-native = " texinfo-replacement-native" |
11 | |||
12 | DEPENDS = "zlib ncurses texinfo-replacement-native" | ||
11 | DEPENDS_class-native = "zlib-native ncurses-native" | 13 | DEPENDS_class-native = "zlib-native ncurses-native" |
12 | 14 | ||
13 | TARGET_PATCH = "file://use_host_makedoc.patch" | 15 | TARGET_PATCH = "file://use_host_makedoc.patch" |