Advertisement
Guest User

Untitled

a guest
May 6th, 2010
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.67 KB | None | 0 0
  1. diff --git a/recipes/libtool/libtool-native_2.2.6b.bb b/recipes/libtool/libtool-native_2.2.6b.bb
  2. index ed79a71..af7bbc9 100644
  3. --- a/recipes/libtool/libtool-native_2.2.6b.bb
  4. +++ b/recipes/libtool/libtool-native_2.2.6b.bb
  5. @@ -21,6 +21,7 @@ do_install () {
  6.         oe_libinstall -a -so -C libltdl libltdl ${D}${libdir}
  7.         install -m 0644 libltdl/ltdl.h ${D}${includedir}/
  8.         install -d ${D}${includedir}/libltdl/
  9. +       install -d ${D}${bindir}
  10.         install -m 0644 libltdl/libltdl/*.h ${D}${includedir}/libltdl/
  11.         install -d ${D}${datadir}/libtool/config/ ${D}${datadir}/aclocal/
  12.         install -c ${S}/libltdl/config/config.guess ${D}${datadir}/libtool/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement