diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 13:26:06 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 13:26:06 +0000 |
commit | ad4192d3f44206460eab2ebeeadf65776f98cfea (patch) | |
tree | b85be5e8412feddbe0e482e69cf07e0fafe07b11 /packages/python | |
parent | 52a8aa712d2a391082505407bdde6a721de44286 (diff) |
enca, motion, iperf, gdk-pixbuf, gtk+-directfb, python-sword: Use staging prefix/exec_prefix
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 |