mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
Remove older patches that have been fixed upstream, added new patch to use the correct alias-libtool instead of ./libtool. pkgconfig provides an internal glib library, so use it to avoid ciruclar dependecny issues. (From OE-Core rev: d91a43228c5ba35335a28de278194df23dcdf978) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 lines
188 B
C
7 lines
188 B
C
#define GLIB_SYSDEF_POLLIN =1
|
|
#define GLIB_SYSDEF_POLLOUT =4
|
|
#define GLIB_SYSDEF_POLLPRI =2
|
|
#define GLIB_SYSDEF_POLLERR =8
|
|
#define GLIB_SYSDEF_POLLHUP =16
|
|
#define GLIB_SYSDEF_POLLNVAL =32
|