mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +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"
|
LICENSE = "LGPL"
|
||||||
DESCRIPTION = "Library for parsing CORBA IDL files"
|
DESCRIPTION = "Library for parsing CORBA IDL files"
|
||||||
SECTION = "gnome/libs"
|
SECTION = "gnome/libs"
|
||||||
DEPENDS = "glib-2.0"
|
DEPENDS = "glib-2.0 flex"
|
||||||
PR = "r4"
|
PR = "r4"
|
||||||
|
|
||||||
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"
|
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"
|
||||||
|
|||||||
Reference in New Issue
Block a user