increase dvbapp PR.
[vuplus_openembedded] / recipes / xorg-data / xorg-data-common.inc
1 HOMEPAGE = "http://www.x.org"
2 SECTION = "x11/data"
3 LICENSE = "MIT-X"
4
5 XORG_PN = "${PN}"
6
7 SRC_URI = "${XORG_MIRROR}/individual/data/${XORG_PN}-${PV}.tar.bz2"
8 S = "${WORKDIR}/${XORG_PN}-${PV}"
9
10 inherit autotools pkgconfig
11
12 do_stage() {
13         autotools_stage_all
14 }