[oe-commits] Saul Wold : hdparm: cleanup update-alternatives deprecated code

git at git.openembedded.org git at git.openembedded.org
Wed Aug 15 13:31:51 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 32e54fb0cdfdad5bab000aa5edd9eadb7459a9a4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=32e54fb0cdfdad5bab000aa5edd9eadb7459a9a4

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Jul 26 17:18:17 2012 -0700

hdparm: cleanup update-alternatives deprecated code

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-extended/hdparm/hdparm_9.39.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/hdparm/hdparm_9.39.bb b/meta/recipes-extended/hdparm/hdparm_9.39.bb
index 40ebd35..1dfc57f 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 () {





More information about the Openembedded-commits mailing list