From c048337850312205320ab0600177fbee4921db66 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 19 Mar 2009 03:00:16 +0000 Subject: mtd-utils-tests: update to 1.2.0+git Signed-off-by: Marcin Juszkiewicz --- recipes/mtd/mtd-utils-tests_1.0.0+git.bb | 59 -------------------------------- recipes/mtd/mtd-utils-tests_1.2.0+git.bb | 59 ++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 recipes/mtd/mtd-utils-tests_1.0.0+git.bb create mode 100644 recipes/mtd/mtd-utils-tests_1.2.0+git.bb (limited to 'recipes/mtd') diff --git a/recipes/mtd/mtd-utils-tests_1.0.0+git.bb b/recipes/mtd/mtd-utils-tests_1.0.0+git.bb deleted file mode 100644 index b5240009a7..0000000000 --- a/recipes/mtd/mtd-utils-tests_1.0.0+git.bb +++ /dev/null @@ -1,59 +0,0 @@ -require mtd-utils_1.0.0+git.bb - -# this can probably be integrated into the main mtd-utils package -# but I did not want to risk breakage -- but would be glad to -# integrate them if that is best -- cbrake - -SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=${TAG}" - -PR = "r1" - -S = "${WORKDIR}/git/tests/fs-tests" - -FILES_${PN} = "${datadir}/mtd-utils" - -do_compile () { - make || die "Make failed" -} - -do_stage () { -} - -INHIBIT_PACKAGE_STRIP = "1" - -mtd_utils_tests = " \ - help_all.sh \ - run_all.sh \ - integrity/integck \ - simple/ftrunc \ - simple/test_1 \ - simple/test_2 \ - stress/stress00.sh \ - stress/stress01.sh \ - stress/atoms/fwrite00 \ - stress/atoms/gcd_hupper \ - stress/atoms/pdfrun \ - stress/atoms/rmdir00 \ - stress/atoms/rndrm00 \ - stress/atoms/rndrm99 \ - stress/atoms/rndwrite00 \ - stress/atoms/stress_1 \ - stress/atoms/stress_2 \ - stress/atoms/stress_3 \ - utils/free_space \ - utils/fstest_monitor \ - " - -do_install () { - install -d ${D}${datadir}/mtd-utils/tests - install -d ${D}${datadir}/mtd-utils/tests/integrity - install -d ${D}${datadir}/mtd-utils/tests/simple - install -d ${D}${datadir}/mtd-utils/tests/stress - install -d ${D}${datadir}/mtd-utils/tests/stress/atoms - install -d ${D}${datadir}/mtd-utils/tests/utils - for app in ${mtd_utils_tests}; do - install -m 0755 $app ${D}${datadir}/mtd-utils/tests/$app - done -} - - diff --git a/recipes/mtd/mtd-utils-tests_1.2.0+git.bb b/recipes/mtd/mtd-utils-tests_1.2.0+git.bb new file mode 100644 index 0000000000..7787c51f89 --- /dev/null +++ b/recipes/mtd/mtd-utils-tests_1.2.0+git.bb @@ -0,0 +1,59 @@ +require mtd-utils_1.2.0+git.bb + +# this can probably be integrated into the main mtd-utils package +# but I did not want to risk breakage -- but would be glad to +# integrate them if that is best -- cbrake + +SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=${TAG}" + +PR = "r1" + +S = "${WORKDIR}/git/tests/fs-tests" + +FILES_${PN} = "${datadir}/mtd-utils" + +do_compile () { + make || die "Make failed" +} + +do_stage () { +} + +INHIBIT_PACKAGE_STRIP = "1" + +mtd_utils_tests = " \ + help_all.sh \ + run_all.sh \ + integrity/integck \ + simple/ftrunc \ + simple/test_1 \ + simple/test_2 \ + stress/stress00.sh \ + stress/stress01.sh \ + stress/atoms/fwrite00 \ + stress/atoms/gcd_hupper \ + stress/atoms/pdfrun \ + stress/atoms/rmdir00 \ + stress/atoms/rndrm00 \ + stress/atoms/rndrm99 \ + stress/atoms/rndwrite00 \ + stress/atoms/stress_1 \ + stress/atoms/stress_2 \ + stress/atoms/stress_3 \ + utils/free_space \ + utils/fstest_monitor \ + " + +do_install () { + install -d ${D}${datadir}/mtd-utils/tests + install -d ${D}${datadir}/mtd-utils/tests/integrity + install -d ${D}${datadir}/mtd-utils/tests/simple + install -d ${D}${datadir}/mtd-utils/tests/stress + install -d ${D}${datadir}/mtd-utils/tests/stress/atoms + install -d ${D}${datadir}/mtd-utils/tests/utils + for app in ${mtd_utils_tests}; do + install -m 0755 $app ${D}${datadir}/mtd-utils/tests/$app + done +} + + -- cgit 1.2.3-korg