mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
1659d38199
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. I tried backporting Richard's master change but there where many merge conflicts. I went the lazy route and ran the script. This is work based on "b402a3076 recipes: Update SRC_URI branch and protocols" Signed-off-by: Armin Kuster <akuster808@gmail.com>
14 lines
684 B
BlitzBasic
14 lines
684 B
BlitzBasic
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;branch=master;protocol=https"
|
|
SRCREV = "9a175cd67eaa61fe45413d8da82da72936567047"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|