diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-09-06 12:17:23 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-09-06 12:17:23 +0000 |
commit | 111c8a8ab441cf56bc35048ed20e676cce978767 (patch) | |
tree | f86cd6e840ea5ca04362ef660a9e2da0f62b5afb | |
parent | 2fa83dc43e0ded26b9e35efe65fde26df6d63994 (diff) |
fakeroot/fakeroot-native_1.7.1.bb : dont apply same patch twice
-rw-r--r-- | packages/fakeroot/fakeroot-native_1.7.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/fakeroot/fakeroot-native_1.7.1.bb b/packages/fakeroot/fakeroot-native_1.7.1.bb index 6f2969e181..8b3d2a1590 100644 --- a/packages/fakeroot/fakeroot-native_1.7.1.bb +++ b/packages/fakeroot/fakeroot-native_1.7.1.bb @@ -3,8 +3,7 @@ require fakeroot_${PV}.bb inherit native RDEPENDS="util-linux-native" -SRC_URI += "file://fix-prefix.patch;patch=1 \ - file://work-with-older-libtool.patch;patch=1" +SRC_URI += "file://fix-prefix.patch;patch=1 " S = "${WORKDIR}/fakeroot-${PV}" EXTRA_OECONF = " --program-prefix=" |