glib-2.0: Convert to BBCLASSEXTEND

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-01-13 22:58:21 +00:00
parent a717961f6e
commit 705fe2f2f8
4 changed files with 7 additions and 32 deletions

View File

@ -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.22/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
}

View File

@ -1,7 +1,11 @@
require glib.inc
PR = "r0"
PR = "r1"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.22/glib-${PV}.tar.bz2 \
file://glibconfig-sysdefs.h \
file://configure-libtool.patch;patch=1"
SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch;patch=1"
BBCLASSEXTEND = "native"

View File

@ -6,8 +6,8 @@ UNIX-like platforms, Windows, OS/2 and BeOS."
LICENSE = "LGPL"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS += "glib-2.0-native gtk-doc-native gettext"
DEPENDS += "virtual/libiconv virtual/libintl"
DEPENDS = "glib-2.0-native gtk-doc-native virtual/libiconv virtual/libintl"
DEPENDS_virtclass-native = "gtk-doc-native"
PACKAGES =+ "glib-2.0-utils "
LEAD_SONAME = "libglib-2.0.*"