diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-18 08:27:27 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:56 +0200 |
commit | dc87ad4e7f7fb1ba8ec05b0ca35089c7e5d439aa (patch) | |
tree | b6b401b94d2410f38b99355d98c99d210b665091 /meta-oe | |
parent | 1d103f9114fdcea4c7e35f277a0feec4bf54e420 (diff) | |
download | meta-openembedded-dc87ad4e7f7fb1ba8ec05b0ca35089c7e5d439aa.tar.gz |
flite: Use autotools-brokensep
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/flite/flite.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/flite/flite.inc b/meta-oe/recipes-support/flite/flite.inc index b9d5e5aa6..0ef82c004 100644 --- a/meta-oe/recipes-support/flite/flite.inc +++ b/meta-oe/recipes-support/flite/flite.inc | |||
@@ -11,7 +11,7 @@ S = "${WORKDIR}/flite-${PV}-release" | |||
11 | 11 | ||
12 | CFLAGS += " -lasound " | 12 | CFLAGS += " -lasound " |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools-brokensep |
15 | 15 | ||
16 | PACKAGES += "lib${PN} lib${PN}-vox8 lib${PN}-vox16" | 16 | PACKAGES += "lib${PN} lib${PN}-vox8 lib${PN}-vox16" |
17 | 17 | ||