mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 04:31:56 +02:00
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
10 lines
260 B
BlitzBasic
10 lines
260 B
BlitzBasic
DESCRIPTION = "Epeg is a small library for handling thumbnails."
|
|
LICENSE = "MIT"
|
|
DEPENDS = "jpeg"
|
|
PV = "0.9.0+svnr${SRCPV}"
|
|
SRCREV = "${EFL_SRCREV}"
|
|
|
|
inherit efl
|
|
SRC_URI = "${E_SVN}/OLD;module=${SRCNAME};protocol=http;scmdata=keep"
|
|
S = "${WORKDIR}/${SRCNAME}"
|