diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-11 17:33:02 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-13 11:39:46 +0100 |
commit | 47f3975a6a009bf61d4c8f61e1b70a5eeaee873b (patch) | |
tree | e4182728c2ee5c44898c97940c364711ddf15142 /meta-oe/recipes-support | |
parent | d1eb834bd0dc554fa9062b60a43655086b88aadb (diff) | |
download | meta-openembedded-47f3975a6a009bf61d4c8f61e1b70a5eeaee873b.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/emacs/emacs.inc | 6 | ||||
-rw-r--r-- | 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 e2a7e974c..a82371338 100644 --- a/meta-oe/recipes-support/emacs/emacs.inc +++ b/meta-oe/recipes-support/emacs/emacs.inc | |||
@@ -13,7 +13,7 @@ X11DEPENDS = " \ | |||
13 | jpeg xz pixman libpng librsvg tiff libcroco \ | 13 | jpeg xz pixman libpng librsvg tiff libcroco \ |
14 | libx11 libxau libxcomposite libxcursor libxdamage libxdmcp libxext libxfixes \ | 14 | libx11 libxau libxcomposite libxcursor libxdamage libxdmcp libxext libxfixes \ |
15 | libxft libxpm libxrandr libxrender \ | 15 | libxft libxpm libxrandr libxrender \ |
16 | gdk-pixbuf glib-2.0 gtk+ pango libxcb \ | 16 | gdk-pixbuf glib-2.0 gtk+ pango libxcb harfbuzz icu \ |
17 | " | 17 | " |
18 | 18 | ||
19 | EXTRA_OECONF = "--without-sound --with-crt-dir=${STAGING_LIBDIR} " | 19 | EXTRA_OECONF = "--without-sound --with-crt-dir=${STAGING_LIBDIR} " |
@@ -115,6 +115,10 @@ do_compile_prepend() { | |||
115 | ${STAGING_DIR_TARGET}/${libdir}/libtiff.so.* \ | 115 | ${STAGING_DIR_TARGET}/${libdir}/libtiff.so.* \ |
116 | ${STAGING_DIR_TARGET}/${libdir}/libxml2.so.* \ | 116 | ${STAGING_DIR_TARGET}/${libdir}/libxml2.so.* \ |
117 | ${STAGING_DIR_TARGET}/${libdir}/libcroco-0.6.so.* \ | 117 | ${STAGING_DIR_TARGET}/${libdir}/libcroco-0.6.so.* \ |
118 | ${STAGING_DIR_TARGET}/${libdir}/libharfbuzz.so.* \ | ||
119 | ${STAGING_DIR_TARGET}/${libdir}/libicule.so.* \ | ||
120 | ${STAGING_DIR_TARGET}/${libdir}/libicuuc.so.* \ | ||
121 | ${STAGING_DIR_TARGET}/${libdir}/libicudata.so.* \ | ||
118 | ${STAGING_DIR_TARGET}/${libdir}/libz.so.* $treedir/${base_libdir}/ | 122 | ${STAGING_DIR_TARGET}/${libdir}/libz.so.* $treedir/${base_libdir}/ |
119 | 123 | ||
120 | # X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xft Xpm Xrandr Xrender | 124 | # 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 cb0368e82..36e8f0cdc 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 @@ | |||
1 | require emacs.inc | 1 | require emacs.inc |
2 | 2 | ||
3 | PR = "r3" | 3 | PR = "r4" |
4 | 4 | ||
5 | SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz;name=tarball \ | 5 | SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz;name=tarball \ |
6 | file://use-qemu.patch \ | 6 | file://use-qemu.patch \ |