diff options
author | Michael Smith <msmith@cbnco.com> | 2009-05-25 20:34:54 +0000 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-05-30 13:33:24 -0400 |
commit | fd94b63f7036a6b2bedc1055c5fef510b27704b1 (patch) | |
tree | cf2813e674f5ba8b2482783c8dea38ff5cf1c2e1 /recipes/freesmartphone | |
parent | b78152acaf5ae9a45f7c749291bf276f60707832 (diff) |
Replace obsolete base_set_filespath() with FILESPATHPKG in some recipes.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/frameworkd-devel_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/freesmartphone/frameworkd-devel_git.bb b/recipes/freesmartphone/frameworkd-devel_git.bb index f5f6c0bc2d..a6439ee653 100644 --- a/recipes/freesmartphone/frameworkd-devel_git.bb +++ b/recipes/freesmartphone/frameworkd-devel_git.bb @@ -1,5 +1,5 @@ require frameworkd_git.bb -FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/frameworkd', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" +FILESPATHPKG =. "frameworkd:" PROVIDES = "frameworkd" RPROVIDES = "frameworkd" PV = "0.8.5.x+gitr${SRCREV}" |