Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: "Zig Globulin" <zig@zigsystem.com>
To: openembedded-devel@lists.openembedded.org
Cc: Zig Globulin <zig@zigsystem.com>
Subject: [meta-multimedia][PATCH] libuvc: add recipe
Date: Mon,  5 Oct 2020 08:21:12 +0200	[thread overview]
Message-ID: <20201005062112.1182978-1-zig@zigsystem.com> (raw)
In-Reply-To: <CAMKF1sqMTk3v-4oH0aMwcPkdW1aXLu4v2G8vwuFrJ6C-oq8wHg@mail.gmail.com>

Signed-off-by: Zig Globulin <zig@zigsystem.com>
---
 .../recipes-multimedia/libuvc/libuvc.bb            | 14 ++++++++++++++
 .../packagegroups/packagegroup-meta-multimedia.bb  |  1 +
 2 files changed, 15 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..4d301fb2f
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb
@@ -0,0 +1,14 @@
+SUMMARY = "library for USB video devices built atop libusb"
+HOMEPAGE = "https://github.com/libuvc/libuvc.git"
+SECTION = "libs"
+LICENSE = "BSD-3-Clause"
+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
diff --git a/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb b/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb
index 2bf8877bb..d174f3079 100644
--- a/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb
+++ b/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb
@@ -60,6 +60,7 @@ RDEPENDS_packagegroup-meta-multimedia = "\
     vorbis-tools \
     libdvbcsa \
     libopenmpt \
+    libuvc \
     mimic \
     ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "minidlna", "", d)} \
     mycroft \
-- 
2.28.0



      reply	other threads:[~2020-10-05  6:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201005062112.1182978-1-zig@zigsystem.com \
    --to=zig@zigsystem.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox