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 | 069de520ec864fc78084e8f1ddfb20edaab55f5e (patch) | |
tree | c0fa4c29433385bfa72dbcef6c6a7b3d94362651 /meta/recipes-support/js | |
parent | 5436de527486e1176d755d48f4424c02530bd0ca (diff) | |
download | poky-069de520ec864fc78084e8f1ddfb20edaab55f5e.tar.gz |
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-support/js')
-rw-r--r-- | meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb b/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb index 78da0bd3f3..e32050446c 100644 --- a/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb +++ b/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb | |||
@@ -21,7 +21,7 @@ S = "${WORKDIR}/js/src" | |||
21 | 21 | ||
22 | # use local autoconf script to generate a usable jsautocfg.h | 22 | # use local autoconf script to generate a usable jsautocfg.h |
23 | # don't bother with automake | 23 | # don't bother with automake |
24 | inherit autotools | 24 | inherit autotools-brokensep |
25 | 25 | ||
26 | do_configure_prepend() { | 26 | do_configure_prepend() { |
27 | cp -f ${WORKDIR}/configure.ac ${S} | 27 | cp -f ${WORKDIR}/configure.ac ${S} |