]> code.ossystems Code Review - openembedded-core.git/commitdiff
oprofile: fix metadata
authorDexuan Cui <dexuan.cui@intel.com>
Tue, 20 Jul 2010 10:00:03 +0000 (18:00 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 21 Jul 2010 15:00:55 +0000 (16:00 +0100)
Add HOMEAPGE,BUGTRACKER
Fix LICENSE and add LIC_FILES_CHKSUM
Update PREFERRED_VERSION_oprofile

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/conf/distro/include/poky-fixed-revisions.inc
meta/packages/oprofile/oprofile_0.9.6.bb

index a6266be60689b8c66d7cd26fe84acb5d16cfc647..9b64c7f11dbf4e3ef430dcef68ad10d5412b20d3 100644 (file)
@@ -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"
index 29c3f1bb7fb6458be2f5ddf40c1e2cda0b36cb4d..9679411becf6404e5be6e2fe9d36de354cf15279 100644 (file)
@@ -1,10 +1,19 @@
-SECTION = "devel"
 DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
 of profiling all running code at low overhead."
-LICENSE = "GPL"
+HOMEPAGE = "http://oprofile.sourceforge.net/news/"
+BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16191&atid=116191"
+
+LICENSE = "LGPLv2.1+ & GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+                    file://libopagent/opagent.h;beginline=5;endline=26;md5=4f16f72c7a493d8a4704aa18d03d15c6 \
+                    file://daemon/liblegacy/p_module.h;beginline=2;endline=20;md5=fc23a43455edf185307274a99730b6e4"
+
+SECTION = "devel"
+
 DEPENDS = "popt binutils"
 RDEPENDS = "binutils-symlinks"
 RRECOMMENDS = "kernel-vmlinux"
+
 PR = "r0"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \