diff options
| author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-09-23 23:46:40 +0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-28 14:58:48 +0100 |
| commit | 413e1a8177d27f63602f633eacce0af6e8410e1c (patch) | |
| tree | 235b67581b11e80a01e12edd679ed08676fd051d | |
| parent | fd3a960ec14d3c030a44d7c782bf731e4565fcda (diff) | |
| download | poky-413e1a8177d27f63602f633eacce0af6e8410e1c.tar.gz | |
gconf-dbus: packaging fixup
Behave more like plain gconf: include a dtd and .la files into -dev
package.
(From OE-Core rev: 9e962c1b4c8e5a3352f5e2b7dc162aeac1335b3a)
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-gnome/gnome/gconf-dbus_705.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gconf-dbus_705.bb b/meta/recipes-gnome/gnome/gconf-dbus_705.bb index fdfc45f5b3..c0c2e28331 100644 --- a/meta/recipes-gnome/gnome/gconf-dbus_705.bb +++ b/meta/recipes-gnome/gnome/gconf-dbus_705.bb | |||
| @@ -10,7 +10,7 @@ RPROVIDES_${PN}-dev = "gconf-dev" | |||
| 10 | 10 | ||
| 11 | #SRCREV = "705" | 11 | #SRCREV = "705" |
| 12 | #PV = "2.16.0+svnr${SRCPV}" | 12 | #PV = "2.16.0+svnr${SRCPV}" |
| 13 | PR = "r0" | 13 | PR = "r1" |
| 14 | 14 | ||
| 15 | # This SVN repo is no longer available use a tarball mirror site until | 15 | # This SVN repo is no longer available use a tarball mirror site until |
| 16 | # we move to proper gconf recipe. | 16 | # we move to proper gconf recipe. |
| @@ -33,6 +33,8 @@ do_configure_prepend() { | |||
| 33 | 33 | ||
| 34 | FILES_${PN} = "${libdir}/GConf-dbus/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus* ${libdir}/*.so.* ${bindir}/* ${libexecdir}/*" | 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" | 35 | FILES_${PN}-dbg += " ${libdir}/GConf-dbus/2/.debug" |
| 36 | FILES_${PN}-dev += "${datadir}/sgml/gconf/gconf-1.0.dtd \ | ||
| 37 | ${libdir}/GConf-dbus/2/*.la" | ||
| 36 | 38 | ||
| 37 | BBCLASSEXTEND = "native" | 39 | BBCLASSEXTEND = "native" |
| 38 | 40 | ||
