diff --git a/meta/recipes-extended/procps/procps-3.2.7/install.patch b/meta/recipes-extended/procps/procps-3.2.8/install.patch similarity index 100% rename from meta/recipes-extended/procps/procps-3.2.7/install.patch rename to meta/recipes-extended/procps/procps-3.2.8/install.patch diff --git a/meta/recipes-extended/procps/procps-3.2.7/linux-limits.patch b/meta/recipes-extended/procps/procps-3.2.8/linux-limits.patch similarity index 100% rename from meta/recipes-extended/procps/procps-3.2.7/linux-limits.patch rename to meta/recipes-extended/procps/procps-3.2.8/linux-limits.patch diff --git a/meta/recipes-extended/procps/procps-3.2.7/pagesz-not-constant.patch b/meta/recipes-extended/procps/procps-3.2.8/pagesz-not-constant.patch similarity index 100% rename from meta/recipes-extended/procps/procps-3.2.7/pagesz-not-constant.patch rename to meta/recipes-extended/procps/procps-3.2.8/pagesz-not-constant.patch diff --git a/meta/recipes-extended/procps/procps-3.2.7/procmodule.patch b/meta/recipes-extended/procps/procps-3.2.8/procmodule.patch similarity index 100% rename from meta/recipes-extended/procps/procps-3.2.7/procmodule.patch rename to meta/recipes-extended/procps/procps-3.2.8/procmodule.patch diff --git a/meta/recipes-extended/procps/procps-3.2.7/procps-3.2.8+gmake-3.82.patch b/meta/recipes-extended/procps/procps-3.2.8/procps-3.2.8+gmake-3.82.patch similarity index 100% rename from meta/recipes-extended/procps/procps-3.2.7/procps-3.2.8+gmake-3.82.patch rename to meta/recipes-extended/procps/procps-3.2.8/procps-3.2.8+gmake-3.82.patch diff --git a/meta/recipes-extended/procps/procps-3.2.7/procps.init b/meta/recipes-extended/procps/procps-3.2.8/procps.init similarity index 100% rename from meta/recipes-extended/procps/procps-3.2.7/procps.init rename to meta/recipes-extended/procps/procps-3.2.8/procps.init diff --git a/meta/recipes-extended/procps/procps-3.2.7/psmodule.patch b/meta/recipes-extended/procps/procps-3.2.8/psmodule.patch similarity index 100% rename from meta/recipes-extended/procps/procps-3.2.7/psmodule.patch rename to meta/recipes-extended/procps/procps-3.2.8/psmodule.patch diff --git a/meta/recipes-extended/procps/procps-3.2.7/sysctl.conf b/meta/recipes-extended/procps/procps-3.2.8/sysctl.conf similarity index 100% rename from meta/recipes-extended/procps/procps-3.2.7/sysctl.conf rename to meta/recipes-extended/procps/procps-3.2.8/sysctl.conf diff --git a/meta/recipes-extended/procps/procps.inc b/meta/recipes-extended/procps/procps.inc index 2de32d2c83..b8e20a89cb 100644 --- a/meta/recipes-extended/procps/procps.inc +++ b/meta/recipes-extended/procps/procps.inc @@ -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 diff --git a/meta/recipes-extended/procps/procps_3.2.7.bb b/meta/recipes-extended/procps/procps_3.2.8.bb 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 470352553c..32d812443f 100644 --- a/meta/recipes-extended/procps/procps_3.2.7.bb +++ b/meta/recipes-extended/procps/procps_3.2.8.bb @@ -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 \