blob: bb961d3ed476132ead04085990a4c244febf6482 (
plain)
1
2
3
4
5
6
7
8
|
HOMEPAGE = "http:/ccache.samba.org"
DESCRIPTION = "compiler cache"
SECTION = "devel"
LICENSE= "GPL"
SRC_URI = "http://ccache.samba.org/ftp/ccache/ccache-${PV}.tar.gz"
inherit autotools
|