* libgc: Drop, its bwdgc in OE-Core
@ 2014-07-17 13:35 Richard Purdie
2014-07-17 13:45 ` Martin Jansa
2014-07-17 14:06 ` [PATCH v2] libgc: Drop, its bdwgc " Richard Purdie
0 siblings, 2 replies; 3+ messages in thread
From: Richard Purdie @ 2014-07-17 13:35 UTC (permalink / raw)
To: openembedded-devel
There is not point in having two of this piece of software, I've merged
the missing PACKAGECONFIG into the OE-Core version, we can drop this one.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 82a7f13..0000000
--- a/meta-oe/recipes-support/libgc/libgc_7.2d.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-SUMMARY = "Garbage Collection Library"
-DESCRIPTION = "The GC library provides a garbage collector for C and C++."
-HOMEPAGE = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
-
-LICENSE = "GPLv2 & MIT"
-LIC_FILES_CHKSUM = "file://doc/README;beginline=1;endline=37;md5=9f4fd307082acf7a8af3e3897245163b \
- file://README.QUICK;beginline=1;endline=23;md5=293ea42f3f606426deefadd5dd8ddd15 \
-"
-
-SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "91340b28c61753a789eb6077675d87d2"
-SRC_URI[sha256sum] = "d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b511c5e"
-
-S = "${WORKDIR}/gc-7.2"
-
-inherit autotools pkgconfig
-
-# by default use external libatomic-ops
-PACKAGECONFIG ??= "libatomic-ops"
-PACKAGECONFIG[libatomic-ops] = "--with-libatomic-ops=yes,--with-libatomic-ops=no,libatomics-ops"
-
-PACKAGES =+ "${PN}-docs"
-FILES_${PN}-docs = "/usr/share/gc"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: libgc: Drop, its bwdgc in OE-Core
2014-07-17 13:35 libgc: Drop, its bwdgc in OE-Core Richard Purdie
@ 2014-07-17 13:45 ` Martin Jansa
2014-07-17 14:06 ` [PATCH v2] libgc: Drop, its bdwgc " Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2014-07-17 13:45 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2025 bytes --]
On Thu, Jul 17, 2014 at 02:35:43PM +0100, Richard Purdie wrote:
> There is not point in having two of this piece of software, I've merged
> the missing PACKAGECONFIG into the OE-Core version, we can drop this one.
You probably meant bdwgc in the subject
bdwgc doesn't provide libgc, so you should update
meta-oe/recipes-support/zile/zile_2.4.9.bb:DEPENDS = "ncurses libgc"
in the same commit
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>
> 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 82a7f13..0000000
> --- a/meta-oe/recipes-support/libgc/libgc_7.2d.bb
> +++ /dev/null
> @@ -1,24 +0,0 @@
> -SUMMARY = "Garbage Collection Library"
> -DESCRIPTION = "The GC library provides a garbage collector for C and C++."
> -HOMEPAGE = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
> -
> -LICENSE = "GPLv2 & MIT"
> -LIC_FILES_CHKSUM = "file://doc/README;beginline=1;endline=37;md5=9f4fd307082acf7a8af3e3897245163b \
> - file://README.QUICK;beginline=1;endline=23;md5=293ea42f3f606426deefadd5dd8ddd15 \
> -"
> -
> -SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${PV}.tar.gz"
> -
> -SRC_URI[md5sum] = "91340b28c61753a789eb6077675d87d2"
> -SRC_URI[sha256sum] = "d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b511c5e"
> -
> -S = "${WORKDIR}/gc-7.2"
> -
> -inherit autotools pkgconfig
> -
> -# by default use external libatomic-ops
> -PACKAGECONFIG ??= "libatomic-ops"
> -PACKAGECONFIG[libatomic-ops] = "--with-libatomic-ops=yes,--with-libatomic-ops=no,libatomics-ops"
> -
> -PACKAGES =+ "${PN}-docs"
> -FILES_${PN}-docs = "/usr/share/gc"
>
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v2] libgc: Drop, its bdwgc in OE-Core
2014-07-17 13:35 libgc: Drop, its bwdgc in OE-Core Richard Purdie
2014-07-17 13:45 ` Martin Jansa
@ 2014-07-17 14:06 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2014-07-17 14:06 UTC (permalink / raw)
To: openembedded-devel
There is not point in having two of this piece of software, I've merged
the missing PACKAGECONFIG into the OE-Core version, we can drop this one.
Update zile's DEPENDS to match (its only user in meta-oe).
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 82a7f13..0000000
--- a/meta-oe/recipes-support/libgc/libgc_7.2d.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-SUMMARY = "Garbage Collection Library"
-DESCRIPTION = "The GC library provides a garbage collector for C and C++."
-HOMEPAGE = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
-
-LICENSE = "GPLv2 & MIT"
-LIC_FILES_CHKSUM = "file://doc/README;beginline=1;endline=37;md5=9f4fd307082acf7a8af3e3897245163b \
- file://README.QUICK;beginline=1;endline=23;md5=293ea42f3f606426deefadd5dd8ddd15 \
-"
-
-SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "91340b28c61753a789eb6077675d87d2"
-SRC_URI[sha256sum] = "d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b511c5e"
-
-S = "${WORKDIR}/gc-7.2"
-
-inherit autotools pkgconfig
-
-# by default use external libatomic-ops
-PACKAGECONFIG ??= "libatomic-ops"
-PACKAGECONFIG[libatomic-ops] = "--with-libatomic-ops=yes,--with-libatomic-ops=no,libatomics-ops"
-
-PACKAGES =+ "${PN}-docs"
-FILES_${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 dea9f6c..2551a80 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 @@
SUMMARY = "Zile is lossy Emacs"
HOMEPAGE = "http://zile.sourceforge.net/"
-DEPENDS = "ncurses libgc"
+DEPENDS = "ncurses bdwgc"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-17 14:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-17 13:35 libgc: Drop, its bwdgc in OE-Core Richard Purdie
2014-07-17 13:45 ` Martin Jansa
2014-07-17 14:06 ` [PATCH v2] libgc: Drop, its bdwgc " Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.