mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
gconf: dropped 2.6.1 due to orbit2 dependency
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1435 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
-13
@@ -1,13 +0,0 @@
|
|||||||
--- gconf/backends/Makefile.am~ 2003-11-03 00:19:33.000000000 +0000
|
|
||||||
+++ gconf/backends/Makefile.am 2004-05-15 19:01:38.000000000 +0100
|
|
||||||
@@ -28,8 +28,8 @@
|
|
||||||
|
|
||||||
noinst_PROGRAMS = xml-test
|
|
||||||
|
|
||||||
-xml_test_SOURCES= $(libgconfbackend_oldxml_la_SOURCES) xml-test.c
|
|
||||||
-xml_test_LDADD = $(DEPENDENT_WITH_XML_LIBS) $(top_builddir)/gconf/libgconf-$(MAJOR_VERSION).la
|
|
||||||
+#xml_test_SOURCES= $(libgconfbackend_oldxml_la_SOURCES) xml-test.c
|
|
||||||
+xml_test_LDADD = $(DEPENDENT_WITH_XML_LIBS) $(top_builddir)/gconf/libgconf-$(MAJOR_VERSION).la libgconfbackend-oldxml.la
|
|
||||||
|
|
||||||
bin_PROGRAMS = gconf-merge-tree
|
|
||||||
gconf_merge_tree_SOURCES = gconf-merge-tree.c
|
|
||||||
@@ -1,33 +0,0 @@
|
|||||||
LICENSE = "LGPL"
|
|
||||||
SECTION = "x11/gnome"
|
|
||||||
DESCRIPTION = "GNOME configuration database system"
|
|
||||||
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2 \
|
|
||||||
file://backends.patch;patch=1"
|
|
||||||
DEPENDS = "orbit2 glib-2.0 libxml2 gtk+"
|
|
||||||
ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2"
|
|
||||||
|
|
||||||
FILES_${PN} += " ${libdir}/GConf/*"
|
|
||||||
PR = "r1"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/GConf-${PV}"
|
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-gtk-doc --enable-gtk"
|
|
||||||
|
|
||||||
inherit autotools pkgconfig gettext
|
|
||||||
|
|
||||||
HEADERS = "gconf.h gconf-changeset.h gconf-listeners.h gconf-schema.h gconf-value.h gconf-error.h gconf-engine.h gconf-client.h gconf-enum-types.h"
|
|
||||||
|
|
||||||
do_compile() {
|
|
||||||
oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}"
|
|
||||||
}
|
|
||||||
|
|
||||||
do_stage() {
|
|
||||||
oe_libinstall -so -C gconf libgconf-2 ${STAGING_LIBDIR}
|
|
||||||
install -d ${STAGING_INCDIR}/gconf/2/gconf/
|
|
||||||
( cd gconf; for i in ${HEADERS}; do install -m 0644 $i ${STAGING_INCDIR}/gconf/$i; done )
|
|
||||||
install -m 0644 gconf.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" DESTDIR="${D}" install
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user