From 6160f537666c4c6ab443e70856f72898db0ed031 Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 11 Apr 2017 11:12:26 -0500 Subject: Fix FILESEXTRAPATHS_prepend --- recipes-extended/lighttpd/lighttpd_%.bbappend | 2 +- .../ruby-serialport/ruby-serialport_1.1.0.bb | 32 ---------------------- .../ruby-serialport/ruby-serialport_1.3.0.bb | 32 ++++++++++++++++++++++ 3 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 recipes-ruby/ruby-serialport/ruby-serialport_1.1.0.bb create mode 100644 recipes-ruby/ruby-serialport/ruby-serialport_1.3.0.bb diff --git a/recipes-extended/lighttpd/lighttpd_%.bbappend b/recipes-extended/lighttpd/lighttpd_%.bbappend index 473a113..8171f17 100644 --- a/recipes-extended/lighttpd/lighttpd_%.bbappend +++ b/recipes-extended/lighttpd/lighttpd_%.bbappend @@ -6,7 +6,7 @@ RDEPENDS_${PN} += " openssl logrotate " EXTRA_OECONF += "--with-openssl" -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += "file://lighttpd.logrotate.conf \ file://lighttpd.default" diff --git a/recipes-ruby/ruby-serialport/ruby-serialport_1.1.0.bb b/recipes-ruby/ruby-serialport/ruby-serialport_1.1.0.bb deleted file mode 100644 index f00c45c..0000000 --- a/recipes-ruby/ruby-serialport/ruby-serialport_1.1.0.bb +++ /dev/null @@ -1,32 +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.1.0 -SRCREV = "709e385f6d20aaadc7f3252af59250336d27e607" - -SRC_URI = "git://github.com/hparra/ruby-serialport.git;protocol=git" - -S = "${WORKDIR}/git" -B = "${S}" - -do_compile() { - ${CC} ${CFLAGS} ${LDFLAGS} -Iext/native -I${STAGING_INCDIR}/ruby-1.9.1 -I${STAGING_INCDIR}/ruby-1.9.1/arm-linux-eabi -c ext/native/*.c - ${CC} ${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" diff --git a/recipes-ruby/ruby-serialport/ruby-serialport_1.3.0.bb b/recipes-ruby/ruby-serialport/ruby-serialport_1.3.0.bb new file mode 100644 index 0000000..f00c45c --- /dev/null +++ b/recipes-ruby/ruby-serialport/ruby-serialport_1.3.0.bb @@ -0,0 +1,32 @@ +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.1.0 +SRCREV = "709e385f6d20aaadc7f3252af59250336d27e607" + +SRC_URI = "git://github.com/hparra/ruby-serialport.git;protocol=git" + +S = "${WORKDIR}/git" +B = "${S}" + +do_compile() { + ${CC} ${CFLAGS} ${LDFLAGS} -Iext/native -I${STAGING_INCDIR}/ruby-1.9.1 -I${STAGING_INCDIR}/ruby-1.9.1/arm-linux-eabi -c ext/native/*.c + ${CC} ${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