diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb')
-rw-r--r-- | meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb index d7583f0764e..c305aadd02a 100644 --- a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb +++ b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb @@ -1,7 +1,7 @@ SUMMARY = "Tests large file IO and creation/deletion of small files" HOMEPAGE = "http://www.coker.com.au/bonnie++/" SECTION = "benchmark/tests" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://copyright.txt;md5=cd4dde95a6b9d122f0a9150ae9cc3ee0" SRC_URI = "http://www.coker.com.au/bonnie++/${BPN}_${PV}.tgz \ @@ -25,7 +25,7 @@ do_install () { PACKAGES =+ "bonnie-scripts" -FILES_${PN} = "${sbindir}" -FILES_bonnie-scripts = "${bindir}" +FILES:${PN} = "${sbindir}" +FILES:bonnie-scripts = "${bindir}" -RDEPENDS_bonnie-scripts += "perl" +RDEPENDS:bonnie-scripts += "perl" |