diff options
author | David Marcaccini <david.marcaccini@multitech.com> | 2019-03-15 13:43:47 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | 44ccdd5944a2ce38aa4806e41501dc3d4f265ec5 (patch) | |
tree | f4f88445c5d9331377dba78ac98561177f04ce51 /recipes-support/multitech/libmts-io_1.0.15.bb | |
parent | c1c8f16e26b307643d33eb072dbda8383f0ec351 (diff) | |
download | meta-mlinux-44ccdd5944a2ce38aa4806e41501dc3d4f265ec5.tar.gz meta-mlinux-44ccdd5944a2ce38aa4806e41501dc3d4f265ec5.tar.bz2 meta-mlinux-44ccdd5944a2ce38aa4806e41501dc3d4f265ec5.zip |
Commit name change
Diffstat (limited to 'recipes-support/multitech/libmts-io_1.0.15.bb')
-rw-r--r-- | recipes-support/multitech/libmts-io_1.0.15.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-support/multitech/libmts-io_1.0.15.bb b/recipes-support/multitech/libmts-io_1.0.15.bb deleted file mode 100644 index 34115be..0000000 --- a/recipes-support/multitech/libmts-io_1.0.15.bb +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "MultiTech IO C++ Library" -HOMEPAGE = "http://www.multitech.net/" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" - -DEPENDS = "libmts jsoncpp cmake-native cppunit" -BBCLASSEXTEND = "native" - -PR = "r0" -SRCREV = "${PV}" -SRC_URI = "git://git.multitech.net/libmts-io;branch=master" - -S = "${WORKDIR}/git" - -do_compile() { - oe_runmake -} - -# build and run tests for native recipe -do_compile_append_virtclass-native() { - cd test - cmake . - oe_runmake - ./TestRunnerClient -} - -do_install() { - oe_runmake install DESTDIR=${D} -} - |