Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. SUMMARY = "gphoto2 allows you to access digital cameras"
  2. SECTION = "libs"
  3. LICENSE = "LGPLv2.1"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
  5.  
  6. PR = "r5"
  7.  
  8. DEPENDS = "libtool libgphoto2 popt"
  9. SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.gz;name=gphoto2 \
  10. file://1000.configure.ac.patch \
  11. file://1001.m4m.gp-check-library.m4.patch \
  12. "
  13. #SRC_URI = "file://gphoto2-${PV}.tar.bz2;name=gphoto2"
  14.  
  15. inherit gettext autotools pkgconfig lib_package
  16.  
  17. SRC_URI[gphoto2.md5sum] = "785a5ae1004013a38bcb7e2663a3eda3"
  18. SRC_URI[gphoto2.sha256sum] = "86d0bdba3972f52e52905938e7f674d678e4ddd83454abc12851e8155097ba44"
  19.  
  20. EXTRA_OECONF = ""
  21.  
  22. PACKAGECONFIG ??= ""
  23.  
  24. do_configure_append() {
  25. autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths
  26. }
  27.  
  28. do_install_append() {
  29. install -d ${D}${base_bindir}
  30. }
  31.  
  32.  
  33. #do_install () {
  34. # autotools_do_install
  35. ## install -d ${D}${base_bindir}
  36. ## mv ${D}${bindir}/gphoto2 ${D}${base_bindir}/gphoto2
  37. ## rmdir ${D}${bindir}/
  38. #}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement