diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-10-26 18:15:01 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-10-26 18:15:01 +0000 |
commit | 498d5729ad0d5da4add4a48476bbe407ae345bb1 (patch) | |
tree | 323337b682c3129ead4c4a73c3cda6aee4678c1c /packages/python | |
parent | c95f85a56d3cb446682242869b24c87ae955823b (diff) |
python: Remove bogus PACKAGES_DYNAMIC
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python_2.4.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/python/python_2.4.3.bb b/packages/python/python_2.4.3.bb index 2650926307..7718dd0722 100644 --- a/packages/python/python_2.4.3.bb +++ b/packages/python/python_2.4.3.bb @@ -67,5 +67,4 @@ require python-${PV}-manifest.inc RPROVIDES_python-core = "python" RPROVIDES_python-curses = "python" PACKAGES =+ "libpython2" -PACKAGES_DYNAMIC = "libpython2" FILES_libpython2 = "${libdir}/libpython*" |