From 23d6746efe1b3f31ad156db58fbc2767f750b712 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Thu, 11 Apr 2013 16:31:28 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/wayland_1.0.6.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/wayland/wayland_1.0.6.bb b/meta/recipes-graphics/wayland/wayland_1.0.6.bb index 6385933133..1585479f5c 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" -- cgit 1.2.3-korg