diff options
Diffstat (limited to 'meta/recipes-bsp/apmd/apmd_3.2.2-14.bb')
-rw-r--r-- | meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb index e80e108ca5..bf53cc650a 100644 --- a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb +++ b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | |||
@@ -34,7 +34,7 @@ INITSCRIPT_PARAMS = "defaults" | |||
34 | 34 | ||
35 | do_compile() { | 35 | do_compile() { |
36 | # apmd doesn't use whole autotools. Just libtool for installation | 36 | # apmd doesn't use whole autotools. Just libtool for installation |
37 | oe_runmake "LIBTOOL=${STAGING_BINDIR_CROSS}/${TARGET_PREFIX}libtool" apm apmd | 37 | oe_runmake "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" apm apmd |
38 | } | 38 | } |
39 | 39 | ||
40 | do_install() { | 40 | do_install() { |