[oe-commits] Lei Maohui : libidn_0.6.14: fix the QA Issue

git at git.openembedded.org git at git.openembedded.org
Thu Jan 29 15:37:09 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 510837cacdc98acc42ea36bd5bd1841dbff418e4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=510837cacdc98acc42ea36bd5bd1841dbff418e4

Author: Lei Maohui <leimaohui at cn.fujitsu.com>
Date:   Fri Jan 23 12:15:11 2015 +0800

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]

Signed-off-by: Lei Maohui <leimaohui at cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton at intel.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
 }



More information about the Openembedded-commits mailing list