mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 21:38:19 +00:00
* announcement: http://sourceforge.net/mailarchive/message.php?msg_id=32024303 * emotion-generic-players and evas-generic-loaders LIC_FILES_CHKSUM change is just copyright update < Copyright (C) 2011-2011 Carsten Haitzler and various contributors (see AUTHORS) --- > Copyright (C) 2011-2014 Carsten Haitzler and various contributors (see AUTHORS) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
410 B
PHP
15 lines
410 B
PHP
DESCRIPTION = "Emotion generic players"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a0f11eedf8706bf6d4d6639fb67eb8ae"
|
|
|
|
DEPENDS = "emotion"
|
|
|
|
inherit efl
|
|
|
|
SRCNAME = "emotion_generic_players"
|
|
|
|
# creates empty packages until you get vlc-2 and enable it here
|
|
PACKAGECONFIG ?= ""
|
|
# needs eina and ecore from efl and vlc-2 (currently we have 1.11)
|
|
PACKAGECONFIG[vlc] = "--with-vlc,--without-vlc,vlc efl"
|