diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-08-18 22:04:33 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-08-18 22:04:33 +0000 |
commit | c17275c09ccee8e0de3dcf78820a9ccfd664e964 (patch) | |
tree | 381c3e1caf489ca88958fea1e4b3091ba8ecea83 | |
parent | 2e265b8e89e31205deef1100b341234e7d6ea4c4 (diff) |
phoneme-advanced.inc: Allow overriding the PhoneME profile.
-rw-r--r-- | packages/phoneme/phoneme-advanced.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/phoneme/phoneme-advanced.inc b/packages/phoneme/phoneme-advanced.inc index aad82cfe42..01d192c1dc 100644 --- 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 |