mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3701 311d38ba-8fff-0310-9ca6-ca027cbcb966
13 lines
163 B
BlitzBasic
13 lines
163 B
BlitzBasic
LICENSE = "LGPL"
|
|
DEPENDS = "gtk+ intltool-native"
|
|
|
|
PR="r1"
|
|
|
|
inherit gnome
|
|
|
|
EXTRA_OECONF = "--disable-gtk-doc --disable-python"
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|