mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
11 lines
273 B
BlitzBasic
11 lines
273 B
BlitzBasic
DESCRIPTION = "Epeg is a small library for handling thumbnails."
|
|
LICENSE = "MIT"
|
|
DEPENDS = "jpeg"
|
|
PV = "0.9.0+svnr${SRCPV}"
|
|
PR = "r2"
|
|
SRCREV = "${EFL_SRCREV_1.0.0}"
|
|
|
|
inherit efl
|
|
SRC_URI = "${E_SVN}/OLD;module=${SRCNAME};proto=http;scmdata=keep"
|
|
S = "${WORKDIR}/${SRCNAME}"
|