From 6207dc9afc1f2f23c52806f38e539e1596af2e5c Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 15 Aug 2010 13:27:22 +0200 Subject: gconf: remove old versions Signed-off-by: Frans Meulenbroeks --- recipes/gnome/gconf_2.26.2.bb | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 recipes/gnome/gconf_2.26.2.bb (limited to 'recipes/gnome') diff --git a/recipes/gnome/gconf_2.26.2.bb b/recipes/gnome/gconf_2.26.2.bb deleted file mode 100644 index f87713d83c..0000000000 --- a/recipes/gnome/gconf_2.26.2.bb +++ /dev/null @@ -1,36 +0,0 @@ -DESCRIPTION = "GNOME configuration database system" -SECTION = "x11/gnome" -LICENSE = "LGPL" -DEPENDS = "gtk+ orbit2 glib-2.0 libxml2 policykit" -ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" -PR = "r3" - -S = "${WORKDIR}/GConf-${PV}" - -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.26/GConf-${PV}.tar.bz2" - -EXTRA_OECONF = "--disable-gtk-doc --enable-gtk POLKIT_POLICY_FILE_VALIDATE=true" - -inherit autotools gettext - -EXTRA_OEMAKE = 'ORBIT_IDL="${ORBIT_IDL_SRC}"' - -do_install_append() { - # this directory need to be created to avoid an Error 256 at gdm launch - install -d ${D}${sysconfdir}/gconf/gconf.xml.system - - # this stuff is unusable - rm ${D}${libdir}/GConf/*/*.*a -} - -FILES_${PN} += "${libdir}/GConf/* \ - ${datadir}/PolicyKit/policy/*.policy \ - ${datadir}/dbus-1/services/*.service \ - ${datadir}/dbus-1/system-services/*.service \ -" - -FILES_${PN}-dbg += "${libdir}/*/*/.debug" -FILES_${PN}-dev += "${datadir}/sgml/gconf/gconf-1.0.dtd" - -SRC_URI[md5sum] = "8b55d58dab13e821e048627aa4f92b8b" -SRC_URI[sha256sum] = "717af270db891088394d154e3e22acc01af382306624c83679a4f8d6ba8467ed" -- cgit 1.2.3-korg