1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

Add package_history.bbclass which checks generated package against previous package looking for problematic changes

This commit is contained in:
Richard Purdie
2009-07-09 17:19:29 +01:00
parent f5d0882b40
commit ffe979a855
2 changed files with 101 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ MAINTAINER = "Moblin <dev@lists.moblin.org>"
PACKAGE_CLASSES ?= "package_ipk package_rpm"
INHERIT_INSANE ?= "insane"
INHERIT += "${PACKAGE_CLASSES} debian moblin devshell ${INHERIT_INSANE} packaged-staging"
INHERIT += "${PACKAGE_CLASSES} debian moblin devshell ${INHERIT_INSANE} packaged-staging packagehistory"
# For some reason, this doesn't work
# TARGET_OS ?= "linux"