diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-09 17:19:29 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-09 17:19:29 +0100 |
commit | ffe979a855bc3bc0c56fc1e6c35b35fbace5334c (patch) | |
tree | 2e2dea9b1d13cfe57e0c76c9dc65876dc9751739 /meta-moblin/conf | |
parent | f5d0882b4099b74560fbbd5546ca00228c7e2cdd (diff) | |
download | poky-ffe979a855bc3bc0c56fc1e6c35b35fbace5334c.tar.gz |
Add package_history.bbclass which checks generated package against previous package looking for problematic changes
Diffstat (limited to 'meta-moblin/conf')
-rw-r--r-- | meta-moblin/conf/distro/moblin.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-moblin/conf/distro/moblin.conf b/meta-moblin/conf/distro/moblin.conf index d27aa96e0e..485c3a13f1 100644 --- a/meta-moblin/conf/distro/moblin.conf +++ b/meta-moblin/conf/distro/moblin.conf | |||
@@ -6,7 +6,7 @@ MAINTAINER = "Moblin <dev@lists.moblin.org>" | |||
6 | 6 | ||
7 | PACKAGE_CLASSES ?= "package_ipk package_rpm" | 7 | PACKAGE_CLASSES ?= "package_ipk package_rpm" |
8 | INHERIT_INSANE ?= "insane" | 8 | INHERIT_INSANE ?= "insane" |
9 | INHERIT += "${PACKAGE_CLASSES} debian moblin devshell ${INHERIT_INSANE} packaged-staging" | 9 | INHERIT += "${PACKAGE_CLASSES} debian moblin devshell ${INHERIT_INSANE} packaged-staging packagehistory" |
10 | 10 | ||
11 | # For some reason, this doesn't work | 11 | # For some reason, this doesn't work |
12 | # TARGET_OS ?= "linux" | 12 | # TARGET_OS ?= "linux" |