diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-21 15:49:13 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-21 19:43:48 +0200 |
| commit | 8bd56b95b570aea7c7187df0e5a9d4df086fdeac (patch) | |
| tree | 1e70470f107e4d253812cbd89acee4cd2b79637f | |
| parent | c9305fed7202158f304f043b69d788fe9672bb27 (diff) | |
| download | meta-openembedded-8bd56b95b570aea7c7187df0e5a9d4df086fdeac.tar.gz | |
dconf 0.5.1: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543ed
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-gnome/recipes-gnome/dconf/dconf_0.5.1.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.5.1.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.5.1.bb new file mode 100644 index 0000000000..0bc55d5f2d --- /dev/null +++ b/meta-gnome/recipes-gnome/dconf/dconf_0.5.1.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "configuation database system" | ||
| 2 | LICENSE = "LGPLv2.1" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
| 4 | |||
| 5 | PR = "r1" | ||
| 6 | |||
| 7 | SECTION = "x11/gnome" | ||
| 8 | |||
| 9 | inherit gnome | ||
| 10 | |||
| 11 | DEPENDS = "glib-2.0" | ||
| 12 | |||
| 13 | inherit vala | ||
| 14 | |||
| 15 | SRC_URI[archive.md5sum] = "c905497d0255fe2ba58564f9655908ab" | ||
| 16 | SRC_URI[archive.sha256sum] = "0083d70e1b5e540d8d4b3f04fa5d17dff4c574136682fe3bdd9b5ecc196ec4f6" | ||
| 17 | |||
| 18 | PACKAGES =+ "dconf-editor" | ||
| 19 | |||
| 20 | FILES_dconf-editor = "${bindir}/dconf-editor" | ||
| 21 | FILES_${PN} += "${datadir}/dbus-1/ \ | ||
| 22 | ${libdir}/gio/modules/*.so \ | ||
| 23 | " | ||
| 24 | |||
