From 37b51c4b8315b8c891b8efb3bc69301340fa1448 Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 17 Aug 2020 17:18:44 -0500 Subject: Fix modem package dependencies and radio-query --netreg --- .../ruby-serialport/ruby-serialport_1.3.1.bb | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 recipes-ruby/ruby-serialport/ruby-serialport_1.3.1.bb (limited to 'recipes-ruby/ruby-serialport') diff --git a/recipes-ruby/ruby-serialport/ruby-serialport_1.3.1.bb b/recipes-ruby/ruby-serialport/ruby-serialport_1.3.1.bb deleted file mode 100644 index 8f524e3..0000000 --- a/recipes-ruby/ruby-serialport/ruby-serialport_1.3.1.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "A Ruby library that provides a class for using RS-232 serial ports" -HOMEPAGE = "https://github.com/hparra/ruby-serialport" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" -SECTION = "console/utils" -PRIORITY = "optional" - -DEPENDS = "ruby" - -PR = "r2" - -# tag v1.3.0 -SRCREV = "2781dbb1ffbf33d7c65478aa25dad5f954d0d3bf" - -SRC_URI = "git://github.com/hparra/ruby-serialport.git;protocol=git" - -S = "${WORKDIR}/git" -B = "${S}" - -CFLAGS_append +="-fPIC" - -do_compile() { - rp=$(ls -d ${STAGING_INCDIR}/ruby-* | head -1) - ${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 -} - -do_install() { - install -d ${D}${libdir}/ruby/serialport - install lib/serialport.rb ${D}${libdir}/ruby/serialport.rb - install ext/native/serialport.so -t ${D}${libdir}/ruby -} - -FILES_${PN} = "${libdir}/ruby/serialport*" -FILES_${PN}-dbg += "${libdir}/ruby/.debug" -- cgit v1.2.3