* [meta-python][PATCH] python-dateutil: mark as having broken "make clean"
@ 2016-01-18 11:30 Bob Ham
2016-02-01 15:15 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Bob Ham @ 2016-01-18 11:30 UTC (permalink / raw)
To: openembedded-devel
Set CLEANBROKEN as the Makefile has no "clean" target.
Signed-off-by: Bob Ham <bob.ham@collabora.com>
---
meta-python/recipes-devtools/python/python-dateutil_1.5.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python-dateutil_1.5.bb b/meta-python/recipes-devtools/python/python-dateutil_1.5.bb
index 37f19a8..61d992d 100644
--- a/meta-python/recipes-devtools/python/python-dateutil_1.5.bb
+++ b/meta-python/recipes-devtools/python/python-dateutil_1.5.bb
@@ -8,6 +8,8 @@ SRCNAME = "${BPN}"
SRC_URI = "http://labix.org/download/python-dateutil/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
+CLEANBROKEN = "1"
+
inherit setuptools
PACKAGES =+ "${PN}-zoneinfo"
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-python][PATCH] python-dateutil: mark as having broken "make clean"
2016-01-18 11:30 [meta-python][PATCH] python-dateutil: mark as having broken "make clean" Bob Ham
@ 2016-02-01 15:15 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2016-02-01 15:15 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1223 bytes --]
On Mon, Jan 18, 2016 at 11:30:51AM +0000, Bob Ham wrote:
> Set CLEANBROKEN as the Makefile has no "clean" target.
>
> Signed-off-by: Bob Ham <bob.ham@collabora.com>
Please check if it's still needed for python-dateutil_2.4.2.bb currently
in master.
> ---
> meta-python/recipes-devtools/python/python-dateutil_1.5.bb | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/meta-python/recipes-devtools/python/python-dateutil_1.5.bb b/meta-python/recipes-devtools/python/python-dateutil_1.5.bb
> index 37f19a8..61d992d 100644
> --- a/meta-python/recipes-devtools/python/python-dateutil_1.5.bb
> +++ b/meta-python/recipes-devtools/python/python-dateutil_1.5.bb
> @@ -8,6 +8,8 @@ SRCNAME = "${BPN}"
> SRC_URI = "http://labix.org/download/python-dateutil/${SRCNAME}-${PV}.tar.gz"
> S = "${WORKDIR}/${SRCNAME}-${PV}"
>
> +CLEANBROKEN = "1"
> +
> inherit setuptools
>
> PACKAGES =+ "${PN}-zoneinfo"
> --
> 2.1.4
>
> --
> _______________________________________________
> 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] 2+ messages in thread
end of thread, other threads:[~2016-02-01 15:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-18 11:30 [meta-python][PATCH] python-dateutil: mark as having broken "make clean" Bob Ham
2016-02-01 15:15 ` Martin Jansa
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.