diff options
Diffstat (limited to 'packages/python/python_2.4.4.bb')
-rw-r--r-- | packages/python/python_2.4.4.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/python/python_2.4.4.bb b/packages/python/python_2.4.4.bb index 303f956721..81c83ebbd3 100644 --- a/packages/python/python_2.4.4.bb +++ b/packages/python/python_2.4.4.bb @@ -68,3 +68,7 @@ RPROVIDES_python-core = "python" RPROVIDES_python-curses = "python" PACKAGES =+ "libpython2" FILES_libpython2 = "${libdir}/libpython*" + +# catch all the rest (unsorted) +PACKAGES += "python-misc" +FILES_python-misc = "${libdir}/python2.4" |