All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python-setuptools-git: add native support
@ 2015-06-16  9:01 Li xin
  2015-06-17 20:12 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Li xin @ 2015-06-16  9:01 UTC (permalink / raw
  To: meta-virtualization

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb
index 9447744..61408c3 100644
--- a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb
@@ -19,3 +19,4 @@ inherit setuptools
 do_install_append() {
 	rm -f ${D}${libdir}/python*/site-packages/site.py*
 }
+BBCLASSEXTEND = "native"
-- 
1.8.4.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] python-setuptools-git: add native support
  2015-06-16  9:01 [PATCH] python-setuptools-git: add native support Li xin
@ 2015-06-17 20:12 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2015-06-17 20:12 UTC (permalink / raw
  To: Li xin; +Cc: meta-virtualization@yoctoproject.org

merged to master.

Bruce

On Tue, Jun 16, 2015 at 5:01 AM, Li xin <lixin.fnst@cn.fujitsu.com> wrote:
> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
> ---
>  meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb
> index 9447744..61408c3 100644
> --- a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb
> +++ b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb
> @@ -19,3 +19,4 @@ inherit setuptools
>  do_install_append() {
>         rm -f ${D}${libdir}/python*/site-packages/site.py*
>  }
> +BBCLASSEXTEND = "native"
> --
> 1.8.4.2
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-17 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-16  9:01 [PATCH] python-setuptools-git: add native support Li xin
2015-06-17 20:12 ` Bruce Ashfield

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.