Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. DESCRIPTION = "Unix ODBC"
  2. PACKAGER = "Avaya"
  3. SECTION = "Misc"
  4. LICENSE = "CLOSED"
  5. LICENSE_FLAGS = "commercial"
  6.  
  7.  
  8. #SRC_URI = "file:///home/andrei/Downloads/unixODBC-2.3.2.tar.gz"
  9. SRC_URI = "ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.2.tar.gz"
  10. SRC_URI[md5sum] = "5e4528851eda5d3d4aed249b669bd05b"
  11. SRC_URI[sha256sum] = "9c3459742f25df5aa3c10a61429bde51a6d4f11552c03095f1d33d7eb02b5c9a"
  12.  
  13. inherit autotools-brokensep
  14.  
  15. S = "${WORKDIR}/unixODBC-2.3.2"
  16.  
  17. ALLOW_EMPTY_${PN} = "1"
  18.  
  19. export host_alias = "powerpc"
  20.  
  21. do_configure() {
  22. autoreconf --force --install
  23. ./configure
  24. }
  25.  
  26. do_install () {
  27. oe_runmake install DESTDIR=${D} SBINDIR=${sbindir} MANDIR=${mandir} \
  28. INCLUDEDIR=${includedir}
  29. }
  30.  
  31.  
  32. PACKAGES += "${PN}-unixodbc"
  33. FILES_${PN}-unixodbc += "/local"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement