diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:41:23 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:55:53 -0700 |
commit | 82c83e656305011ed6cc1adf367bb3c778110cd4 (patch) | |
tree | e57597479635be33aca9cc892881c4893d916433 /recipes/busybox | |
parent | 4d642fd5d31654520fdeb3c83f197024e996fcf0 (diff) |
busybox-static: Switch to FILESPATHPKG
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/busybox')
-rw-r--r-- | recipes/busybox/busybox-static_1.11.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/busybox/busybox-static_1.11.3.bb b/recipes/busybox/busybox-static_1.11.3.bb index 6523fa90fe..dc9738180d 100644 --- a/recipes/busybox/busybox-static_1.11.3.bb +++ b/recipes/busybox/busybox-static_1.11.3.bb @@ -1,7 +1,7 @@ require busybox_${PV}.bb PR = "${INC_PR}.1" -FILESPATH = "${FILE_DIRNAME}/busybox-${PV}:${FILE_DIRNAME}/files:${FILE_DIRNAME}" +FILESPATHPKG =. "busybox-${PV}:" S = "${WORKDIR}/busybox-${PV}" do_configure_append() { |