diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-04 17:23:28 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-04 17:23:28 +0000 |
commit | 87c46480ba01ba2e103e74e5c6a27c7c59d274ef (patch) | |
tree | 946b1c4fbaf8635906c2ef13874194b4b22ead42 | |
parent | bfd1efbf726e591303a6da689c8dbc86342c483e (diff) |
bitbake.conf: Set palmtopdir = "${libdir}/opie".
* Per #2254.
-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 38561149d7..a4dd4b18a8 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 = "${prefix}" -export palmqtdir = "${prefix}" +export palmtopdir = "${libdir}/opie" +export palmqtdir = "${palmtopdir}" ################################################################## # Download locations and utilities. |