diff options
author | Chris Larson <kergoth@openedhand.com> | 2006-10-23 04:42:11 +0000 |
---|---|---|
committer | Chris Larson <kergoth@openedhand.com> | 2006-10-23 04:42:11 +0000 |
commit | ac46aeb1a0dcc52c3640dcfa046162fe1c5c9df0 (patch) | |
tree | 20919564301b6393924d8c3d69e4e8b7409df567 /meta/packages/gnome/gconf-dbus_svn.bb | |
parent | 6e8fc10d9b36e63b7c3afe077a11a167dd94ce28 (diff) | |
download | poky-ac46aeb1a0dcc52c3640dcfa046162fe1c5c9df0.tar.gz |
gconf-dbus: dont include .debug, .so, .la in main packages.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@816 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnome/gconf-dbus_svn.bb')
-rw-r--r-- | meta/packages/gnome/gconf-dbus_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/gnome/gconf-dbus_svn.bb b/meta/packages/gnome/gconf-dbus_svn.bb index b74043d470..2edaf4ed23 100644 --- a/meta/packages/gnome/gconf-dbus_svn.bb +++ b/meta/packages/gnome/gconf-dbus_svn.bb | |||
@@ -7,7 +7,7 @@ RPROVIDES_${PN} = "gconf" | |||
7 | RPROVIDES_${PN}-dev = "gconf-dev" | 7 | RPROVIDES_${PN}-dev = "gconf-dev" |
8 | 8 | ||
9 | PV = "2.10.0+svn${SRCDATE}" | 9 | PV = "2.10.0+svn${SRCDATE}" |
10 | PR = "r2" | 10 | PR = "r3" |
11 | 11 | ||
12 | SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \ | 12 | SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \ |
13 | file://gconf-dbus-update.patch;patch=1;pnum=0 \ | 13 | file://gconf-dbus-update.patch;patch=1;pnum=0 \ |
@@ -22,7 +22,8 @@ S = "${WORKDIR}/trunk" | |||
22 | 22 | ||
23 | PARALLEL_MAKE = "" | 23 | PARALLEL_MAKE = "" |
24 | 24 | ||
25 | FILES_${PN} += " ${libdir}/GConf/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus*" | 25 | FILES_${PN} = "${libdir}/gconf-dbus/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus* ${libdir}/*.so.* ${bindir}/* ${libexecdir}/*" |
26 | FILES_${PN}-dbg += " ${libdir}/gconf-dbus/2/.debug" | ||
26 | 27 | ||
27 | EXTRA_OECONF = " --with-ipc=dbus --disable-gtk-doc --enable-gtk --host=${HOST_SYS} --enable-shared --disable-static" | 28 | EXTRA_OECONF = " --with-ipc=dbus --disable-gtk-doc --enable-gtk --host=${HOST_SYS} --enable-shared --disable-static" |
28 | 29 | ||