increase dvbapp PR.
[vuplus_openembedded] / recipes / gpephone / ptim-headers_1.0.bb
1 DESCRIPTION = "Phone input method - shared headers"
2 SECTION = "gpephone"
3 PRIORITY = "optional"
4 LICENSE = "LiPS"
5 DEPENDS = "gtk+"
6
7 inherit gpephone pkgconfig autotools
8
9 SRC_URI = "${GPEPHONE_MIRROR}/ptim-headers-${PV}/imheaders-${PV}.tar.bz2"
10
11 S = "${WORKDIR}/imheaders-${PV}"
12
13 do_stage () {
14     autotools_stage_all
15 }