mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02: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
|