diff options
author | Ross Burton <ross.burton@intel.com> | 2014-01-28 17:44:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 17:58:37 +0000 |
commit | 99b263285f0ee60b4336992251840e418aa695c4 (patch) | |
tree | 5c85eed9585a1b8e23113d42ad204641714c9c83 /meta/recipes-devtools/pkgconfig/pkgconfig-0.28 | |
parent | 9febe2d184ef76b7cacace15cbe17968e8c37617 (diff) | |
download | openembedded-core-99b263285f0ee60b4336992251840e418aa695c4.tar.gz openembedded-core-99b263285f0ee60b4336992251840e418aa695c4.tar.bz2 openembedded-core-99b263285f0ee60b4336992251840e418aa695c4.zip |
pkgconfig: remove out-dated configure options and dependencies
0.27 onwards uses a snapshot of glib 2 not glib 1, so drop the
do_configure_prepend and update the internal/installed options as appropriate.
Legacy scripts were removed in 0.26.
Use of popt was removed in 0.28.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig-0.28')
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig-0.28/glibconfig-sysdefs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig-0.28/glibconfig-sysdefs.h b/meta/recipes-devtools/pkgconfig/pkgconfig-0.28/glibconfig-sysdefs.h deleted file mode 100644 index 1329e7f21c..0000000000 --- a/meta/recipes-devtools/pkgconfig/pkgconfig-0.28/glibconfig-sysdefs.h +++ /dev/null @@ -1,6 +0,0 @@ -#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 |