diff options
author | Qing He <qing.he@intel.com> | 2010-07-01 16:35:23 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-02 15:32:43 -0700 |
commit | 1478977ac3570e09320953cbfdab0136b93f1a37 (patch) | |
tree | 2a9f8d4121440ccfce43c56aff3779791d094c2a /meta/packages | |
parent | 9bb0fa9c1e92ebc5b9b366e1ce95b95ea48d4f45 (diff) | |
download | openembedded-core-1478977ac3570e09320953cbfdab0136b93f1a37.tar.gz openembedded-core-1478977ac3570e09320953cbfdab0136b93f1a37.tar.bz2 openembedded-core-1478977ac3570e09320953cbfdab0136b93f1a37.zip |
gconf-dbus: fix metadata
update license from GPL to LGPLv2+
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/gnome/gconf-dbus_svn.bb | 12 |
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 @@ +DESCRIPTION = "Settings daemon using DBUS for communication." SECTION = "x11/utils" +LICENSE = "LGPLv2+" + DEPENDS = "intltool-native virtual/libintl glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native" -DESCRIPTION = "Settings daemon using DBUS for communication." -LICENSE = "GPL" PROVIDES = "gconf" RPROVIDES_${PN} = "gconf" RPROVIDES_${PN}-dev = "gconf-dev" @@ -9,14 +10,12 @@ RPROVIDES_${PN}-dev = "gconf-dev" PV = "2.16.0+svnr${SRCREV}" SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" +S = "${WORKDIR}/trunk" inherit pkgconfig autotools -S = "${WORKDIR}/trunk" PARALLEL_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" EXTRA_OECONF = "--disable-gtk-doc --disable-gtk --enable-shared --disable-static --enable-debug=yes" @@ -25,5 +24,8 @@ 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" |