From: Tom Rini Date: Fri, 4 Jun 2010 23:41:42 +0000 (-0700) Subject: bzip2-full-native: Switch to FILESPATHPKG X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee30da53f5d99c4174fa8826429f9576210b731d;p=openembedded.git bzip2-full-native: Switch to FILESPATHPKG Signed-off-by: Tom Rini --- diff --git a/recipes/bzip2/bzip2-full-native_1.0.5.bb b/recipes/bzip2/bzip2-full-native_1.0.5.bb index 8ead80a802..9e6da4ac18 100644 --- a/recipes/bzip2/bzip2-full-native_1.0.5.bb +++ b/recipes/bzip2/bzip2-full-native_1.0.5.bb @@ -3,7 +3,7 @@ SECTION = "console/utils" PR = "r1" LICENSE = "bzip2" -FILESPATH =. "${FILE_DIRNAME}/bzip2-${PV}:" +FILESPATHPKG =. "bzip2-${PV}:" SRC_URI = "http://www.bzip.org/${PV}/bzip2-${PV}.tar.gz \ file://bzip2-1.0.5-autoconfiscated.patch"