aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libart-lgpl/libart-lgpl_2.3.21.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2017-09-05 17:41:23 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-09-13 11:11:07 +0200
commitdb71ecf05a4f8502040dfded004180d89c4c94f5 (patch)
tree14385ce066f98027216e22ba56a784ee20044fae /meta-gnome/recipes-gnome/libart-lgpl/libart-lgpl_2.3.21.bb
parent25c94d71f581813b1f1cf7a9305dd61b28d69e21 (diff)
downloadmeta-openembedded-contrib-db71ecf05a4f8502040dfded004180d89c4c94f5.tar.gz
libart-lgpg: Obsolete, replaced by version in oe-core
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libart-lgpl/libart-lgpl_2.3.21.bb')
-rw-r--r--meta-gnome/recipes-gnome/libart-lgpl/libart-lgpl_2.3.21.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-gnome/recipes-gnome/libart-lgpl/libart-lgpl_2.3.21.bb b/meta-gnome/recipes-gnome/libart-lgpl/libart-lgpl_2.3.21.bb
deleted file mode 100644
index 7b295063bc..0000000000
--- a/meta-gnome/recipes-gnome/libart-lgpl/libart-lgpl_2.3.21.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-SUMMARY = "Library of functions for 2D graphics"
-SECTION = "x11/gnome"
-LICENSE = "LGPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
-PR = "r2"
-
-ART_CONFIG = "${HOST_ARCH}/art_config.h"
-
-# can't use gnome.oeclass due to _ in filename
-SRC_URI = "${GNOME_MIRROR}/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \
- file://${ART_CONFIG} \
- file://Makefile.am.patch"
-
-SRC_URI[md5sum] = "08559ff3c67fd95d57b0c5e91a6b4302"
-SRC_URI[sha256sum] = "fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa"
-
-inherit autotools pkgconfig
-
-DEPENDS = ""
-
-FILES_${PN} = "${libdir}/*.so.*"
-FILES_${PN}-dev += "${bindir}/libart2-config"
-
-S = "${WORKDIR}/libart_lgpl-${PV}"
-
-do_configure_prepend() {
- cp ${WORKDIR}/${ART_CONFIG} ${S}/art_config.h
-}