diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/parted/parted_1.9.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/parted/parted_1.9.0.bb b/meta/packages/parted/parted_1.9.0.bb index 2a95b9ceaa..cd9c09f593 100644 --- a/meta/packages/parted/parted_1.9.0.bb +++ b/meta/packages/parted/parted_1.9.0.bb | |||
@@ -8,7 +8,9 @@ PR = "r3" | |||
8 | SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ | 8 | SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ |
9 | file://no_check.patch;patch=1 \ | 9 | file://no_check.patch;patch=1 \ |
10 | file://syscalls.patch;patch=1 " | 10 | file://syscalls.patch;patch=1 " |
11 | 11 | ||
12 | EXTRA_OECONF = "--disable-Werror --disable-device-mapper" | 12 | EXTRA_OECONF = "--disable-Werror --disable-device-mapper" |
13 | 13 | ||
14 | inherit autotools_stage pkgconfig gettext | 14 | inherit autotools_stage pkgconfig gettext |
15 | |||
16 | BBCLASSEXTEND = "native" | ||