diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-07-20 18:00:03 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-21 16:00:55 +0100 |
commit | e2fa1ec4e959bea21c938da0ca21e3bd7bc89a5b (patch) | |
tree | f25deb8a27a078c1e879534b70b2b03864d8ae0c /meta/conf/distro | |
parent | 47a60ccef0d96ffa743aa6f1f7cedec0ce759acf (diff) | |
download | openembedded-core-e2fa1ec4e959bea21c938da0ca21e3bd7bc89a5b.tar.gz openembedded-core-e2fa1ec4e959bea21c938da0ca21e3bd7bc89a5b.tar.bz2 openembedded-core-e2fa1ec4e959bea21c938da0ca21e3bd7bc89a5b.tar.xz openembedded-core-e2fa1ec4e959bea21c938da0ca21e3bd7bc89a5b.zip |
oprofile: fix metadata
Add HOMEAPGE,BUGTRACKER
Fix LICENSE and add LIC_FILES_CHKSUM
Update PREFERRED_VERSION_oprofile
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/poky-fixed-revisions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc index a6266be60..9b64c7f11 100644 --- a/meta/conf/distro/include/poky-fixed-revisions.inc +++ b/meta/conf/distro/include/poky-fixed-revisions.inc @@ -22,7 +22,7 @@ PREFERRED_VERSION_libgnomecanvas ?= "2.20.0" PREFERRED_VERSION_evince ?= "2.20.0" PREFERRED_VERSION_minimo ?= "0.02+cvs${SRCDATE_minimo}" -PREFERRED_VERSION_oprofile ?= "0.9.4" +PREFERRED_VERSION_oprofile ?= "0.9.6" PREFERRED_VERSION_elfutils ?= "0.89" PREFERRED_VERSION_hal ?= "0.5.13" PREFERRED_VERSION_hal-info ?= "20090414" |