mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2325 311d38ba-8fff-0310-9ca6-ca027cbcb966
10 lines
121 B
BlitzBasic
10 lines
121 B
BlitzBasic
LICENSE = "LGPL"
|
|
|
|
inherit gnome
|
|
|
|
EXTRA_OECONF = "--disable-gtk-doc --disable-python"
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|