From 32e54fb0cdfdad5bab000aa5edd9eadb7459a9a4 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 26 Jul 2012 17:18:17 -0700 Subject: hdparm: cleanup update-alternatives deprecated code Signed-off-by: Saul Wold --- meta/recipes-extended/hdparm/hdparm_9.39.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-extended/hdparm') diff --git a/meta/recipes-extended/hdparm/hdparm_9.39.bb b/meta/recipes-extended/hdparm/hdparm_9.39.bb index 40ebd351ed..1dfc57fd56 100644 --- a/meta/recipes-extended/hdparm/hdparm_9.39.bb +++ b/meta/recipes-extended/hdparm/hdparm_9.39.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \ file://wiper/GPLv2.txt;md5=fcb02dc552a041dee27e4b85c7396067 \ file://wiper/wiper.sh;beginline=7;endline=31;md5=b7bc642addc152ea307505bf1a296f09" -PR = "r2" +PR = "r3" PACKAGES += "wiper" @@ -25,7 +25,8 @@ EXTRA_OEMAKE += 'STRIP="echo"' inherit update-alternatives -ALTERNATIVE_LINKS = "${base_sbindir}/hdparm" +ALTERNATIVE_${PN} = "hdparm" +ALTERNATIVE_LINK_NAME[hdparm] = "${base_sbindir}/hdparm" ALTERNATIVE_PRIORITY = "100" do_install () { -- cgit 1.2.3-korg