diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/dconf/dconf_0.49.0.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/dconf/dconf_0.49.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.49.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.49.0.bb new file mode 100644 index 0000000000..43a680d202 --- /dev/null +++ b/meta-gnome/recipes-gnome/dconf/dconf_0.49.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "configuation database system" | ||
| 2 | LICENSE = "LGPL-2.1-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
| 4 | SECTION = "x11/gnome" | ||
| 5 | |||
| 6 | SRC_URI[archive.sha256sum] = "16a47e49a58156dbb96578e1708325299e4c19eea9be128d5bd12fd0963d6c36" | ||
| 7 | |||
| 8 | DEPENDS = "dbus glib-2.0 intltool-native" | ||
| 9 | |||
| 10 | |||
| 11 | inherit gnomebase bash-completion vala | ||
| 12 | |||
| 13 | # I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl | ||
| 14 | EXTRA_OEMESON = "-Dman=false" | ||
| 15 | # no bash-completion for native | ||
| 16 | EXTRA_OEMESON:append:class-native = " -Dbash_completion=false" | ||
| 17 | |||
| 18 | FILES:${PN} += " \ | ||
| 19 | ${datadir}/dbus-1 \ | ||
| 20 | ${systemd_user_unitdir} \ | ||
| 21 | ${libdir}/gio/modules/*.so \ | ||
| 22 | " | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native" | ||
