mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@836 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
299 B
PHP
15 lines
299 B
PHP
HOMEPAGE = "http://www.x.org"
|
|
SECTION = "x11/utils"
|
|
LICENSE = "MIT-X"
|
|
|
|
#DEPENDS = ""
|
|
XORG_PN = "${PN}"
|
|
SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/util/${XORG_PN}-${PV}.tar.gz"
|
|
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|