mirror of
https://git.yoctoproject.org/poky
synced 2026-03-05 06:49:39 +01:00
9 lines
215 B
BlitzBasic
9 lines
215 B
BlitzBasic
DESCRIPTION = "Display or change block device settings"
|
|
LICENSE = "GPLv2"
|
|
DEPENDS = "glib-2.0"
|
|
|
|
SRC_URI = "${DEBIAN_MIRROR}/main/b/blktool/blktool_4.orig.tar.gz"
|
|
|
|
S = "${WORKDIR}/${PN}-${PV}.orig"
|
|
|
|
inherit autotools |