From patchwork Tue Jul 26 04:06:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe, 1/2] espeak: Use SITEINFO_ENDIANESS instead of SITEINFO_ENDIANNESS Date: Tue, 26 Jul 2011 04:06:32 -0000 From: Khem Raj X-Patchwork-Id: 8495 Message-Id: <1311653193-29753-1-git-send-email-raj.khem@gmail.com> To: openembedded-devel@lists.openembedded.org This spelling difference existed when siteinfo was in two places Signed-off-by: Khem Raj --- meta-oe/recipes-support/espeak/espeak_1.37.bb | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/espeak/espeak_1.37.bb b/meta-oe/recipes-support/espeak/espeak_1.37.bb index 6cc4cd4..5f9fcc1 100644 --- a/meta-oe/recipes-support/espeak/espeak_1.37.bb +++ b/meta-oe/recipes-support/espeak/espeak_1.37.bb @@ -1,12 +1,14 @@ require espeak.inc inherit siteinfo -EXTRA_PHONEMES = '${@base_contains("SITEINFO_ENDIANNESS", "be", "espeak-data (= ${PV})", "", d)}' +EXTRA_PHONEMES = '${@base_contains("SITEINFO_ENDIANESS", "be", "espeak-data (= ${PV})", "", d)}' RDEPENDS_${PN} = "portaudio-v19 ${EXTRA_PHONEMES}" SRC_URI[md5sum] = "5c7b292d0537232868b4ac1317d76c02" SRC_URI[sha256sum] = "77f406c345362185ec4f362bf49f61d202e01ac9b9cd5c14f803195a544ce6d3" +PR = "r1" + CXXFLAGS += "-DUSE_PORTAUDIO" TARGET_CC_ARCH += "${LDFLAGS}" @@ -33,7 +35,7 @@ do_install() { install -m 0644 ${S}/src/speak_lib.h ${D}${includedir} oe_libinstall -so -C src libespeak ${D}${libdir} - if [ "${SITEINFO_ENDIANNESS}" = "be" ] ; then + if [ "${SITEINFO_ENDIANESS}" = "be" ] ; then # the big-endian phon* files are provided by the package espeak-data rm -f ${S}/espeak-data/phon* fi