]> code.ossystems Code Review - openembedded-core.git/commitdiff
procps: upgrade to version 3.2.8
authorQing He <qing.he@intel.com>
Wed, 10 Nov 2010 07:57:07 +0000 (15:57 +0800)
committerSaul Wold <sgw@linux.intel.com>
Mon, 15 Nov 2010 05:07:45 +0000 (21:07 -0800)
from 3.2.7
also update license info
[sgw@linux.intel.com: added gmake-3.82 patch to correct location]

Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/procps/procps-3.2.8/install.patch [moved from meta/recipes-extended/procps/procps-3.2.7/install.patch with 100% similarity]
meta/recipes-extended/procps/procps-3.2.8/linux-limits.patch [moved from meta/recipes-extended/procps/procps-3.2.7/linux-limits.patch with 100% similarity]
meta/recipes-extended/procps/procps-3.2.8/pagesz-not-constant.patch [moved from meta/recipes-extended/procps/procps-3.2.7/pagesz-not-constant.patch with 100% similarity]
meta/recipes-extended/procps/procps-3.2.8/procmodule.patch [moved from meta/recipes-extended/procps/procps-3.2.7/procmodule.patch with 100% similarity]
meta/recipes-extended/procps/procps-3.2.8/procps-3.2.8+gmake-3.82.patch [moved from meta/recipes-extended/procps/procps-3.2.7/procps-3.2.8+gmake-3.82.patch with 100% similarity]
meta/recipes-extended/procps/procps-3.2.8/procps.init [moved from meta/recipes-extended/procps/procps-3.2.7/procps.init with 100% similarity]
meta/recipes-extended/procps/procps-3.2.8/psmodule.patch [moved from meta/recipes-extended/procps/procps-3.2.7/psmodule.patch with 100% similarity]
meta/recipes-extended/procps/procps-3.2.8/sysctl.conf [moved from meta/recipes-extended/procps/procps-3.2.7/sysctl.conf with 100% similarity]
meta/recipes-extended/procps/procps.inc
meta/recipes-extended/procps/procps_3.2.8.bb [moved from meta/recipes-extended/procps/procps_3.2.7.bb with 90% similarity]

index 2de32d2c83b6e6fbb08fd88aff64b7608b6060a9..b8e20a89cbf2e4e16556519e024b4a59f97368e2 100644 (file)
@@ -5,12 +5,16 @@ includes the programs ps, top, vmstat, w, kill, and skill."
 HOMEPAGE = "http://procps.sf.net"
 SECTION = "base"
 PRIORITY = "optional"
-LICENSE = "GPL"
+LICENSE = "GPLv2+ & LGPLv2+"
+LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
+                  file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812 \
+                  file://ps/COPYING;md5=6e29c688d912da12b66b73e32b03d812 \
+                  file://proc/COPYING;md5=6e29c688d912da12b66b73e32b03d812"
 DEPENDS = "ncurses"
 
 FILES_${PN} += "${base_libdir}/libproc-*.so"
 
 SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \
-           file://install.patch;patch=1"
+           file://install.patch"
 
 inherit autotools
similarity index 90%
rename from meta/recipes-extended/procps/procps_3.2.7.bb
rename to meta/recipes-extended/procps/procps_3.2.8.bb
index 470352553c0446b0ab6cacb5188815f755ca75cd..32d812443faa408a2abb25a7102c97d2197dcb89 100644 (file)
@@ -1,6 +1,6 @@
 require procps.inc
 
-PR = "r10"
+PR = "r0"
 
 inherit update-rc.d update-alternatives
 
@@ -11,9 +11,9 @@ ALTERNATIVE_LINKS = "${bindir}/top ${bindir}/uptime ${bindir}/free ${bindir}/pki
                      ${base_bindir}/kill ${base_sbindir}/sysctl ${base_bindir}/ps"
 ALTERNATIVE_PRIORITY = "90"
 
-SRC_URI += "file://procmodule.patch;patch=1 \
-            file://psmodule.patch;patch=1 \
-           file://linux-limits.patch;patch=1 \
+SRC_URI += "file://procmodule.patch \
+            file://psmodule.patch \
+           file://linux-limits.patch \
            file://sysctl.conf \
            file://procps.init \
            file://procps-3.2.8+gmake-3.82.patch \