[oe-commits] Koen Kooi : ptp-gadget: add ptp gadgetfs driver

git version control git at git.openembedded.org
Fri May 29 15:10:41 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cb00e67e5936cae54278f2923c2ef09227895306
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cb00e67e5936cae54278f2923c2ef09227895306

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri May 29 16:36:57 2009 +0200

ptp-gadget: add ptp gadgetfs driver

---

 recipes/gphoto2/ptp-gadget_git.bb |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/recipes/gphoto2/ptp-gadget_git.bb b/recipes/gphoto2/ptp-gadget_git.bb
new file mode 100644
index 0000000..edd08cd
--- /dev/null
+++ b/recipes/gphoto2/ptp-gadget_git.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "This is a device-side implementation of the PTP (Picture Transfer Protocol)"
+LICENSE = "GPLv3"
+
+DEPENDS = "virtual/kernel"
+RDEPENDS = "imagemagick"
+
+PV = "1.1"
+PR_append = "+gitr${SRCREV}"
+
+SRCREV = "ef7ef29b5cdcf8630c901362a66905b956242e0d"
+SRC_URI = "git://git.denx.de/ptp-gadget.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+do_compile () {
+	export CPPFLAGS="${CPPFLAGS} ${CFLAGS}"
+	sed -i -e 's:pthread:pthread ${LDFLAGS}:' Makefile
+	oe_runmake KERNEL_SRC=${STAGING_KERNEL_DIR} CROSS_COMPILE=${TARGET_PREFIX}
+}
+
+do_install () {
+	sed -i -e s:local/::g Makefile
+	# "/usr/bin" is hardcoded in the makefile
+	install -d ${D}/usr/bin
+	oe_runmake install DESTDIR="${D}"
+}
+
+#Need specific kernel headers
+PACKAGE_ARCH = "${MACHINE_ARCH}"





More information about the Openembedded-commits mailing list