From 758cda1d54508a6bcb16f18ee0f958063a0c1880 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Thu, 6 Sep 2007 11:03:52 +0000 Subject: [PATCH] fakeroot: Apply patch for fakeroot-native to fakeroot too. --- packages/fakeroot/fakeroot_1.7.1.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/fakeroot/fakeroot_1.7.1.bb b/packages/fakeroot/fakeroot_1.7.1.bb index 486bf93a46..803b5f3ff4 100644 --- a/packages/fakeroot/fakeroot_1.7.1.bb +++ b/packages/fakeroot/fakeroot_1.7.1.bb @@ -3,9 +3,10 @@ SECTION = "base" LICENSE = "GPL" # fakeroot needs getopt which is provided by the util-linux package RDEPENDS = "util-linux" -PR = "r1" +PR = "r2" -SRC_URI = "ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${PV}.tar.gz" +SRC_URI = "ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${PV}.tar.gz \ + file://work-with-older-libtool.patch;patch=1" inherit autotools -- 2.39.5