diff options
| author | Saul Wold <sgw@linux.intel.com> | 2011-06-15 19:58:15 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-28 13:55:43 +0100 |
| commit | df01b5032ef3dcdcc130c223b150df1e3e963bbf (patch) | |
| tree | 587bf7fb32e75d174829ec9ee16f8c69e92fd551 /meta/recipes-gnome/gnome/gconf-dbus_705.bb | |
| parent | 6c196975d03a4de285b52f0f5e9e8520158f0cbf (diff) | |
| download | poky-df01b5032ef3dcdcc130c223b150df1e3e963bbf.tar.gz | |
gconf-dbus: Fix SRC_URI to tarball
(From OE-Core rev: 8a247573b85db3099db48580a149df3197e9cccd)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/gconf-dbus_705.bb')
| -rw-r--r-- | meta/recipes-gnome/gnome/gconf-dbus_705.bb | 38 |
1 files changed, 38 insertions, 0 deletions
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 @@ | |||
| 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 = "r0" | ||
| 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 | S = "${WORKDIR}/trunk" | ||
| 21 | |||
| 22 | inherit pkgconfig autotools | ||
| 23 | |||
| 24 | PARALLEL_MAKE = "" | ||
| 25 | |||
| 26 | |||
| 27 | EXTRA_OECONF = "--disable-gtk-doc --disable-gtk --enable-shared --disable-static --enable-debug=yes" | ||
| 28 | |||
| 29 | |||
| 30 | do_configure_prepend() { | ||
| 31 | touch gtk-doc.make | ||
| 32 | } | ||
| 33 | |||
| 34 | FILES_${PN} = "${libdir}/GConf-dbus/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus* ${libdir}/*.so.* ${bindir}/* ${libexecdir}/*" | ||
| 35 | FILES_${PN}-dbg += " ${libdir}/GConf-dbus/2/.debug" | ||
| 36 | |||
| 37 | BBCLASSEXTEND = "native" | ||
| 38 | |||
