mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
parted: Depend on e2fsprogs rather than e2fsprogs-libs
This commit is contained in:
@@ -2,8 +2,8 @@ DESCRIPTION = "parted, the GNU partition resizing program"
|
||||
HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
|
||||
LICENSE = "GPLv2"
|
||||
SECTION = "console/tools"
|
||||
DEPENDS = "readline e2fsprogs-libs"
|
||||
PR = "r1"
|
||||
DEPENDS = "readline e2fsprogs"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
|
||||
file://syscalls.patch;patch=1 "
|
||||
|
||||
Reference in New Issue
Block a user