diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-28 13:41:04 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-28 13:41:04 +0000 |
commit | 56f58480bba3cc430a788c9d6c9abd371040f68e (patch) | |
tree | ea1b41a3360fa0e6fa7396e8730d8d9e9d9729e8 /packages/python | |
parent | 54ba0710aec882c5adac8d0de08e36136dc9414e (diff) | |
parent | ae34dd31f15536b14493dcb91eba0209f3e18bd0 (diff) |
merge of '425c38aa299f3015ce439347ec5c8736d76b984b'
and '4e11ae888ef9a24373e696b3cd581aab1009b46d'
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-sword_1.5.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python-sword_1.5.10.bb b/packages/python/python-sword_1.5.10.bb index a18cf89466..4769a8814f 100644 --- a/packages/python/python-sword_1.5.10.bb +++ b/packages/python/python-sword_1.5.10.bb @@ -11,7 +11,7 @@ SRC_URI = "http://crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-${PV}.tar. S = "${WORKDIR}/${SRCNAME}-${PV}/bindings/swig/package" -EXTRA_OECONF = "--with-sword-dir=${STAGING_DIR}/${HOST_SYS}" +EXTRA_OECONF = "--with-sword-dir=${STAGING_DIR_HOST}${layout_exec_prefix}" inherit distutils autotools |