mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
aa4f437796
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}"
|