mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
libidl: Add missing DEPENDS on flex
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
LICENSE = "LGPL"
|
||||
DESCRIPTION = "Library for parsing CORBA IDL files"
|
||||
SECTION = "gnome/libs"
|
||||
DEPENDS = "glib-2.0"
|
||||
DEPENDS = "glib-2.0 flex"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"
|
||||
|
||||
Reference in New Issue
Block a user