mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
11 lines
232 B
BlitzBasic
11 lines
232 B
BlitzBasic
DESCRIPTION = "X autotools macros"
|
|
SECTION = "x11/libs"
|
|
LICENSE= "Xorg"
|
|
#MAINTAINER = ""
|
|
|
|
SRC_URI = "${XORG_MIRROR}/X11R7.0/src/util/util-macros-${PV}.tar.bz2"
|
|
S = "${WORKDIR}/util-macros-${PV}"
|
|
|
|
inherit native autotools pkgconfig
|
|
|