[oe-commits] Koen Kooi : libusbg: add 0.1.0

git at git.openembedded.org git at git.openembedded.org
Sat Feb 1 07:50:11 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 24b824d720b32c05c6c054899e8b4a7896595626
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=24b824d720b32c05c6c054899e8b4a7896595626

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Thu Jan 23 16:32:28 2014 +0100

libusbg: add 0.1.0

This needs a 3.11.x kernel or newer for the configfs stuff.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/libusbg/libusbg_git.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/meta-oe/recipes-support/libusbg/libusbg_git.bb b/meta-oe/recipes-support/libusbg/libusbg_git.bb
new file mode 100644
index 0000000..ed5ac65
--- /dev/null
+++ b/meta-oe/recipes-support/libusbg/libusbg_git.bb
@@ -0,0 +1,14 @@
+SUMMARY = "USB Gadget Configfs Library"
+
+LICENSE = "GPLv2 & LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+                    file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c"
+
+inherit autotools
+
+PV = "0.1.0"
+SRCREV = "7e2b04363f319e8936a606bdb122dbde249a2f58"
+SRC_URI = "git://github.com/libusbg/libusbg.git"
+
+S = "${WORKDIR}/git"
+



More information about the Openembedded-commits mailing list