diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2015-01-23 12:15:11 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-29 15:36:48 +0000 |
| commit | f687f9922a9eeb5ca4c8e3f0b66b0347aac939cf (patch) | |
| tree | 1891381bea2fe8979758fbf7983bfd473388436f /meta/recipes-extended | |
| parent | 6a63df761c7f6abc32842e68e87e764dd0c1a710 (diff) | |
| download | poky-f687f9922a9eeb5ca4c8e3f0b66b0347aac939cf.tar.gz | |
libidn_0.6.14: fix the QA Issue
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]
(From OE-Core rev: 510837cacdc98acc42ea36bd5bd1841dbff418e4)
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
| -rw-r--r-- | meta/recipes-extended/libidn/libidn_0.6.14.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/libidn/libidn_0.6.14.bb b/meta/recipes-extended/libidn/libidn_0.6.14.bb index ff8d345ccb..4df1d08d8f 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() { | |||
| 29 | 29 | ||
| 30 | do_install_append() { | 30 | do_install_append() { |
| 31 | rm -rf ${D}${libdir}/Libidn.dll | 31 | rm -rf ${D}${libdir}/Libidn.dll |
| 32 | rm -rf ${D}${datadir}/emacs | ||
| 32 | } | 33 | } |
