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