libgcrypt: restore BBCLASSEXTEND
[openembedded.git] / recipes / shr / shr-wizard_git.bb
1 DESCRIPTION = "An e17 module and a python app for the SHR first run wizard"
2 HOMEPAGE = "http://shr-project.org"
3 LICENSE = "GPL"
4 DEPENDS = "e-wm"
5 RDEPENDS = "python-elementary shr-settings python-phoneutils e-wm python-dbus python-edbus"
6 SECTION = "x11/application"
7 SRCREV = "24450cba257e7057045ad576530f158a03bd0f8b"
8 PV = "0.0.0+gitr${SRCREV}"
9 PR = "r1"
10
11 inherit autotools
12
13 SRC_URI = "git://git.shr-project.org/repo/shr-wizard.git;protocol=http;branch=master"
14 S = "${WORKDIR}/git"
15
16 FILES_${PN} += "${libdir}/enlightenment/modules/wizard/*/page_900.so"
17
18