diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-03 04:29:46 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-03 04:29:46 +0000 |
commit | e20dcdf35b29fa074ab9568209c92a566f12360a (patch) | |
tree | 7622f300e5e8cdc17a0e303ce69f8d350fbafa8a /conf/bitbake.conf | |
parent | 316fd6199a0b1644812701405df70755101ad54f (diff) |
bitbake.conf: Switch OPIE prefix to /usr.
* With the other latest changes, this produces bootable system, still needs
more detailed testing.
* The next stage is fix data/plugin file location.
* Partially closes #2254.
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 5df7fd0656..38561149d7 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -319,8 +319,8 @@ BOOTSTRAP_EXTRA_RRECOMMENDS = "" export QTDIR = "${STAGING_DIR}/${HOST_SYS}/qt2" export QPEDIR = "${STAGING_DIR}/${HOST_SYS}" export OPIEDIR = "${STAGING_DIR}/${HOST_SYS}" -export palmtopdir = "/opt/QtPalmtop" -export palmqtdir = "/opt/QtPalmtop" +export palmtopdir = "${prefix}" +export palmqtdir = "${prefix}" ################################################################## # Download locations and utilities. |