From: Paul Eggleton Date: Tue, 14 Feb 2012 13:22:25 +0000 (+0000) Subject: conf/bitbake.conf: remove Opie definitions X-Git-Tag: 2015-4~11754 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a18de4dc0b988c79964354496a6a93c7ee5a28f6;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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 @@ -519,16 +519,6 @@ BUILD_OPTIMIZATION = "-O2 -pipe" 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. ##################################################################