diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-02-14 13:22:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-21 14:56:56 +0000 |
commit | a18de4dc0b988c79964354496a6a93c7ee5a28f6 (patch) | |
tree | 7b99003081add3861bf6739c943fa721c3e9d910 /meta | |
parent | e45b0672e28d19cfb66c9e57e153ef15e004dcaf (diff) | |
download | openembedded-core-a18de4dc0b988c79964354496a6a93c7ee5a28f6.tar.gz openembedded-core-a18de4dc0b988c79964354496a6a93c7ee5a28f6.tar.bz2 openembedded-core-a18de4dc0b988c79964354496a6a93c7ee5a28f6.zip |
conf/bitbake.conf: remove Opie definitions
These values are now set via palmtop-defs.bbclass in meta-opie (and are
not needed for anything else.)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/bitbake.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 2cc4b8fb4f..90e5f7a3bc 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -520,16 +520,6 @@ BOOTSTRAP_EXTRA_RDEPENDS = "" BOOTSTRAP_EXTRA_RRECOMMENDS = "" ################################################################## -# Palmtop stuff. -################################################################## - -export QTDIR = "${STAGING_DIR_HOST}/qt2" -export QPEDIR = "${STAGING_DIR_HOST}" -export OPIEDIR = "${STAGING_DIR_HOST}" -export palmtopdir = "${libdir}/opie" -export palmqtdir = "${palmtopdir}" - -################################################################## # Download locations and utilities. ################################################################## |