* [meta-oe][PATCH 1/2] espeak: Use SITEINFO_ENDIANESS instead of SITEINFO_ENDIANNESS
@ 2011-07-26 4:06 Khem Raj
2011-07-26 4:06 ` [meta-oe][PATCH 2/2] openssl: " Khem Raj
2011-07-26 4:57 ` [meta-oe][PATCH 1/2] espeak: " Koen Kooi
0 siblings, 2 replies; 4+ messages in thread
From: Khem Raj @ 2011-07-26 4:06 UTC (permalink / raw)
To: openembedded-devel
This spelling difference existed when siteinfo was in two places
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
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
--
1.7.4.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-oe][PATCH 2/2] openssl: Use SITEINFO_ENDIANESS instead of SITEINFO_ENDIANNESS
2011-07-26 4:06 [meta-oe][PATCH 1/2] espeak: Use SITEINFO_ENDIANESS instead of SITEINFO_ENDIANNESS Khem Raj
@ 2011-07-26 4:06 ` Khem Raj
2011-07-26 4:57 ` [meta-oe][PATCH 1/2] espeak: " Koen Kooi
1 sibling, 0 replies; 4+ messages in thread
From: Khem Raj @ 2011-07-26 4:06 UTC (permalink / raw)
To: openembedded-devel
This spelling difference existed when siteinfo was in two places
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta-oe/recipes-connectivity/openssl/openssl.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-oe/recipes-connectivity/openssl/openssl.inc b/meta-oe/recipes-connectivity/openssl/openssl.inc
index 86b29f0..082fb7b 100644
--- a/meta-oe/recipes-connectivity/openssl/openssl.inc
+++ b/meta-oe/recipes-connectivity/openssl/openssl.inc
@@ -11,10 +11,10 @@ S = "${WORKDIR}/openssl-${PV}"
inherit siteinfo
-INC_PR = "r13"
+INC_PR = "r14"
AR_append = " r"
-CFLAG = "${@base_conditional('SITEINFO_ENDIANNESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \
+CFLAG = "${@base_conditional('SITEINFO_ENDIANESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \
-DTERMIO ${FULL_OPTIMIZATION} -Wall"
# -02 does not work on mipsel: ssh hangs when it tries to read /dev/urandom
--
1.7.4.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-oe][PATCH 1/2] espeak: Use SITEINFO_ENDIANESS instead of SITEINFO_ENDIANNESS
2011-07-26 4:06 [meta-oe][PATCH 1/2] espeak: Use SITEINFO_ENDIANESS instead of SITEINFO_ENDIANNESS Khem Raj
2011-07-26 4:06 ` [meta-oe][PATCH 2/2] openssl: " Khem Raj
@ 2011-07-26 4:57 ` Koen Kooi
2011-07-26 5:11 ` Khem Raj
1 sibling, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2011-07-26 4:57 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 26-07-11 06:06, Khem Raj schreef:
> This spelling difference existed when siteinfo was in two places
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com> --- 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)}'
The double N is the right spelling, so the oe-core class should be fixed instead
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFOLkk0MkyGM64RGpERAnRYAKCRBX66mOL2iKwLICDQZD+aBO7hlACeJwYs
1n6vb7pwzBfZUK/mG3v2r3c=
=XeWv
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-oe][PATCH 1/2] espeak: Use SITEINFO_ENDIANESS instead of SITEINFO_ENDIANNESS
2011-07-26 4:57 ` [meta-oe][PATCH 1/2] espeak: " Koen Kooi
@ 2011-07-26 5:11 ` Khem Raj
0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2011-07-26 5:11 UTC (permalink / raw)
To: openembedded-devel
On Mon, Jul 25, 2011 at 9:57 PM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 26-07-11 06:06, Khem Raj schreef:
>> This spelling difference existed when siteinfo was in two places
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com> --- 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)}'
>
> The double N is the right spelling, so the oe-core class should be fixed instead
I have sent patch for oe-core. I guess it will be less work to fix
oe-core than to chase
each and every layer to change the spelling.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-07-26 5:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26 4:06 [meta-oe][PATCH 1/2] espeak: Use SITEINFO_ENDIANESS instead of SITEINFO_ENDIANNESS Khem Raj
2011-07-26 4:06 ` [meta-oe][PATCH 2/2] openssl: " Khem Raj
2011-07-26 4:57 ` [meta-oe][PATCH 1/2] espeak: " Koen Kooi
2011-07-26 5:11 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.