diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-09 15:42:46 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-09 15:42:46 +0100 |
commit | 5f20fdda9969042e91444a35d7beefe83a3427d8 (patch) | |
tree | 43c346e8473b679c41d16ea057727f1f691ced96 /packages/python | |
parent | f1eb668f13a72b0bf064e624df35e3bf9a3559b0 (diff) |
python-twisted-native: zap RDEPENDS_${PN} as well
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-twisted-native_8.2.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/python/python-twisted-native_8.2.0.bb b/packages/python/python-twisted-native_8.2.0.bb index 063f0fdb13..d35b9f2482 100644 --- a/packages/python/python-twisted-native_8.2.0.bb +++ b/packages/python/python-twisted-native_8.2.0.bb @@ -1,5 +1,7 @@ require python-twisted_${PV}.bb +RDEPENDS_${PN} = "" + inherit native do_stage() { |