diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:41:42 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:55:54 -0700 |
commit | ee30da53f5d99c4174fa8826429f9576210b731d (patch) | |
tree | 30ff0e33b068ff38277105eb0670319438cc98e2 /recipes/bzip2 | |
parent | 82c83e656305011ed6cc1adf367bb3c778110cd4 (diff) |
bzip2-full-native: Switch to FILESPATHPKG
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/bzip2')
-rw-r--r-- | recipes/bzip2/bzip2-full-native_1.0.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |