summaryrefslogtreecommitdiffstats
path: root/meta-moblin
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-07-09 17:19:29 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-07-09 17:19:29 +0100
commitffe979a855bc3bc0c56fc1e6c35b35fbace5334c (patch)
tree2e2dea9b1d13cfe57e0c76c9dc65876dc9751739 /meta-moblin
parentf5d0882b4099b74560fbbd5546ca00228c7e2cdd (diff)
downloadpoky-ffe979a855bc3bc0c56fc1e6c35b35fbace5334c.tar.gz
Add package_history.bbclass which checks generated package against previous package looking for problematic changes
Diffstat (limited to 'meta-moblin')
-rw-r--r--meta-moblin/conf/distro/moblin.conf2
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
7PACKAGE_CLASSES ?= "package_ipk package_rpm" 7PACKAGE_CLASSES ?= "package_ipk package_rpm"
8INHERIT_INSANE ?= "insane" 8INHERIT_INSANE ?= "insane"
9INHERIT += "${PACKAGE_CLASSES} debian moblin devshell ${INHERIT_INSANE} packaged-staging" 9INHERIT += "${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"