From 220a96f9926788ed531717f78e44fdf1e7ab3b34 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 30 Dec 2010 22:45:29 +0100 Subject: rework architecture / embedded systems concept Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) --- package/glib/Makefile | 6 +++--- package/glib/patches/patch-gio_Makefile_in | 20 -------------------- 2 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 package/glib/patches/patch-gio_Makefile_in (limited to 'package/glib') diff --git a/package/glib/Makefile b/package/glib/Makefile index 9abe5a292..c8ae30715 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -4,15 +4,15 @@ include ${TOPDIR}/rules.mk PKG_NAME:= glib -PKG_VERSION:= 2.22.3 +PKG_VERSION:= 2.27.5 PKG_RELEASE:= 1 -PKG_MD5SUM:= e699a93d62c01e0ee07caef3e11eddd8 +PKG_MD5SUM:= ad9c80adb624a1ffe3d9753bab8a578a PKG_DESCR:= low-level core library that forms the basis of GTK+ PKG_SECTION:= libs PKG_DEPENDS:= gettext libiconv libpthread PKG_BUILDDEP:= gettext libiconv PKG_URL:= http://www.gtk.org/ -PKG_SITES:= ftp://ftp.gtk.org/pub/glib/2.22/ +PKG_SITES:= http://ftp.gnome.org/pub/gnome/sources/glib/2.27/ ifeq ($(ADK_STATIC),y) PKG_OPTS:= libonly diff --git a/package/glib/patches/patch-gio_Makefile_in b/package/glib/patches/patch-gio_Makefile_in deleted file mode 100644 index 5eaa2eef1..000000000 --- a/package/glib/patches/patch-gio_Makefile_in +++ /dev/null @@ -1,20 +0,0 @@ ---- glib-2.22.2.orig/gio/Makefile.in 2009-10-07 15:56:29.000000000 +0200 -+++ glib-2.22.2/gio/Makefile.in 2009-10-11 11:04:35.126154998 +0200 -@@ -242,7 +242,7 @@ ETAGS = etags - CTAGS = ctags - am__tty_colors = \ - red=; grn=; lgn=; blu=; std= --DIST_SUBDIRS = libasyncns xdgmime inotify fen win32 . fam tests -+DIST_SUBDIRS = libasyncns xdgmime inotify fen win32 . fam - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - am__relativize = \ - dir0=`pwd`; \ -@@ -489,7 +489,7 @@ EXTRA_DIST = gio-marshal.list gio.symbol - TEST_PROGS = - NULL = - SUBDIRS = $(am__append_1) $(am__append_2) $(am__append_6) \ -- $(am__append_9) . $(am__append_12) tests -+ $(am__append_9) . $(am__append_12) - @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@noinst_DATA = gio-2.0.lib - @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@install_ms_lib_cmd = $(INSTALL) gio-2.0.lib $(DESTDIR)$(libdir) - @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/gio-2.0.lib -- cgit v1.2.3