diff options
Diffstat (limited to 'meta/recipes-devtools/libtool')
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb b/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb index 0204d347ba..b268310468 100644 --- a/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb +++ b/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb | |||
@@ -35,11 +35,6 @@ do_install () { | |||
35 | install -c -m 0644 ${S}/m4/*.m4 ${D}${target_datadir}/aclocal/ | 35 | install -c -m 0644 ${S}/m4/*.m4 ${D}${target_datadir}/aclocal/ |
36 | } | 36 | } |
37 | 37 | ||
38 | SYSROOT_PREPROCESS_FUNCS += "libtoolcross_sysroot_preprocess" | 38 | SYSROOT_DIRS += "${bindir_crossscripts} ${target_datadir}" |
39 | |||
40 | libtoolcross_sysroot_preprocess () { | ||
41 | sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts} | ||
42 | sysroot_stage_dir ${D}${target_datadir} ${SYSROOT_DESTDIR}${target_datadir} | ||
43 | } | ||
44 | 39 | ||
45 | SSTATE_SCAN_FILES += "libtoolize *-libtool" | 40 | SSTATE_SCAN_FILES += "libtoolize *-libtool" |