From: Chris Larson Date: Thu, 29 Jan 2004 23:36:02 +0000 (+0000) Subject: Merge openembedded@openembedded.bkbits.net:packages X-Git-Tag: Release-2010-05/1~20202 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=847378e2a71e72956f122787b96ff4d6aea65e9f;p=openembedded.git 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 --- 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