All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libidn_0.6.14: fix the QA Issue
@ 2015-01-29  2:31 Lei Maohui
  2015-01-29 10:54 ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Lei Maohui @ 2015-01-29  2:31 UTC (permalink / raw)
  To: openembedded-core

To fix the QA Issue as following:
ERROR: QA Issue: libidn: Files/directories were installed but not shipped
  /usr/share/emacs
  /usr/share/emacs/site-lisp
  /usr/share/emacs/site-lisp/punycode.el
  /usr/share/emacs/site-lisp/idna.el [installed-vs-shipped]

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
---
 meta/recipes-extended/libidn/libidn_0.6.14.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/libidn/libidn_0.6.14.bb b/meta/recipes-extended/libidn/libidn_0.6.14.bb
index ff8d345..4df1d08 100644
--- a/meta/recipes-extended/libidn/libidn_0.6.14.bb
+++ b/meta/recipes-extended/libidn/libidn_0.6.14.bb
@@ -29,4 +29,5 @@ do_configure_prepend() {
 
 do_install_append() {
 	rm -rf ${D}${libdir}/Libidn.dll
+	rm -rf ${D}${datadir}/emacs
 }
-- 
1.8.4.2



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

* Re: [PATCH] libidn_0.6.14: fix the QA Issue
  2015-01-29  2:31 [PATCH] libidn_0.6.14: fix the QA Issue Lei Maohui
@ 2015-01-29 10:54 ` Burton, Ross
  0 siblings, 0 replies; 5+ messages in thread
From: Burton, Ross @ 2015-01-29 10:54 UTC (permalink / raw)
  To: Lei Maohui; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 1249 bytes --]

This is already queued for master (merge of which is pending a rootfs
problem).

Ross

On 29 January 2015 at 02:31, Lei Maohui <leimaohui@cn.fujitsu.com> wrote:

> To fix the QA Issue as following:
> ERROR: QA Issue: libidn: Files/directories were installed but not shipped
>   /usr/share/emacs
>   /usr/share/emacs/site-lisp
>   /usr/share/emacs/site-lisp/punycode.el
>   /usr/share/emacs/site-lisp/idna.el [installed-vs-shipped]
>
> Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> ---
>  meta/recipes-extended/libidn/libidn_0.6.14.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-extended/libidn/libidn_0.6.14.bb
> b/meta/recipes-extended/libidn/libidn_0.6.14.bb
> index ff8d345..4df1d08 100644
> --- a/meta/recipes-extended/libidn/libidn_0.6.14.bb
> +++ b/meta/recipes-extended/libidn/libidn_0.6.14.bb
> @@ -29,4 +29,5 @@ do_configure_prepend() {
>
>  do_install_append() {
>         rm -rf ${D}${libdir}/Libidn.dll
> +       rm -rf ${D}${datadir}/emacs
>  }
> --
> 1.8.4.2
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 2197 bytes --]

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

* Re: [PATCH] libidn_0.6.14: fix the QA Issue
  2015-01-23 14:52 ` Burton, Ross
@ 2015-01-26  4:04   ` Lei, Maohui
  0 siblings, 0 replies; 5+ messages in thread
From: Lei, Maohui @ 2015-01-26  4:04 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1802 bytes --]

Hi Ross

> Patches for oe-core should go to the openembedded-core@ mailing list, not yocto@.  But thanks, I've queued this for master.

I got it. Thank you .

Lei



From: Burton, Ross [mailto:ross.burton@intel.com]
Sent: Friday, January 23, 2015 10:53 PM
To: Lei, Maohui/雷 茂慧
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] [PATCH] libidn_0.6.14: fix the QA Issue

Hi Lei,

Patches for oe-core should go to the openembedded-core@ mailing list, not yocto@.  But thanks, I've queued this for master.

Ross

On 23 January 2015 at 04:15, Lei Maohui <leimaohui@cn.fujitsu.com<mailto:leimaohui@cn.fujitsu.com>> wrote:
To fix the QA Issue as following:
ERROR: QA Issue: libidn: Files/directories were installed but not shipped
  /usr/share/emacs
  /usr/share/emacs/site-lisp
  /usr/share/emacs/site-lisp/punycode.el
  /usr/share/emacs/site-lisp/idna.el [installed-vs-shipped]

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com<mailto:leimaohui@cn.fujitsu.com>>
---
 meta/recipes-extended/libidn/libidn_0.6.14.bb<http://libidn_0.6.14.bb> | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/libidn/libidn_0.6.14.bb<http://libidn_0.6.14.bb> b/meta/recipes-extended/libidn/libidn_0.6.14.bb<http://libidn_0.6.14.bb>
index ff8d345..4df1d08 100644
--- a/meta/recipes-extended/libidn/libidn_0.6.14.bb<http://libidn_0.6.14.bb>
+++ b/meta/recipes-extended/libidn/libidn_0.6.14.bb<http://libidn_0.6.14.bb>
@@ -29,4 +29,5 @@ do_configure_prepend() {

 do_install_append() {
        rm -rf ${D}${libdir}/Libidn.dll
+       rm -rf ${D}${datadir}/emacs
 }
--
1.8.4.2

--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto


[-- Attachment #2: Type: text/html, Size: 10123 bytes --]

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

* Re: [PATCH] libidn_0.6.14: fix the QA Issue
  2015-01-23  4:15 Lei Maohui
@ 2015-01-23 14:52 ` Burton, Ross
  2015-01-26  4:04   ` Lei, Maohui
  0 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2015-01-23 14:52 UTC (permalink / raw)
  To: Lei Maohui; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1255 bytes --]

Hi Lei,

Patches for oe-core should go to the openembedded-core@ mailing list, not
yocto@.  But thanks, I've queued this for master.

Ross

On 23 January 2015 at 04:15, Lei Maohui <leimaohui@cn.fujitsu.com> wrote:

> To fix the QA Issue as following:
> ERROR: QA Issue: libidn: Files/directories were installed but not shipped
>   /usr/share/emacs
>   /usr/share/emacs/site-lisp
>   /usr/share/emacs/site-lisp/punycode.el
>   /usr/share/emacs/site-lisp/idna.el [installed-vs-shipped]
>
> Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> ---
>  meta/recipes-extended/libidn/libidn_0.6.14.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-extended/libidn/libidn_0.6.14.bb
> b/meta/recipes-extended/libidn/libidn_0.6.14.bb
> index ff8d345..4df1d08 100644
> --- a/meta/recipes-extended/libidn/libidn_0.6.14.bb
> +++ b/meta/recipes-extended/libidn/libidn_0.6.14.bb
> @@ -29,4 +29,5 @@ do_configure_prepend() {
>
>  do_install_append() {
>         rm -rf ${D}${libdir}/Libidn.dll
> +       rm -rf ${D}${datadir}/emacs
>  }
> --
> 1.8.4.2
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>

[-- Attachment #2: Type: text/html, Size: 2171 bytes --]

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

* [PATCH] libidn_0.6.14: fix the QA Issue
@ 2015-01-23  4:15 Lei Maohui
  2015-01-23 14:52 ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Lei Maohui @ 2015-01-23  4:15 UTC (permalink / raw)
  To: yocto

To fix the QA Issue as following:
ERROR: QA Issue: libidn: Files/directories were installed but not shipped
  /usr/share/emacs
  /usr/share/emacs/site-lisp
  /usr/share/emacs/site-lisp/punycode.el
  /usr/share/emacs/site-lisp/idna.el [installed-vs-shipped]

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
---
 meta/recipes-extended/libidn/libidn_0.6.14.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/libidn/libidn_0.6.14.bb b/meta/recipes-extended/libidn/libidn_0.6.14.bb
index ff8d345..4df1d08 100644
--- a/meta/recipes-extended/libidn/libidn_0.6.14.bb
+++ b/meta/recipes-extended/libidn/libidn_0.6.14.bb
@@ -29,4 +29,5 @@ do_configure_prepend() {
 
 do_install_append() {
 	rm -rf ${D}${libdir}/Libidn.dll
+	rm -rf ${D}${datadir}/emacs
 }
-- 
1.8.4.2



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

end of thread, other threads:[~2015-01-29 11:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-29  2:31 [PATCH] libidn_0.6.14: fix the QA Issue Lei Maohui
2015-01-29 10:54 ` Burton, Ross
  -- strict thread matches above, loose matches on Subject: below --
2015-01-23  4:15 Lei Maohui
2015-01-23 14:52 ` Burton, Ross
2015-01-26  4:04   ` Lei, Maohui

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.