diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-01 00:08:07 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:25 +0200 |
| commit | 0ff1082e2e4b579abe527c0c9e0c51a38616f0e2 (patch) | |
| tree | 9a0f7593289dbbd75b900464395fd57c775f9f5c /meta-efl/recipes-efl/efl/emotion.inc | |
| parent | dd708272e92d7f069c35e52145e2e489d5230c76 (diff) | |
| download | meta-openembedded-0ff1082e2e4b579abe527c0c9e0c51a38616f0e2.tar.gz | |
efl: drop .inc and _svn.bb files for libs included in efl.git
* in preparation for merged source dir in efl.git I don't plan to support newer SRCREVs from subversion
* drop INC_PR and fold lib.inc into the recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/emotion.inc')
| -rw-r--r-- | meta-efl/recipes-efl/efl/emotion.inc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-efl/recipes-efl/efl/emotion.inc b/meta-efl/recipes-efl/efl/emotion.inc deleted file mode 100644 index a4ef02d166..0000000000 --- a/meta-efl/recipes-efl/efl/emotion.inc +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | DESCRIPTION = "The Enlightenment multimedia library" | ||
| 2 | LICENSE = "MIT BSD" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=69f44058245ce5c596d56bb622d5dabd" | ||
| 4 | # we no longer build the libxine backend, since the gstreamer backend seems more promising | ||
| 5 | DEPENDS = "eet eeze evas ecore edje gstreamer gst-plugins-base eio" | ||
| 6 | |||
| 7 | INC_PR = "r2" | ||
| 8 | |||
| 9 | inherit efl | ||
| 10 | |||
| 11 | EXTRA_OECONF = "--disable-xine --disable-generic-vlc --enable-gstreamer --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" | ||
| 12 | |||
| 13 | PACKAGES =+ "emotion-backend-gstreamer" | ||
| 14 | FILES_emotion-backend-gstreamer = "${libdir}/emotion/*.so" | ||
| 15 | RRECOMMENDS_${PN} = "emotion-backend-gstreamer" | ||
| 16 | # upgrade path from libemotion0 to libemotion1 | ||
| 17 | RREPLACES_${PN} = "libemotion0" | ||
