Advertisement
danielhilst

libfprint-crosscompile

Sep 15th, 2015
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. cd yocto/build/tmp
  2. . environment*.sh
  3. cd libfprint-VERSION
  4. libtoolize --automake
  5. aclocal -I ${OECORE_NATIVE_SYSROOT}/usr/share/aclocal
  6. autoconf
  7. autoheader
  8. automake -a
  9. ./configure ${CONFIGURE_FLAGS} --disable-udev-rules --enable-examples-build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement