diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:41:54 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:55:54 -0700 |
commit | 2f482758ad63b5d45c9b826c56cbfdbb29fd0bad (patch) | |
tree | f3b060a536ed8d3c95dd76d8f4549a61a92cdfa1 /recipes/elfkickers | |
parent | ee30da53f5d99c4174fa8826429f9576210b731d (diff) |
elfkickers-native: Drop unnecessary FILESPATH modification
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/elfkickers')
-rw-r--r-- | recipes/elfkickers/elfkickers-native_2.0a.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/elfkickers/elfkickers-native_2.0a.bb b/recipes/elfkickers/elfkickers-native_2.0a.bb index 0de9c63a78..32b1dde3af 100644 --- a/recipes/elfkickers/elfkickers-native_2.0a.bb +++ b/recipes/elfkickers/elfkickers-native_2.0a.bb @@ -2,7 +2,6 @@ require elfkickers_${PV}.bb inherit native ELFPKGS = "sstrip" -FILESPATH = "${FILE_DIRNAME}/elfkickers-${PV}:${FILE_DIRNAME}/elfkickers:${FILE_DIRNAME}/files" do_stage () { for d in ${ELFPKGS}; do |