[oe-commits] Robert Yang : sdparm: split sdparm-scripts subpkg

git at git.openembedded.org git at git.openembedded.org
Fri Sep 26 03:42:53 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 40dc443da8fc9c49ec46f732cf3264d7313f68ce
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=40dc443da8fc9c49ec46f732cf3264d7313f68ce

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue Sep  9 08:30:05 2014 -0700

sdparm: split sdparm-scripts subpkg

Bash scripts:
packages-split/sdparm/usr/bin/sas_disk_blink:#!/bin/bash
packages-split/sdparm/usr/bin/scsi_ch_swp:#!/bin/bash

The sdparm is a ~150K executable so making it pull in bash
at >1000K isn't good for embedded systems.

Neither script appears to be essential, so put them in sdparm-scripts as
Randy suggested.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta-oe/recipes-support/sdparm/sdparm_1.08.bb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta-oe/recipes-support/sdparm/sdparm_1.08.bb b/meta-oe/recipes-support/sdparm/sdparm_1.08.bb
index 713e451..b603a56 100644
--- a/meta-oe/recipes-support/sdparm/sdparm_1.08.bb
+++ b/meta-oe/recipes-support/sdparm/sdparm_1.08.bb
@@ -11,7 +11,13 @@ SRC_URI = "http://sg.danny.cz/sg/p/${BPN}-${PV}.tgz \
            file://make-sysroot-work.patch \
            "
 
+PACKAGES =+ "${PN}-scripts"
+RDEPENDS_${PN}-scripts += "bash ${PN}"
+
 SRC_URI[md5sum] = "be5786f37499018ef44f409597c92d42"
 SRC_URI[sha256sum] = "376b78a414b1a9c47f3f13dbeb963e7a3ec7be126f83927d6856b5f7ac425e57"
 
 inherit autotools
+
+# Put the bash scripts to ${PN}-scripts
+FILES_${PN}-scripts = "${bindir}/sas_disk_blink ${bindir}/scsi_ch_swp"



More information about the Openembedded-commits mailing list