base.bbclass: Move package metadata handling functions into their own class file

This commit is contained in:
Richard Purdie
2009-01-25 17:14:57 +00:00
parent 0903f6a455
commit c2c16bced8
3 changed files with 84 additions and 82 deletions

View File

@@ -2,6 +2,8 @@
# General packaging help functions
#
inherit packagedata
PKGDEST = "${WORKDIR}/install"
def legitimize_package_name(s):