aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cherokee
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2009-05-25 20:34:54 +0000
committerTom Rini <trini@embeddedalley.com>2009-05-30 13:33:24 -0400
commitfd94b63f7036a6b2bedc1055c5fef510b27704b1 (patch)
treecf2813e674f5ba8b2482783c8dea38ff5cf1c2e1 /recipes/cherokee
parentb78152acaf5ae9a45f7c749291bf276f60707832 (diff)
downloadopenembedded-fd94b63f7036a6b2bedc1055c5fef510b27704b1.tar.gz
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/cherokee')
-rw-r--r--recipes/cherokee/cherokee-nossl_0.5.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/cherokee/cherokee-nossl_0.5.3.bb b/recipes/cherokee/cherokee-nossl_0.5.3.bb
index 409366004a..3ea9068456 100644
--- a/recipes/cherokee/cherokee-nossl_0.5.3.bb
+++ b/recipes/cherokee/cherokee-nossl_0.5.3.bb
@@ -2,7 +2,7 @@ require cherokee_${PV}.bb
DEPENDS = "libpcre"
-FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/cherokee-${PV}', '${FILE_DIRNAME}/cherokee', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
+FILESPATHPKG =. "cherokee-${PV}:cherokee:"
S = "${WORKDIR}/cherokee-${PV}"