mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
parted: Now readline is fixed, no need for weird EXTRA_OECONF options
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5450 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,12 +3,12 @@ HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
|
||||
LICENSE = "GPLv2"
|
||||
SECTION = "console/tools"
|
||||
DEPENDS = "readline e2fsprogs-libs"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
|
||||
file://syscalls.patch;patch=1 "
|
||||
|
||||
EXTRA_OECONF = "--disable-Werror gl_cv_ignore_unused_libraries=none"
|
||||
EXTRA_OECONF = "--disable-Werror"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user