diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-27 18:01:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-28 14:01:16 +0000 |
commit | ae44288faea024081e09fba848f41ebb79199bc0 (patch) | |
tree | d25de4798b61eb949e213bebc4083f6be2557a9a /meta/recipes-extended/bash/bash.inc | |
parent | 090fc94e285642c073d20184b10ceb3446384fd6 (diff) | |
download | tizen-distro-ae44288faea024081e09fba848f41ebb79199bc0.tar.gz tizen-distro-ae44288faea024081e09fba848f41ebb79199bc0.tar.bz2 tizen-distro-ae44288faea024081e09fba848f41ebb79199bc0.zip |
autotools-brokensep: Mark recipes with broken separate build dir support
This patch goes through the OE-Core recipes and marks those which use autotools
but don't support a separate build directory (${S} != ${B}). A new class,
autotools-brokensep is used for this purpose.
This doesn't introduce any change in behaviour in its own right.
(From OE-Core rev: 006b8a7808a58713af16c326dc37d07765334b12)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash/bash.inc')
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 9ccb390280..2bb2df9584 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc @@ -4,7 +4,7 @@ SECTION = "base/shell" DEPENDS = "ncurses bison-native" -inherit autotools gettext update-alternatives ptest +inherit autotools-brokensep gettext update-alternatives ptest PARALLEL_MAKE = "" |