From df01b5032ef3dcdcc130c223b150df1e3e963bbf Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 15 Jun 2011 19:58:15 -0700 Subject: gconf-dbus: Fix SRC_URI to tarball (From OE-Core rev: 8a247573b85db3099db48580a149df3197e9cccd) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-gnome/gnome/gconf-dbus_705.bb | 38 ++++++++++++++++++++++++++++++ meta/recipes-gnome/gnome/gconf-dbus_svn.bb | 33 -------------------------- 2 files changed, 38 insertions(+), 33 deletions(-) create mode 100644 meta/recipes-gnome/gnome/gconf-dbus_705.bb delete mode 100644 meta/recipes-gnome/gnome/gconf-dbus_svn.bb (limited to 'meta/recipes-gnome/gnome') diff --git a/meta/recipes-gnome/gnome/gconf-dbus_705.bb b/meta/recipes-gnome/gnome/gconf-dbus_705.bb new file mode 100644 index 0000000000..fdfc45f5b3 --- /dev/null +++ b/meta/recipes-gnome/gnome/gconf-dbus_705.bb @@ -0,0 +1,38 @@ +DESCRIPTION = "Settings daemon using DBUS for communication." +SECTION = "x11/utils" +LICENSE = "LGPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" + +DEPENDS = "intltool-native virtual/libintl glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native" +PROVIDES = "gconf" +RPROVIDES_${PN} = "gconf" +RPROVIDES_${PN}-dev = "gconf-dev" + +#SRCREV = "705" +#PV = "2.16.0+svnr${SRCPV}" +PR = "r0" + +# This SVN repo is no longer available use a tarball mirror site until +# we move to proper gconf recipe. +#SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" +SRC_URI = "http://autobuilder.pokylinux.org/sources/trunk_developer.imendio.com_.svn.gconf-dbus_705_.tar.gz" + +S = "${WORKDIR}/trunk" + +inherit pkgconfig autotools + +PARALLEL_MAKE = "" + + +EXTRA_OECONF = "--disable-gtk-doc --disable-gtk --enable-shared --disable-static --enable-debug=yes" + + +do_configure_prepend() { + touch gtk-doc.make +} + +FILES_${PN} = "${libdir}/GConf-dbus/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus* ${libdir}/*.so.* ${bindir}/* ${libexecdir}/*" +FILES_${PN}-dbg += " ${libdir}/GConf-dbus/2/.debug" + +BBCLASSEXTEND = "native" + diff --git a/meta/recipes-gnome/gnome/gconf-dbus_svn.bb b/meta/recipes-gnome/gnome/gconf-dbus_svn.bb deleted file mode 100644 index 16a2ddb039..0000000000 --- a/meta/recipes-gnome/gnome/gconf-dbus_svn.bb +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "Settings daemon using DBUS for communication." -SECTION = "x11/utils" -LICENSE = "LGPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" - -DEPENDS = "intltool-native virtual/libintl glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native" -PROVIDES = "gconf" -RPROVIDES_${PN} = "gconf" -RPROVIDES_${PN}-dev = "gconf-dev" - -SRCREV = "705" -PV = "2.16.0+svnr${SRCPV}" - -SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" -S = "${WORKDIR}/trunk" - -inherit pkgconfig autotools - -PARALLEL_MAKE = "" - - -EXTRA_OECONF = "--disable-gtk-doc --disable-gtk --enable-shared --disable-static --enable-debug=yes" - - -do_configure_prepend() { - touch gtk-doc.make -} - -FILES_${PN} = "${libdir}/GConf-dbus/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus* ${libdir}/*.so.* ${bindir}/* ${libexecdir}/*" -FILES_${PN}-dbg += " ${libdir}/GConf-dbus/2/.debug" - -BBCLASSEXTEND = "native" - -- cgit v1.2.3-54-g00ecf