summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-07-01 16:35:23 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-07-02 15:32:43 -0700
commit1478977ac3570e09320953cbfdab0136b93f1a37 (patch)
tree2a9f8d4121440ccfce43c56aff3779791d094c2a /meta/packages/gnome
parent9bb0fa9c1e92ebc5b9b366e1ce95b95ea48d4f45 (diff)
downloadpoky-1478977ac3570e09320953cbfdab0136b93f1a37.tar.gz
gconf-dbus: fix metadata
update license from GPL to LGPLv2+ Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages/gnome')
-rw-r--r--meta/packages/gnome/gconf-dbus_svn.bb12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta/packages/gnome/gconf-dbus_svn.bb b/meta/packages/gnome/gconf-dbus_svn.bb
index 1910188278..f296a99b59 100644
--- a/meta/packages/gnome/gconf-dbus_svn.bb
+++ b/meta/packages/gnome/gconf-dbus_svn.bb
@@ -1,7 +1,8 @@
1DESCRIPTION = "Settings daemon using DBUS for communication."
1SECTION = "x11/utils" 2SECTION = "x11/utils"
3LICENSE = "LGPLv2+"
4
2DEPENDS = "intltool-native virtual/libintl glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native" 5DEPENDS = "intltool-native virtual/libintl glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native"
3DESCRIPTION = "Settings daemon using DBUS for communication."
4LICENSE = "GPL"
5PROVIDES = "gconf" 6PROVIDES = "gconf"
6RPROVIDES_${PN} = "gconf" 7RPROVIDES_${PN} = "gconf"
7RPROVIDES_${PN}-dev = "gconf-dev" 8RPROVIDES_${PN}-dev = "gconf-dev"
@@ -9,14 +10,12 @@ RPROVIDES_${PN}-dev = "gconf-dev"
9PV = "2.16.0+svnr${SRCREV}" 10PV = "2.16.0+svnr${SRCREV}"
10 11
11SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" 12SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http"
13S = "${WORKDIR}/trunk"
12 14
13inherit pkgconfig autotools 15inherit pkgconfig autotools
14S = "${WORKDIR}/trunk"
15 16
16PARALLEL_MAKE = "" 17PARALLEL_MAKE = ""
17 18
18FILES_${PN} = "${libdir}/GConf-dbus/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus* ${libdir}/*.so.* ${bindir}/* ${libexecdir}/*"
19FILES_${PN}-dbg += " ${libdir}/GConf-dbus/2/.debug"
20 19
21EXTRA_OECONF = "--disable-gtk-doc --disable-gtk --enable-shared --disable-static --enable-debug=yes" 20EXTRA_OECONF = "--disable-gtk-doc --disable-gtk --enable-shared --disable-static --enable-debug=yes"
22 21
@@ -25,5 +24,8 @@ do_configure_prepend() {
25 touch gtk-doc.make 24 touch gtk-doc.make
26} 25}
27 26
27FILES_${PN} = "${libdir}/GConf-dbus/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus* ${libdir}/*.so.* ${bindir}/* ${libexecdir}/*"
28FILES_${PN}-dbg += " ${libdir}/GConf-dbus/2/.debug"
29
28BBCLASSEXTEND = "native" 30BBCLASSEXTEND = "native"
29 31