From 74d51c8c3e18a8b6738aff0c6f7ff706fd70eaa6 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:57:02 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- recipes-test/autotest/autotest.inc | 17 +++++++++++++++++ recipes-test/autotest/autotest_0.16.0.bb | 7 +++++++ 2 files changed, 24 insertions(+) create mode 100644 recipes-test/autotest/autotest.inc create mode 100644 recipes-test/autotest/autotest_0.16.0.bb (limited to 'recipes-test/autotest') diff --git a/recipes-test/autotest/autotest.inc b/recipes-test/autotest/autotest.inc new file mode 100644 index 0000000..c9ac55e --- /dev/null +++ b/recipes-test/autotest/autotest.inc @@ -0,0 +1,17 @@ +SUMMARY = "Autotest framework" +DESCRIPTION = "Autotest - fully automated testing under linux." +HOMEPAGE = "http://autotest.github.io" +SECTION = "console/tests" +LICENSE = "GPLv2 & BSD & LGPLv2+ & MIT" + +SRC_URI = "https://github.com/autotest/autotest/archive/${PV}.tar.gz" + +FILES_${PN} += "/opt /etc/profile.d/autotest.sh" + +do_install() { + install -d ${D}/opt/${PN} + cp -r ${B}/* ${D}/opt/${PN} + + mkdir -p ${D}/etc/profile.d/ + echo "export AUTOTEST_PATH=/opt/${PN}" > ${D}/etc/profile.d/autotest.sh +} diff --git a/recipes-test/autotest/autotest_0.16.0.bb b/recipes-test/autotest/autotest_0.16.0.bb new file mode 100644 index 0000000..d81b39f --- /dev/null +++ b/recipes-test/autotest/autotest_0.16.0.bb @@ -0,0 +1,7 @@ +require autotest.inc + +SRC_URI[md5sum] = "505936dcf2e81daad3231f23ccea1153" +SRC_URI[sha256sum] = "8008c2a8d8456cf007d3089a8590dd6d28d51e57c4d4ebaf7d3b3ac3e2dc422e" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=46bdd99511e3434a768b5e0998fe295a \ + file://LGPL_LICENSE;md5=18b09a20dd186af4fd60f1a08311628c" -- cgit v1.2.3-54-g00ecf