mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
18 lines
421 B
BlitzBasic
18 lines
421 B
BlitzBasic
DESCRIPTION = "parted, the GNU partition resizing program"
|
|
HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
|
|
LICENSE = "GPLv2"
|
|
SECTION = "console/tools"
|
|
DEPENDS = "readline e2fsprogs"
|
|
PR = "r2"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
|
|
file://syscalls.patch;patch=1 "
|
|
|
|
EXTRA_OECONF = "--disable-Werror"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|