summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libgc/libgc_7.2d.bb24
-rw-r--r--meta-oe/recipes-support/zile/zile_2.4.9.bb2
2 files changed, 1 insertions, 25 deletions
diff --git a/meta-oe/recipes-support/libgc/libgc_7.2d.bb b/meta-oe/recipes-support/libgc/libgc_7.2d.bb
deleted file mode 100644
index 82a7f138a..000000000
--- a/meta-oe/recipes-support/libgc/libgc_7.2d.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1SUMMARY = "Garbage Collection Library"
2DESCRIPTION = "The GC library provides a garbage collector for C and C++."
3HOMEPAGE = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
4
5LICENSE = "GPLv2 & MIT"
6LIC_FILES_CHKSUM = "file://doc/README;beginline=1;endline=37;md5=9f4fd307082acf7a8af3e3897245163b \
7 file://README.QUICK;beginline=1;endline=23;md5=293ea42f3f606426deefadd5dd8ddd15 \
8"
9
10SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "91340b28c61753a789eb6077675d87d2"
13SRC_URI[sha256sum] = "d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b511c5e"
14
15S = "${WORKDIR}/gc-7.2"
16
17inherit autotools pkgconfig
18
19# by default use external libatomic-ops
20PACKAGECONFIG ??= "libatomic-ops"
21PACKAGECONFIG[libatomic-ops] = "--with-libatomic-ops=yes,--with-libatomic-ops=no,libatomics-ops"
22
23PACKAGES =+ "${PN}-docs"
24FILES_${PN}-docs = "/usr/share/gc"
diff --git a/meta-oe/recipes-support/zile/zile_2.4.9.bb b/meta-oe/recipes-support/zile/zile_2.4.9.bb
index dea9f6c73..2551a80e9 100644
--- a/meta-oe/recipes-support/zile/zile_2.4.9.bb
+++ b/meta-oe/recipes-support/zile/zile_2.4.9.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Zile is lossy Emacs" 1SUMMARY = "Zile is lossy Emacs"
2HOMEPAGE = "http://zile.sourceforge.net/" 2HOMEPAGE = "http://zile.sourceforge.net/"
3DEPENDS = "ncurses libgc" 3DEPENDS = "ncurses bdwgc"
4 4
5LICENSE = "GPLv3" 5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"