forked from brl/citadel
12 lines
447 B
Clojure
12 lines
447 B
Clojure
SUMMARY = "bitbake-layers recipe"
|
|
DESCRIPTION = "Recipe created by bitbake-layers"
|
|
LICENSE = "MIT"
|
|
|
|
python do_build() {
|
|
bb.plain("***********************************************");
|
|
bb.plain("* *");
|
|
bb.plain("* Example recipe created by bitbake-layers *");
|
|
bb.plain("* *");
|
|
bb.plain("***********************************************");
|
|
}
|