diff options
-rw-r--r-- | recipes-ruby/ruby-serialport/ruby-serialport_1.3.1.bb | 2 |
1 files changed, 0 insertions, 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 } |