Thanks for submitting the patch please add it to relevant packagegroup as well in packagegroup-meta-gnome.bb On Wed, Sep 30, 2020 at 4:20 PM Zig Globulin wrote: > Signed-off-by: Zig Globulin > > --- > > 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" It would be better to state which variant of 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}" It’s perhaps better to call the recipe libuvc_0.0.6.bb and remove setting PV here provided you are building at the same commit as 0.0.6 > > + > > +S = "${WORKDIR}/git" > > + > > +inherit cmake > > -- > > 2.28.0 > > > > > > > > > > > >