diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:53:41 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:55:59 -0700 |
commit | eaf6296d710da25f9b1a801f09ee134c48ecff65 (patch) | |
tree | 5d4232ac6630dcc19fd99073f730e9c01ad7e32e | |
parent | a67878a8f1f3adeca9feebdd02ff814baaca14c8 (diff) |
python-setuptools-native: Drop unnecessary FILESPATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r-- | recipes/python/python-setuptools-native_0.6c9.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/python/python-setuptools-native_0.6c9.bb b/recipes/python/python-setuptools-native_0.6c9.bb index 04efd59485..3a39701903 100644 --- a/recipes/python/python-setuptools-native_0.6c9.bb +++ b/recipes/python/python-setuptools-native_0.6c9.bb @@ -1,7 +1,6 @@ require python-setuptools_${PV}.bb inherit native -FILESPATH = "${FILE_DIRNAME}/python-setuptools" DEPENDS = "python-native" do_stage() { |