aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/imlib/imlib_1.9.15.bb
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-09-23 21:24:40 +0000
committerKhem Raj <raj.khem@gmail.com>2010-09-30 13:17:01 -0700
commitb98c234bf7907ff4e956f131023437d01e57c910 (patch)
treeec8bd79e39ca03001056ae020b9e2128381cd672 /recipes/imlib/imlib_1.9.15.bb
parent9730a28e669931fee601756e949bb210999b4b81 (diff)
downloadopenembedded-b98c234bf7907ff4e956f131023437d01e57c910.tar.gz
imlib_1.9.15, qiv_1.9: move to obsolete.
Motivation for removal: ERROR: QA Issue with staging: imlib.pc failed sanity test (tmpdir) in path /mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib/pkgconfig This 3 year old qiv recipe is the only in tree user of imlib1. Newer versions of qiv which use imlib2 are available from http://spiegl.de/qiv/ Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/imlib/imlib_1.9.15.bb')
-rw-r--r--recipes/imlib/imlib_1.9.15.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes/imlib/imlib_1.9.15.bb b/recipes/imlib/imlib_1.9.15.bb
deleted file mode 100644
index ee624d0ed9..0000000000
--- a/recipes/imlib/imlib_1.9.15.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "Image loading library"
-LICENSE = "GPLv2"
-DEPENDS = "gtk+-1.2 jpeg tiff libpng libungif"
-
-inherit gnome binconfig
-
-SRC_URI += "file://configure.patch"
-
-EXTRA_OECONF = " --enable-modules \
- --disable-gtktest \
- ac_cv_dynworks=true \
- "
-
-do_stage() {
- install -m 644 Imlib/*.h ${STAGING_INCDIR}
- install -m 644 gdk_imlib/*.h ${STAGING_INCDIR}
- oe_libinstall -a -so -C Imlib libImlib ${STAGING_LIBDIR}
- oe_libinstall -a -so -C gdk_imlib libgdk_imlib ${STAGING_LIBDIR}
-}
-
-
-SRC_URI[archive.md5sum] = "7db987e6c52e4daf70d7d0f471238eae"
-SRC_URI[archive.sha256sum] = "4e6a270308a9ae16586bfc133c1a3dfb2e56f431edb66aaa3a80e36e5ed84ce0"