From b67581be5b5e373199aea42c2ac8a3ded49065c8 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 19 May 2017 15:36:48 -0500 Subject: Remove debug code --- recipes-ruby/ruby-serialport/ruby-serialport_1.3.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-ruby/ruby-serialport/ruby-serialport_1.3.1.bb b/recipes-ruby/ruby-serialport/ruby-serialport_1.3.1.bb index c0510e9..d06be09 100644 --- a/recipes-ruby/ruby-serialport/ruby-serialport_1.3.1.bb +++ b/recipes-ruby/ruby-serialport/ruby-serialport_1.3.1.bb @@ -18,9 +18,7 @@ S = "${WORKDIR}/git" B = "${S}" do_compile() { - ls -d ${STAGING_INCDIR}/ruby-* >/tmp/ruby.txt rp=$(ls -d ${STAGING_INCDIR}/ruby-* | head -1) - echo ${rp} >/tmp/ruby2.txt ${CC} -v ${CFLAGS} ${LDFLAGS} -Iext/native -I${rp} -I${rp}/arm-linux-gnueabi -c ext/native/*.c ${CC} -v ${CFLAGS} ${LDFLAGS} --shared -o ext/native/serialport.so serialport.o posix_serialport_impl.o } -- cgit v1.2.3