[oe-commits] Ross Burton : pango: drop unexplainable elfutils dependency

git at git.openembedded.org git at git.openembedded.org
Wed Jul 10 08:38:01 UTC 2013


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Jul  4 16:36:34 2013 +0100

pango: drop unexplainable elfutils dependency

In dafefa7bd4de518adb63ec19390b77a56cb65d8e elfutils was added as a
build-dependency of Pango.  However there is no such linkage inside Pango, and
it builds fine without elfutils.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-graphics/pango/pango.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc
index 52dd064..80f2e19 100644
--- a/meta/recipes-graphics/pango/pango.inc
+++ b/meta/recipes-graphics/pango/pango.inc
@@ -10,7 +10,7 @@ SECTION = "libs"
 LICENSE = "LGPLv2.0+"
 
 X11DEPENDS = "virtual/libx11 libxft"
-DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv cairo elfutils harfbuzz"
+DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv cairo harfbuzz"
 
 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
 PACKAGECONFIG[x11] = "--with-x,--without-x,${X11DEPENDS}"



More information about the Openembedded-commits mailing list