[oe-commits] Martin Jansa : emacs: add harfbuzz, libicu* to qemu root

git at git.openembedded.org git at git.openembedded.org
Sun Jan 13 10:42:21 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 47f3975a6a009bf61d4c8f61e1b70a5eeaee873b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=47f3975a6a009bf61d4c8f61e1b70a5eeaee873b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Jan 11 17:33:02 2013 +0100

emacs: add harfbuzz, libicu* to qemu root

* fails without:
  | temacs: error while loading shared libraries: libharfbuzz.so.0: cannot open shared object file: No such file or directory

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/emacs/emacs.inc     |    6 +++++-
 meta-oe/recipes-support/emacs/emacs_23.4.bb |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/emacs/emacs.inc b/meta-oe/recipes-support/emacs/emacs.inc
index e2a7e97..a823713 100644
--- a/meta-oe/recipes-support/emacs/emacs.inc
+++ b/meta-oe/recipes-support/emacs/emacs.inc
@@ -13,7 +13,7 @@ X11DEPENDS = " \
   jpeg xz pixman libpng librsvg tiff libcroco \
   libx11 libxau libxcomposite libxcursor libxdamage libxdmcp libxext libxfixes \
   libxft libxpm libxrandr libxrender \
-  gdk-pixbuf glib-2.0 gtk+ pango libxcb \
+  gdk-pixbuf glib-2.0 gtk+ pango libxcb harfbuzz icu \
 " 
 
 EXTRA_OECONF =  "--without-sound --with-crt-dir=${STAGING_LIBDIR} "
@@ -115,6 +115,10 @@ do_compile_prepend() {
 		${STAGING_DIR_TARGET}/${libdir}/libtiff.so.* \
 		${STAGING_DIR_TARGET}/${libdir}/libxml2.so.* \
 		${STAGING_DIR_TARGET}/${libdir}/libcroco-0.6.so.* \
+		${STAGING_DIR_TARGET}/${libdir}/libharfbuzz.so.* \
+		${STAGING_DIR_TARGET}/${libdir}/libicule.so.* \
+		${STAGING_DIR_TARGET}/${libdir}/libicuuc.so.* \
+		${STAGING_DIR_TARGET}/${libdir}/libicudata.so.* \
 		${STAGING_DIR_TARGET}/${libdir}/libz.so.* $treedir/${base_libdir}/
 
 		# X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xft Xpm Xrandr Xrender
diff --git a/meta-oe/recipes-support/emacs/emacs_23.4.bb b/meta-oe/recipes-support/emacs/emacs_23.4.bb
index cb0368e..36e8f0c 100644
--- a/meta-oe/recipes-support/emacs/emacs_23.4.bb
+++ b/meta-oe/recipes-support/emacs/emacs_23.4.bb
@@ -1,6 +1,6 @@
 require emacs.inc
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz;name=tarball \
            file://use-qemu.patch \





More information about the Openembedded-commits mailing list