[oe-commits] Zhenhua Luo : wayland: add necessary dependencies to fix build error

git at git.openembedded.org git at git.openembedded.org
Thu Apr 11 15:38:11 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 23d6746efe1b3f31ad156db58fbc2767f750b712
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=23d6746efe1b3f31ad156db58fbc2767f750b712

Author: Zhenhua Luo <zhenhua.luo at freescale.com>
Date:   Thu Apr 11 16:31:28 2013 +0800

wayland: add necessary dependencies to fix build error

add libffi into DEPENDS to fix following build error:
| checking for FFI... no
| configure: error: Package requirements (libffi) were not met:
|
| No package 'libffi' found

Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/wayland/wayland_1.0.6.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/wayland/wayland_1.0.6.bb b/meta/recipes-graphics/wayland/wayland_1.0.6.bb
index 6385933..1585479 100644
--- a/meta/recipes-graphics/wayland/wayland_1.0.6.bb
+++ b/meta/recipes-graphics/wayland/wayland_1.0.6.bb
@@ -10,6 +10,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1d4476a7d98dd5691c53d4d43a510c72 \
                     file://src/wayland-server.c;endline=21;md5=079ae21dbf98ada52ec23744851b0a5c"
 
+PR = "r1"
+
 SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
 SRC_URI[md5sum] = "936a2590aea69fa3c0cf234d54b9137c"
 SRC_URI[sha256sum] = "f52a012df699eff434b0f49e56000d6978b5f781048402ca8e0232242970fc49"
@@ -19,8 +21,8 @@ inherit autotools pkgconfig
 # We need wayland-native for the wayland-scanner utility
 BBCLASSEXTEND = "native"
 
-DEPENDS_virtclass-native = "expat-native"
-DEPENDS = "expat wayland-native"
+DEPENDS_virtclass-native = "expat-native libffi-native"
+DEPENDS = "expat libffi wayland-native"
 
 EXTRA_OECONF_virtclass-native = "--disable-documentation"
 EXTRA_OECONF = "--disable-documentation --disable-scanner"





More information about the Openembedded-commits mailing list