diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-10 18:07:26 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-10 18:07:26 +0000 |
commit | eee88f3abc0a98e8ce30cf5fb065d7506ab3ddec (patch) | |
tree | 594ea039a5e0c7eb1c85e2d7da35dbcde15ab7a2 /meta/packages/glib-2.0/glib-2.0-native_2.20.2.bb | |
parent | e5a21c4dd986afeaf4307f17a2834f3a60fdf348 (diff) | |
download | openembedded-core-eee88f3abc0a98e8ce30cf5fb065d7506ab3ddec.tar.gz openembedded-core-eee88f3abc0a98e8ce30cf5fb065d7506ab3ddec.tar.bz2 openembedded-core-eee88f3abc0a98e8ce30cf5fb065d7506ab3ddec.zip |
glib-2.0: 2.20 -> 2.22
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/glib-2.0/glib-2.0-native_2.20.2.bb')
-rw-r--r-- | meta/packages/glib-2.0/glib-2.0-native_2.20.2.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/packages/glib-2.0/glib-2.0-native_2.20.2.bb b/meta/packages/glib-2.0/glib-2.0-native_2.20.2.bb deleted file mode 100644 index 83d80b40f4..0000000000 --- a/meta/packages/glib-2.0/glib-2.0-native_2.20.2.bb +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "GLib is a general-purpose utility library, \ -which provides many useful data types, macros, \ -type conversions, string utilities, file utilities, a main \ -loop abstraction, and so on. It works on many \ -UNIX-like platforms, Windows, OS/2 and BeOS." -LICENSE = "LGPL" -SECTION = "libs" -PRIORITY = "optional" -DEPENDS += "gtk-doc-native" -PR = "r1" - -SRC_URI = "http://download.gnome.org/sources/glib/2.20/glib-${PV}.tar.bz2 \ - file://glib-gettextize-dir.patch;patch=1 \ - file://configure-libtool.patch;patch=1 \ - file://glibconfig-sysdefs.h" - -S = "${WORKDIR}/glib-${PV}" - -inherit autotools_stage pkgconfig native gettext - -acpaths = "" -do_configure_prepend () { - install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h . -} - -do_install_append () { - install -d ${D}${includedir}/glib-2.0/glib - install -m 0755 ${S}/glibconfig.h ${D}${includedir}/glib-2.0/glibconfig.h -} |