From patchwork Wed Aug 1 14:12:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [18/19] powertop: use new update-alternatives Date: Wed, 01 Aug 2012 14:12:19 -0000 From: Morgan Little X-Patchwork-Id: 33565 Message-Id: <1343830340-25351-19-git-send-email-morgan.little@windriver.com> To: Signed-off-by: Morgan Little --- meta/recipes-kernel/powertop/powertop_1.13.bb | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) file://stub_out_the_ncurses_calls_in_dump_mode.patch \ @@ -26,9 +26,9 @@ EXTRA_OEMAKE = "VERSION=\"${PV}\" EXTRA_LIBS=${EXTRA_LIBS}" EXTRA_LIBS_libc-uclibc = "-lintl" inherit update-alternatives -ALTERNATIVE_NAME = "powertop" -ALTERNATIVE_PATH = "${bindir}/powertop" -ALTERNATIVE_LINK = "${base_bindir}/powertop" +ALTERNATIVE_${PN} = "powertop" +ALTERNATIVE_TARGET[powertop] = "${bindir}/powertop" +ALTERNATIVE_LINK_NAME[powertop] = "${base_bindir}/powertop" ALTERNATIVE_PRIORITY = "100" do_configure() { diff --git a/meta/recipes-kernel/powertop/powertop_1.13.bb b/meta/recipes-kernel/powertop/powertop_1.13.bb index b4f45dd..fd04b72 100644 --- a/meta/recipes-kernel/powertop/powertop_1.13.bb +++ b/meta/recipes-kernel/powertop/powertop_1.13.bb @@ -11,7 +11,7 @@ DEPENDS = "virtual/libintl ncurses" # powertop 1.13 needs lspci RDEPENDS_${PN} = "pciutils" -PR = "r3" +PR = "r4" SRC_URI = "http://www.lesswatts.org/projects/powertop/download/powertop-${PV}.tar.gz \