gphoto2: update to 2.4.2 and fix libtool 2.x issues
authorKoen Kooi <koen@openembedded.org>
Mon, 1 Sep 2008 15:40:55 +0000 (15:40 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 1 Sep 2008 15:40:55 +0000 (15:40 +0000)
packages/gphoto2/gphoto2_2.4.0.bb
packages/gphoto2/gphoto2_2.4.2.bb [new file with mode: 0644]
packages/gphoto2/libgphoto2_2.1.4.bb [moved from packages/libgphoto2/libgphoto2_2.1.4.bb with 100% similarity]
packages/gphoto2/libgphoto2_2.1.5.bb [moved from packages/libgphoto2/libgphoto2_2.1.5.bb with 100% similarity]
packages/gphoto2/libgphoto2_2.1.6.bb [moved from packages/libgphoto2/libgphoto2_2.1.6.bb with 100% similarity]
packages/gphoto2/libgphoto2_2.4.2.bb [new file with mode: 0644]

index 6bc1a42..996edb2 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras"
 SECTION = "console/utils"
 LICENSE = "GPL"
-DEPENDS = "libgphoto2 popt"
+DEPENDS = "libtool libgphoto2 popt"
 PR = "r0"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2"
diff --git a/packages/gphoto2/gphoto2_2.4.2.bb b/packages/gphoto2/gphoto2_2.4.2.bb
new file mode 100644 (file)
index 0000000..996edb2
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras"
+SECTION = "console/utils"
+LICENSE = "GPL"
+DEPENDS = "libtool libgphoto2 popt"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2"
+
+inherit autotools
+
+do_configure_append() {
+        find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
+}
+
diff --git a/packages/gphoto2/libgphoto2_2.4.2.bb b/packages/gphoto2/libgphoto2_2.4.2.bb
new file mode 100644 (file)
index 0000000..991f3ec
--- /dev/null
@@ -0,0 +1,31 @@
+DESCRIPTION = "libgphoto2 allows you to access digital cameras"
+
+SECTION = "libs"
+LICENSE = "GPL"
+DEPENDS = "libtool jpeg libusb libexif"
+
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/libgphoto2-${PV}.tar.bz2"
+
+inherit autotools pkgconfig lib_package
+
+OE_LT_RPATH_ALLOW=":${libdir}:"
+OE_LT_RPATH_ALLOW[export]="1"
+
+EXTRA_OECONF = " --with-drivers=all ac_cv_lib_ltdl_lt_dlcaller_register=yes"
+
+PACKAGES =+ "libgphotoport libgphoto2-camlibs"
+FILES_libgphoto2-camlibs = "${libdir}/libgphoto2*/*/*.so*"
+RDEPENDS_${PN} = "libgphoto2-camlibs"
+
+FILES_libgphotoport = "${libdir}/libgphoto2_port.so.*" 
+
+FILES_${PN} += "${libdir}/udev/*"
+FILES_${PN}-dbg += "${libdir}/*/*/.debug"
+
+do_stage() {
+        autotools_stage_all
+}
+
+