git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e265b8
)
phoneme-advanced.inc: Allow overriding the PhoneME profile.
author
Robert Schuster
<thebohemian@gmx.net>
Mon, 18 Aug 2008 22:04:33 +0000
(22:04 +0000)
committer
Robert Schuster
<thebohemian@gmx.net>
Mon, 18 Aug 2008 22:04:33 +0000
(22:04 +0000)
packages/phoneme/phoneme-advanced.inc
patch
|
blob
|
history
diff --git
a/packages/phoneme/phoneme-advanced.inc
b/packages/phoneme/phoneme-advanced.inc
index
aad82cf
..
01d192c
100644
(file)
--- a/
packages/phoneme/phoneme-advanced.inc
+++ b/
packages/phoneme/phoneme-advanced.inc
@@
-29,6
+29,8
@@
SRCREV = ${@bb.fatal('SRCREV is not defined in this phoneme-advanced recipe!')}
COMMON_DIR = "${libdir_jvm}/${PN}"
+PME_PROFILE ?= "foundation"
+
do_compile() {
set_arch
oe_runmake -C cdc/build/linux-$ARCH-generic bin
@@
-50,9
+52,7
@@
do_configure() {
cd cdc/build/linux-$ARCH-generic
echo "Configuring PhoneME Advanced build"
- # At the moment we do not support anything else than the foundation
- #profiles.
- pmo_start J2ME_CLASSLIB foundation
+ pmo_start J2ME_CLASSLIB ${PME_PROFILE}
# Dispatch to arch-specific functions.
oe_phoneme_config$ARCH