Advertisement
Guest User

Untitled

a guest
Apr 15th, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. SUMMARY = "Hadoop filesystem and utilities (only libhadoop supported currently)"
  2. HOMEPAGE = "https://hadoop.apache.org/docs/r1.2.1/native_libraries.html"
  3.  
  4. LICENSE = "Apache-2.0"
  5. LIC_FILES_CHKSUM = "file://${WORKDIR}/hadoop-${PV}/LICENSE.txt;md5=682d7d787bcdc128a1e53b7dad4a03b4"
  6.  
  7. SRC_URI = "http://www.gtlib.gatech.edu/pub/apache/hadoop/common/hadoop-1.2.1/hadoop-1.2.1-bin.tar.gz"
  8. SRC_URI[md5sum] = "d9d9e9a5343cb741d78a3d4c22d0bb0f"
  9. SRC_URI[sha256sum] = "39b8c56dcdf88efb46486e0a1cb47426d5684d5c31e55949a8495d3e191fb2dc"
  10.  
  11. RDEPENDS_${PN} = "java2-runtime"
  12.  
  13. do_install() {
  14. install -d -m 0755 ${D}${libdir}
  15. cp -a ${WORKDIR}/${PN}-${PV}/lib/native/Linux-amd64-64/libhadoop.so* ${D}${libdir}
  16. }
  17.  
  18. FILES_${PN} += "${libdir}libhadoop.*"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement