mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-08 23:24:50 +02:00
14 lines
227 B
PHP
14 lines
227 B
PHP
SECTION = "unknown"
|
|
DEPENDS = "gettext-native gmp-native"
|
|
|
|
LICENSE = "LGPLv2.1"
|
|
|
|
inherit autotools native
|
|
|
|
S="${WORKDIR}/guile-${PV}"
|
|
|
|
do_configure_append() {
|
|
find ${S} -name Makefile | xargs sed -i s:'-Werror':'':g
|
|
}
|
|
|