diff options
author | Michael Smith <msmith@cbnco.com> | 2009-05-25 20:34:53 +0000 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-05-30 13:33:24 -0400 |
commit | b78152acaf5ae9a45f7c749291bf276f60707832 (patch) | |
tree | 0fdb288e0de7f9baa3dea4e03cfe2ac29b9c79ee /recipes/e2fsprogs/e2fsprogs-native_1.38.bb | |
parent | e8097fafd9c9fb0a7f86573859bfb72a28bd38f2 (diff) |
Remove references to base_set_filespath() from recipes that don't need it.
These recipes are covered by the default FILESPATHPKG setting.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'recipes/e2fsprogs/e2fsprogs-native_1.38.bb')
-rw-r--r-- | recipes/e2fsprogs/e2fsprogs-native_1.38.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/e2fsprogs/e2fsprogs-native_1.38.bb b/recipes/e2fsprogs/e2fsprogs-native_1.38.bb index af49b0d7dd..13fd2beb0c 100644 --- a/recipes/e2fsprogs/e2fsprogs-native_1.38.bb +++ b/recipes/e2fsprogs/e2fsprogs-native_1.38.bb @@ -11,7 +11,6 @@ SRC_URI += "file://no-hardlinks.patch;patch=1 \ EXTRA_OECONF = "" -FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/e2fsprogs-${PV}', '${FILE_DIRNAME}/e2fsprogs', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" PACKAGES = "" DEPENDS = "" |