All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][PATCH] libuvc: add recipe
@ 2020-09-30 23:20 zig
  2020-10-01  3:20 ` [oe] " Khem Raj
  2020-10-01 15:09 ` tom king
  0 siblings, 2 replies; 7+ messages in thread
From: zig @ 2020-09-30 23:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Zig Globulin

Signed-off-by: Zig Globulin <zig@zigsystem.com>
---
 meta-multimedia/recipes-multimedia/libuvc/libuvc.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-multimedia/recipes-multimedia/libuvc/libuvc.bb

diff --git a/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb b/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb
new file mode 100644
index 000000000..27cc17bc6
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb
@@ -0,0 +1,13 @@
+SUMMARY = "library for USB video devices built atop libusb"
+HOMEPAGE = "https://github.com/libuvc/libuvc.git"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2f1963e0bb88c93463af750daf9ba0c2"
+DEPENDS = "libusb jpeg"
+
+SRC_URI = "git://github.com/libuvc/libuvc.git"
+SRCREV = "ad6c72a4e390367f0d2be81aac00cfc0b6680d74"
+PV = "v0.0.6+git${SRCPV}"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
-- 
2.28.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-10-05  6:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30 23:20 [meta-gnome][PATCH] libuvc: add recipe zig
2020-10-01  3:20 ` [oe] " Khem Raj
2020-10-01 15:09 ` tom king
2020-10-01 15:12   ` Martin Jansa
2020-10-04  8:05     ` [meta-multimedia][PATCH] " Zig Globulin
2020-10-05  1:15       ` [oe] " Khem Raj
2020-10-05  6:21         ` Zig Globulin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.