diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb b/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb index 1d5a8575e4..d9273272e1 100644 --- a/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb +++ b/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "GNOME configuration database system" | |||
| 2 | SECTION = "x11/gnome" | 2 | SECTION = "x11/gnome" |
| 3 | DEPENDS = "gobject-introspection-native gtk+ orbit2 glib-2.0 libxml2 polkit" | 3 | DEPENDS = "gobject-introspection-native gtk+ orbit2 glib-2.0 libxml2 polkit" |
| 4 | 4 | ||
| 5 | PR = "r4" | 5 | PR = "r5" |
| 6 | 6 | ||
| 7 | LICENSE = "LGPLv2+" | 7 | LICENSE = "LGPLv2+" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" |
| @@ -30,6 +30,7 @@ do_install_append() { | |||
| 30 | 30 | ||
| 31 | # this stuff is unusable | 31 | # this stuff is unusable |
| 32 | rm ${D}${libdir}/GConf/*/*.*a | 32 | rm ${D}${libdir}/GConf/*/*.*a |
| 33 | rm ${D}${libdir}/gio/*/*.*a | ||
| 33 | } | 34 | } |
| 34 | 35 | ||
| 35 | RDEPENDS_${PN} += "dbus-x11" | 36 | RDEPENDS_${PN} += "dbus-x11" |
| @@ -41,4 +42,5 @@ FILES_${PN} += "${libdir}/GConf/* \ | |||
| 41 | " | 42 | " |
| 42 | 43 | ||
| 43 | FILES_${PN}-dbg += "${libdir}/*/*/.debug" | 44 | FILES_${PN}-dbg += "${libdir}/*/*/.debug" |
| 44 | FILES_${PN}-dev += "${datadir}/sgml/gconf/gconf-1.0.dtd" | 45 | FILES_${PN}-dev += "${datadir}/sgml/gconf/gconf-1.0.dtd \ |
| 46 | ${libdir}/*/gio/*/*.la" | ||
