mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
15 lines
256 B
PHP
15 lines
256 B
PHP
DESCRIPTION = "Linphone version of antlr3"
|
|
LICENSE = "GPL"
|
|
|
|
PROVIDES = "antlr3c antlr3c-dev"
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
|
|
S = "${WORKDIR}/git/runtime/C"
|
|
|
|
inherit autotools pkgconfig lib_package
|
|
|
|
do_fetch_append() {
|
|
import os
|
|
os.system("autogen.sh")
|
|
}
|
|
|