From eb8dc40360f0cfef56fb6947cc817a547d6d9bc6 Mon Sep 17 00:00:00 2001 From: Dave Cobbley Date: Tue, 14 Aug 2018 10:05:37 -0700 Subject: [Subtree] Removing import-layers directory As part of the move to subtrees, need to bring all the import layers content to the top level. Change-Id: I4a163d10898cbc6e11c27f776f60e1a470049d8f Signed-off-by: Dave Cobbley Signed-off-by: Brad Bishop --- meta-openembedded/meta-oe/recipes-support/epeg/epeg_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-openembedded/meta-oe/recipes-support/epeg/epeg_git.bb (limited to 'meta-openembedded/meta-oe/recipes-support/epeg') diff --git a/meta-openembedded/meta-oe/recipes-support/epeg/epeg_git.bb b/meta-openembedded/meta-oe/recipes-support/epeg/epeg_git.bb new file mode 100644 index 000000000..6b23bbf78 --- /dev/null +++ b/meta-openembedded/meta-oe/recipes-support/epeg/epeg_git.bb @@ -0,0 +1,13 @@ +SUMMARY = "Epeg is a small library for handling thumbnails" +DESCRIPTION = "Insanely fast JPEG/ JPG thumbnail scaling with the minimum fuss and CPU overhead. It makes use of libjpeg features of being able to load an image by only decoding the DCT coefficients needed to reconstruct an image of the size desired." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=e7732a9290ea1e4b034fdc15cf49968d \ + file://COPYING-PLAIN;md5=f59cacc08235a546b0c34a5422133035" +DEPENDS = "jpeg libexif" + +SRC_URI = "git://github.com/mattes/epeg.git" +SRCREV = "337f55346425fbf2d283e794b702318ef2a74bcb" +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + -- cgit v1.2.3