diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-02-10 15:25:11 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-02-10 18:51:58 -0200 |
commit | 3c1879f4a8ba2f8076fa4f52f42dd8c7edc4be87 (patch) | |
tree | fb3184040195ae061229c652322ccf25398eafba /packages/parted/parted_1.8.8.bb | |
parent | 0831b585c51a5d7e2922e945a9d491bb8f45862d (diff) |
parted: revamp 1.8.8 recipe
It now uses a macro to define _llseek if it is not available and sync
it against current stable branch making it more suitable to be used in
scripts and like.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'packages/parted/parted_1.8.8.bb')
-rw-r--r-- | packages/parted/parted_1.8.8.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/parted/parted_1.8.8.bb b/packages/parted/parted_1.8.8.bb index d1b5cbe5b3..4eb8aa5ca2 100644 --- a/packages/parted/parted_1.8.8.bb +++ b/packages/parted/parted_1.8.8.bb @@ -4,11 +4,13 @@ LICENSE = "GPLv3" SECTION = "console/tools" DEPENDS = "readline e2fsprogs-libs" -PR = "r1" +PR = "r2" SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ file://syscalls.h \ file://syscalls.patch;patch=1 \ + file://use_llseek_syscall.patch;patch=1 \ + file://parted-1.8.x.patch;patch=1 \ " EXTRA_OECONF = "--disable-Werror ac_cv_func_calloc_0_nonnull=yes" |