Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-oe][PATCH] scsirastools: autotools_stage not required
@ 2016-01-31 16:06 Trevor Woerner
  2016-02-01 13:42 ` Otavio Salvador
  0 siblings, 1 reply; 2+ messages in thread
From: Trevor Woerner @ 2016-01-31 16:06 UTC (permalink / raw)
  To: openembedded-devel

The functionality of autotools_stage has been incorporated into autotools,
so openembedded-core removed the autotools_stage class, therefore remove it
here too.

Signed-off-by: Trevor Woerner <twoerner@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}'"
-- 
2.7.0.rc3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-01 13:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-31 16:06 [meta-oe][PATCH] scsirastools: autotools_stage not required Trevor Woerner
2016-02-01 13:42 ` Otavio Salvador

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox