From 847378e2a71e72956f122787b96ff4d6aea65e9f Mon Sep 17 00:00:00 2001
From: Chris Larson <clarson@kergoth.com>
Date: Thu, 29 Jan 2004 23:36:02 +0000
Subject: Merge openembedded@openembedded.bkbits.net:packages into
 zelda.tuxnami.org:/home/kergoth/code/packages

2004/01/29 18:32:51-05:00 local!kergoth
Add patch to make modutils obey program_prefix.  Makes modutils-cross actually useful.

BKrev: 401998e2dCx6WgFw7cKpq_yX2LwSJA
---
 modutils/modutils-2.4.25-r0/program_prefix.patch | 0
 modutils/modutils_2.4.25.oe                      | 3 ++-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 modutils/modutils-2.4.25-r0/program_prefix.patch

(limited to 'modutils')

diff --git a/modutils/modutils-2.4.25-r0/program_prefix.patch b/modutils/modutils-2.4.25-r0/program_prefix.patch
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/modutils/modutils_2.4.25.oe b/modutils/modutils_2.4.25.oe
index ac0b39cca7..4d1ee07c3d 100644
--- a/modutils/modutils_2.4.25.oe
+++ b/modutils/modutils_2.4.25.oe
@@ -1,6 +1,7 @@
 SRC_URI = ftp://ftp.kernel.org/pub/linux/utils/kernel/${PN}/v2.4/modutils-${PV}.tar.bz2 \
 	  file://${FILESDIR}/modutils-notest.patch;patch=1 \
-	  file://${FILESDIR}/configure.patch;patch=1
+	  file://${FILESDIR}/configure.patch;patch=1 \
+	  file://${FILESDIR}/program_prefix.patch;patch=1
 
 inherit autotools
 
-- 
cgit v1.2.3