mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +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
|