blob: c1eaaeb45fa884f8ff51cc4e7b51d35222980e00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SECTION = "base"
PRIORITY = "optional"
DEPENDS = ""
DESCRIPTION = "Event driven system init"
LICENSE = "MPL LGPL"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}
|