diff options
| -rw-r--r-- | meta/recipes-support/serf/serf_1.3.6.bb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/meta/recipes-support/serf/serf_1.3.6.bb b/meta/recipes-support/serf/serf_1.3.6.bb index 9893cb7212..08b04d3ca6 100644 --- a/meta/recipes-support/serf/serf_1.3.6.bb +++ b/meta/recipes-support/serf/serf_1.3.6.bb | |||
| @@ -21,7 +21,7 @@ do_compile() { | |||
| 21 | } | 21 | } | 
| 22 | 22 | ||
| 23 | do_install() { | 23 | do_install() { | 
| 24 | ${STAGING_BINDIR_NATIVE}/scons PREFIX=${D}${prefix} install | 24 | ${STAGING_BINDIR_NATIVE}/scons PREFIX=${D}${prefix} LIBDIR=${D}${libdir} install | 
| 25 | } | 25 | } | 
| 26 | 26 | ||
| 27 | BBCLASSEXTEND = "native" \ No newline at end of file | 27 | BBCLASSEXTEND = "native" | 
