From: Chris Larson Date: Wed, 5 May 2004 00:52:03 +0000 (+0000) Subject: Merge openembedded@openembedded.bkbits.net:packages X-Git-Tag: Release-2010-05/1~19327 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95d940b57187efe109b58ff7d9a9c1831567e1f0;p=openembedded.git Merge openembedded@openembedded.bkbits.net:packages into linux.local:/home/kergoth/code/packages 2004/05/04 20:51:59-04:00 local!kergoth Correct modutils-cross FILESDIR. BKrev: 40983ab34GZW8YT8MIP7IFWt3wiT8g --- diff --git a/modutils/modutils-cross_2.4.25.oe b/modutils/modutils-cross_2.4.25.oe index 5a98407a66..88d6771569 100644 --- a/modutils/modutils-cross_2.4.25.oe +++ b/modutils/modutils-cross_2.4.25.oe @@ -2,7 +2,7 @@ include modutils_${PV}.oe inherit cross S = "${WORKDIR}/modutils-${PV}" DEPENDS = "patcher-native" -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/modutils-${PV}-${PR}" +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/files" PACKAGES = "" sbindir = "${prefix}/bin"