aboutsummaryrefslogtreecommitdiffstats
path: root/modutils
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-01-29 23:36:02 +0000
committerChris Larson <clarson@kergoth.com>2004-01-29 23:36:02 +0000
commit847378e2a71e72956f122787b96ff4d6aea65e9f (patch)
tree5f88c15b0c133fbe6fb0340379ca7a24a16df140 /modutils
parentb506154479c659291fad1bd04d5db23877adde04 (diff)
downloadopenembedded-847378e2a71e72956f122787b96ff4d6aea65e9f.tar.gz
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
Diffstat (limited to 'modutils')
-rw-r--r--modutils/modutils-2.4.25-r0/program_prefix.patch0
-rw-r--r--modutils/modutils_2.4.25.oe3
2 files changed, 2 insertions, 1 deletions
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
--- /dev/null
+++ b/modutils/modutils-2.4.25-r0/program_prefix.patch
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