diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-21 09:24:05 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-31 10:18:33 +0200 |
| commit | 52fd2575798d9f8b24ca8b7182b09b1cc698a203 (patch) | |
| tree | 8a5a9bd95534e3a89c442e4b93dc3b42c9f3b57b /meta-efl/recipes-efl/efl | |
| parent | 6e7c9636d276ac02f64aa48fb4fb36f9ee8f3076 (diff) | |
| download | meta-openembedded-52fd2575798d9f8b24ca8b7182b09b1cc698a203.tar.gz | |
meta-efl: remove this now pretty empty layer
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl')
| -rw-r--r-- | meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb | 18 | ||||
| -rw-r--r-- | meta-efl/recipes-efl/efl/edb_svn.bb | 16 | ||||
| -rw-r--r-- | meta-efl/recipes-efl/efl/imlib2_git.bb | 45 |
3 files changed, 0 insertions, 79 deletions
diff --git a/meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb b/meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb deleted file mode 100644 index 657adcd92c..0000000000 --- a/meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | SUMMARY = "Polish dictionary for Illume keyboard" | ||
| 2 | SECTION = "x11/data" | ||
| 3 | SRCREV = "38fdd9bb0d8296e984bb6443466801eea6f62f00" | ||
| 4 | PV = "1.0+gitr${SRCPV}" | ||
| 5 | PE = "1" | ||
| 6 | LICENSE = "MIT & BSD" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2" | ||
| 8 | |||
| 9 | SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git/e-wm/${PN}" | ||
| 12 | |||
| 13 | FILES_${PN} = "${libdir}/enlightenment/modules/illume/dicts/Polish.dic" | ||
| 14 | |||
| 15 | do_install() { | ||
| 16 | install -d ${D}${libdir}/enlightenment/modules/illume/dicts | ||
| 17 | install -m 0644 ${S}/Polish.dic ${D}${libdir}/enlightenment/modules/illume/dicts/Polish.dic | ||
| 18 | } | ||
diff --git a/meta-efl/recipes-efl/efl/edb_svn.bb b/meta-efl/recipes-efl/efl/edb_svn.bb deleted file mode 100644 index 7c6abdaf04..0000000000 --- a/meta-efl/recipes-efl/efl/edb_svn.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | SUMMARY = "Edb is the Enlightenment database library" | ||
| 2 | LICENSE = "MIT & BSD" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8a7c08df3bc3280208b959be7215c25 \ | ||
| 4 | file://COPYING-PLAIN;md5=f59cacc08235a546b0c34a5422133035" | ||
| 5 | |||
| 6 | DEPENDS = "zlib" | ||
| 7 | PV = "1.0.5.050+svnr${SRCPV}" | ||
| 8 | SRCREV = "${EFL_SRCREV}" | ||
| 9 | |||
| 10 | inherit efl | ||
| 11 | |||
| 12 | PACKAGECONFIG ??= "" | ||
| 13 | PACKAGECONFIG[ncurses] = "--enable-ncurses,--disable-ncurses,ncurses" | ||
| 14 | |||
| 15 | SRC_URI = "${E_SVN}/OLD;module=${SRCNAME};protocol=http;scmdata=keep" | ||
| 16 | S = "${WORKDIR}/${SRCNAME}" | ||
diff --git a/meta-efl/recipes-efl/efl/imlib2_git.bb b/meta-efl/recipes-efl/efl/imlib2_git.bb deleted file mode 100644 index 355b3341f6..0000000000 --- a/meta-efl/recipes-efl/efl/imlib2_git.bb +++ /dev/null | |||
| @@ -1,45 +0,0 @@ | |||
| 1 | SUMMARY = "A graphic library for file loading, saving, rendering, and manipulation" | ||
| 2 | LICENSE = "MIT & BSD" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | ||
| 4 | |||
| 5 | DEPENDS = "freetype libpng jpeg virtual/libx11 libxext" | ||
| 6 | PROVIDES = "virtual/imlib2" | ||
| 7 | PV = "1.4.6+gitr${SRCPV}" | ||
| 8 | SRCREV = "560a58e61778d84953944f744a025af6ce986334" | ||
| 9 | |||
| 10 | inherit efl binconfig | ||
| 11 | SRC_URI = "git://git.enlightenment.org/legacy/${BPN}.git" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | # autotools-brokensep | ||
| 15 | B = "${S}" | ||
| 16 | |||
| 17 | PACKAGECONFIG ??= "" | ||
| 18 | PACKAGECONFIG[gif] = "--with-gif,--without-gif,giflib" | ||
| 19 | PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff" | ||
| 20 | PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" | ||
| 21 | PACKAGECONFIG[id3] = "--with-id3,--without-id3,libid3tag" | ||
| 22 | |||
| 23 | EXTRA_OECONF = "--with-x \ | ||
| 24 | --x-includes=${STAGING_INCDIR} \ | ||
| 25 | --x-libraries=${STAGING_LIBDIR} " | ||
| 26 | |||
| 27 | # TODO: Use more fine granular version | ||
| 28 | #OE_LT_RPATH_ALLOW=":${libdir}/imlib2/loaders:${libdir}/imlib2/filters:" | ||
| 29 | OE_LT_RPATH_ALLOW = "any" | ||
| 30 | OE_LT_RPATH_ALLOW[export]="1" | ||
| 31 | |||
| 32 | PACKAGES =+ "imlib2-loaders-dbg imlib2-filters-dbg imlib2-loaders imlib2-filters" | ||
| 33 | FILES_${PN} = "${libdir}/lib*.so.* ${libdir}/imlib2/*/*.so" | ||
| 34 | FILES_${PN}-dbg = "${libdir}/.debug/ ${bindir}/.debug/ ${prefix}/src/debug/" | ||
| 35 | FILES_${PN}-dev += "${bindir}/imlib2-config ${libdir}/*.so ${includedir}" | ||
| 36 | FILES_${PN}-bin = "${bindir}" | ||
| 37 | FILES_imlib2-loaders = "${libdir}/imlib2/loaders/*.so" | ||
| 38 | FILES_imlib2-filters = "${libdir}/imlib2/filters/*.so" | ||
| 39 | FILES_imlib2-loaders-dbg += "${libdir}/imlib2/loaders/.debug" | ||
| 40 | FILES_imlib2-filters-dbg += "${libdir}/imlib2/filters/.debug" | ||
| 41 | |||
| 42 | # png.so jpeg.so id3.so are also provided by lightmediascanner | ||
| 43 | PRIVATE_LIBS_imlib2-loaders = "pnm.so lbm.so argb.so tiff.so zlib.so bmp.so tga.so gif.so xpm.so bz2.so" | ||
| 44 | |||
| 45 | PRIVATE_LIBS_imlib2-filters = "bumpmap.so colormod.so testfilter.so" | ||
