mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 22:24:51 +00:00
8 lines
154 B
BlitzBasic
8 lines
154 B
BlitzBasic
DESCRIPTION = "GNU Helloworld application"
|
|
SECTION = "examples"
|
|
LICENSE = "GPLv3"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/hello/hello-${PV}.tar.bz2"
|
|
|
|
inherit autotools
|