[meta-freescale] [meta-fsl-networking] recipes-bsp/tcf-qorqdbg doesn't build with poky master

ting.liu at freescale.com ting.liu at freescale.com
Tue Jul 15 23:44:12 PDT 2014


Hello Bob,

You are right. Here is the patch:

--- a/recipes-bsp/tcf-qoriqdbg/tcf-qoriqdbg_4.0.0.105390.bb
+++ b/recipes-bsp/tcf-qoriqdbg/tcf-qoriqdbg_4.0.0.105390.bb
@@ -11,6 +11,13 @@ SRC_URI = "file://${BPN}-${PV}.tar.bz2 \
 SRC_URI[md5sum] = "f11b99b489030d9f35573e91c4404e03"
 SRC_URI[sha256sum] = "3250e2951c3b57bfc3dc9e1174e38555e75682ad90831720a7c882093c119f2b"
 
-inherit autotools
-
 EXTRA_OEMAKE += "CXX='${CXX}'"
+
+do_compile() {
+    oe_runmake all
+}
+
+do_install() {
+    oe_runmake DESTDIR=${D} install
+}
+

> -----Original Message-----
> From: Bob Cochran [mailto:yocto at mindchasers.com]
> Sent: Wednesday, July 16, 2014 2:21 AM
> To: Liu Ting-B28495
> Cc: meta-freescale at yoctoproject.org
> Subject: [meta-fsl-networking] recipes-bsp/tcf-qorqdbg doesn't build with poky
> master
> 
> I worked around it by changing inherit autotools to inherit autotools-
> brokensep.
> 
> However, perhaps this recipe should be written as a makefile only recipe (not
> inherit autotools) since there is no autoconf support / configure script in
> the archive.
> 
> 
> 



More information about the meta-freescale mailing list