[oe-commits] [meta-openembedded] branch master updated: scsirastools: remove inherit autotools_stage

git at git.openembedded.org git at git.openembedded.org
Mon Feb 1 14:29:15 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master by this push:
       new  5e99b0d   scsirastools: remove inherit autotools_stage
5e99b0d is described below

commit 5e99b0dc8789185132b9127fb26dcb8b218306d5
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Sun Jan 31 21:37:00 2016 -0800

    scsirastools: remove inherit autotools_stage
    
    The autotools can instead of it.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-extended/scsirastools/scsirastools_1.6.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.4.bb b/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.4.bb
index 8e34104..13f93cc 100644
--- a/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.4.bb
+++ b/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.4.bb
@@ -14,7 +14,7 @@ SRC_URI = "http://prdownloads.sourceforge.net/scsirastools/scsirastools-${PV}.ta
 SRC_URI[md5sum] = "2d775111b62e2dfc1960a722f5fda211"
 SRC_URI[sha256sum] = "38d2c6c9b04a2c594e528927b950754f94c0522718d17c78e6589ba778339bf8"
 
-inherit autotools autotools_stage update-rc.d
+inherit autotools update-rc.d
 
 # mdadm Makefile has CC set to gcc, hence override CC to ${CC}
 EXTRA_OEMAKE += "CC='${CC}'"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list