diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/default-providers.inc | 2 | ||||
-rw-r--r-- | meta/conf/multilib.conf | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gconf-3.2.3/nointro.patch | 59 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gconf-dbus_705.bb | 43 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gconf_3.2.3.bb | 43 |
5 files changed, 103 insertions, 46 deletions
diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index be23d364f3..afea5e7c50 100644 --- a/meta/conf/distro/include/default-providers.inc +++ b/meta/conf/distro/include/default-providers.inc | |||
@@ -21,8 +21,6 @@ VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth" | |||
21 | # | 21 | # |
22 | PREFERRED_PROVIDER_dbus-glib ?= "dbus-glib" | 22 | PREFERRED_PROVIDER_dbus-glib ?= "dbus-glib" |
23 | PREFERRED_PROVIDER_dbus-glib-native ?= "dbus-glib-native" | 23 | PREFERRED_PROVIDER_dbus-glib-native ?= "dbus-glib-native" |
24 | PREFERRED_PROVIDER_gconf ?= "gconf-dbus" | ||
25 | PREFERRED_PROVIDER_gconf-native ?= "gconf-dbus-native" | ||
26 | PREFERRED_PROVIDER_gdk-pixbuf ?= "gdk-pixbuf" | 24 | PREFERRED_PROVIDER_gdk-pixbuf ?= "gdk-pixbuf" |
27 | PREFERRED_PROVIDER_libgcc ?= "libgcc" | 25 | PREFERRED_PROVIDER_libgcc ?= "libgcc" |
28 | PREFERRED_PROVIDER_libgcc-nativesdk ?= "libgcc-nativesdk" | 26 | PREFERRED_PROVIDER_libgcc-nativesdk ?= "libgcc-nativesdk" |
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 5e4b4354b4..de535402f0 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf | |||
@@ -103,7 +103,7 @@ BBCLASSEXTEND_append_pn-gcc-cross-initial = " ${MULTILIBS}" | |||
103 | BBCLASSEXTEND_append_pn-gcc-cross-intermediate = " ${MULTILIBS}" | 103 | BBCLASSEXTEND_append_pn-gcc-cross-intermediate = " ${MULTILIBS}" |
104 | BBCLASSEXTEND_append_pn-gcc-cross = " ${MULTILIBS}" | 104 | BBCLASSEXTEND_append_pn-gcc-cross = " ${MULTILIBS}" |
105 | BBCLASSEXTEND_append_pn-gcc-runtime = " ${MULTILIBS}" | 105 | BBCLASSEXTEND_append_pn-gcc-runtime = " ${MULTILIBS}" |
106 | BBCLASSEXTEND_append_pn-gconf-dbus = " ${MULTILIBS}" | 106 | BBCLASSEXTEND_append_pn-gconf = " ${MULTILIBS}" |
107 | BBCLASSEXTEND_append_pn-gdbm = " ${MULTILIBS}" | 107 | BBCLASSEXTEND_append_pn-gdbm = " ${MULTILIBS}" |
108 | BBCLASSEXTEND_append_pn-gdb = " ${MULTILIBS}" | 108 | BBCLASSEXTEND_append_pn-gdb = " ${MULTILIBS}" |
109 | BBCLASSEXTEND_append_pn-gdk-pixbuf = " ${MULTILIBS}" | 109 | BBCLASSEXTEND_append_pn-gdk-pixbuf = " ${MULTILIBS}" |
diff --git a/meta/recipes-gnome/gnome/gconf-3.2.3/nointro.patch b/meta/recipes-gnome/gnome/gconf-3.2.3/nointro.patch new file mode 100644 index 0000000000..29181e3edd --- /dev/null +++ b/meta/recipes-gnome/gnome/gconf-3.2.3/nointro.patch | |||
@@ -0,0 +1,59 @@ | |||
1 | This is a hacky way to prevent GConf from trying to build the introspection related pieces. | ||
2 | Clearly not appropriate for upstream. | ||
3 | |||
4 | Upstream-Status: Inappropriate | ||
5 | |||
6 | Signed-off-by: Joshua Lock <josh@linux.intel.com> | ||
7 | |||
8 | Index: GConf-3.2.2/gconf/Makefile.am | ||
9 | =================================================================== | ||
10 | --- GConf-3.2.2.orig/gconf/Makefile.am | ||
11 | +++ GConf-3.2.2/gconf/Makefile.am | ||
12 | @@ -145,34 +145,6 @@ libgconf_2_la_LDFLAGS = -version-info $( | ||
13 | |||
14 | libgconf_2_la_LIBADD = $(INTLLIBS) $(DEPENDENT_LIBS) $(DEPENDENT_DBUS_LIBS) $(DEPENDENT_ORBIT_LIBS) | ||
15 | |||
16 | --include $(INTROSPECTION_MAKEFILE) | ||
17 | -INTROSPECTION_GIRS = | ||
18 | -INTROSPECTION_SCANNER_ARGS = --warn-all --add-include-path=$(srcdir) | ||
19 | -INTROSPECTION_COMPILER_ARGS= --includedir=$(srcdir) | ||
20 | - | ||
21 | -if HAVE_INTROSPECTION | ||
22 | -introspection_files = \ | ||
23 | - $(gconfinclude_HEADERS) \ | ||
24 | - $(filter-out $(CORBA_SOURCECODE), $(filter %.c,$(libgconf_2_la_SOURCES))) | ||
25 | -GConf-2.0.gir: libgconf-2.la Makefile | ||
26 | -GConf_2_0_gir_INCLUDES = GObject-2.0 | ||
27 | -GConf_2_0_gir_CFLAGS = \ | ||
28 | - $(INCLUDES) | ||
29 | -GConf_2_0_gir_LIBS = libgconf-2.la | ||
30 | -GConf_2_0_gir_FILES = $(addprefix $(srcdir)/, $(introspection_files)) | ||
31 | -GConf_2_0_gir_SCANNERFLAGS = --identifier-prefix=GConf --symbol-prefix=gconf --c-include "gconf/gconf.h" | ||
32 | -GConf_2_0_gir_EXPORT_PACKAGES = gconf-2.0 | ||
33 | -INTROSPECTION_GIRS += GConf-2.0.gir | ||
34 | - | ||
35 | -girdir = $(datadir)/gir-1.0/ | ||
36 | -gir_DATA = $(INTROSPECTION_GIRS) | ||
37 | - | ||
38 | -typelibsdir = $(libdir)/girepository-1.0/ | ||
39 | -typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib) | ||
40 | - | ||
41 | -CLEANFILES += $(gir_DATA) $(typelibs_DATA) | ||
42 | -endif | ||
43 | - | ||
44 | EXTRA_DIST=GConfX.idl default.path.in org.gnome.GConf.service.in gconfmarshal.list regenerate-enum-header.sh regenerate-enum-footer.sh | ||
45 | |||
46 | default.path: $(srcdir)/default.path.in | ||
47 | Index: GConf-3.2.2/configure.in | ||
48 | =================================================================== | ||
49 | --- GConf-3.2.2.orig/configure.in | ||
50 | +++ GConf-3.2.2/configure.in | ||
51 | @@ -354,8 +354,6 @@ AM_GLIB_GNU_GETTEXT | ||
52 | |||
53 | AC_CHECK_FUNCS(bind_textdomain_codeset) | ||
54 | |||
55 | -GOBJECT_INTROSPECTION_CHECK([0.9.5]) | ||
56 | - | ||
57 | AC_SUBST(CFLAGS) | ||
58 | AC_SUBST(CPPFLAGS) | ||
59 | AC_SUBST(LDFLAGS) | ||
diff --git a/meta/recipes-gnome/gnome/gconf-dbus_705.bb b/meta/recipes-gnome/gnome/gconf-dbus_705.bb deleted file mode 100644 index 52e8a08051..0000000000 --- a/meta/recipes-gnome/gnome/gconf-dbus_705.bb +++ /dev/null | |||
@@ -1,43 +0,0 @@ | |||
1 | DESCRIPTION = "Settings daemon using DBUS for communication." | ||
2 | SECTION = "x11/utils" | ||
3 | LICENSE = "LGPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | ||
5 | |||
6 | DEPENDS = "intltool-native virtual/libintl glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native" | ||
7 | PROVIDES = "gconf" | ||
8 | RPROVIDES_${PN} = "gconf" | ||
9 | RPROVIDES_${PN}-dev = "gconf-dev" | ||
10 | |||
11 | #SRCREV = "705" | ||
12 | #PV = "2.16.0+svnr${SRCPV}" | ||
13 | PR = "r2" | ||
14 | |||
15 | # This SVN repo is no longer available use a tarball mirror site until | ||
16 | # we move to proper gconf recipe. | ||
17 | #SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" | ||
18 | SRC_URI = "http://autobuilder.pokylinux.org/sources/trunk_developer.imendio.com_.svn.gconf-dbus_705_.tar.gz" | ||
19 | |||
20 | SRC_URI[md5sum] = "dba8d534b0c6262d24817c842b36369d" | ||
21 | SRC_URI[sha256sum] = "5552b1884d42d4072a199c93e35a28dc1799f9166baefbf9243394966039e416" | ||
22 | |||
23 | S = "${WORKDIR}/trunk" | ||
24 | |||
25 | inherit pkgconfig autotools | ||
26 | |||
27 | PARALLEL_MAKE = "" | ||
28 | |||
29 | |||
30 | EXTRA_OECONF = "--disable-gtk-doc --disable-gtk --enable-shared --disable-static --enable-debug=yes" | ||
31 | |||
32 | |||
33 | do_configure_prepend() { | ||
34 | touch gtk-doc.make | ||
35 | } | ||
36 | |||
37 | FILES_${PN} = "${libdir}/GConf-dbus/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus* ${libdir}/*.so.* ${bindir}/* ${libexecdir}/*" | ||
38 | FILES_${PN}-dbg += " ${libdir}/GConf-dbus/2/.debug" | ||
39 | FILES_${PN}-dev += "${datadir}/sgml/gconf/gconf-1.0.dtd \ | ||
40 | ${libdir}/GConf-dbus/2/*.la" | ||
41 | |||
42 | BBCLASSEXTEND = "native" | ||
43 | |||
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.3.bb b/meta/recipes-gnome/gnome/gconf_3.2.3.bb new file mode 100644 index 0000000000..0e06cb5e87 --- /dev/null +++ b/meta/recipes-gnome/gnome/gconf_3.2.3.bb | |||
@@ -0,0 +1,43 @@ | |||
1 | DESCRIPTION = "GNOME configuration system" | ||
2 | SECTION = "x11/gnome" | ||
3 | LICENSE = "LGPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | ||
5 | |||
6 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native polkit" | ||
7 | |||
8 | inherit gnomebase | ||
9 | |||
10 | SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.bz2;name=archive \ | ||
11 | file://nointro.patch" | ||
12 | |||
13 | SRC_URI[archive.md5sum] = "f80329173cd9d134ad07e36002dd2a15" | ||
14 | SRC_URI[archive.sha256sum] = "52008a82a847527877d9e1e549a351c86cc53cada4733b8a70a1123925d6aff4" | ||
15 | |||
16 | S = "${WORKDIR}/GConf-${PV}" | ||
17 | |||
18 | EXTRA_OECONF = "--disable-gtk-doc --disable-gtk --enable-shared --disable-static --enable-debug=yes --disable-introspection --disable-orbit --with-openldap=no" | ||
19 | |||
20 | do_configure_prepend () { | ||
21 | touch gtk-doc.make | ||
22 | } | ||
23 | |||
24 | do_install_append() { | ||
25 | # this directory need to be created to avoid an Error 256 at gdm launch | ||
26 | install -d ${D}${sysconfdir}/gconf/gconf.xml.system | ||
27 | |||
28 | # this stuff is unusable | ||
29 | rm ${D}${libdir}/GConf/*/*.*a | ||
30 | rm ${D}${libdir}/gio/*/*.*a | ||
31 | } | ||
32 | |||
33 | RDEPENDS_${PN} += "dbus-x11" | ||
34 | FILES_${PN} += "${libdir}/GConf/* \ | ||
35 | ${libdir}/gio/*/*.so \ | ||
36 | ${datadir}/polkit* \ | ||
37 | ${datadir}/dbus-1/services/*.service \ | ||
38 | ${datadir}/dbus-1/system-services/*.service \ | ||
39 | " | ||
40 | FILES_${PN}-dbg += "${libdir}/*/*/.debug" | ||
41 | FILES_${PN}-dev += "${datadir}/sgml/gconf/gconf-1.0.dtd" | ||
42 | |||
43 | BBCLASSEXTEND = "native" | ||