aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/diffutils/diffutils_2.8.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/diffutils/diffutils_2.8.1.bb')
-rw-r--r--recipes-extended/diffutils/diffutils_2.8.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/diffutils/diffutils_2.8.1.bb b/recipes-extended/diffutils/diffutils_2.8.1.bb
index 7c43c4b..d5d5845 100644
--- a/recipes-extended/diffutils/diffutils_2.8.1.bb
+++ b/recipes-extended/diffutils/diffutils_2.8.1.bb
@@ -1,4 +1,4 @@
-LICENSE = "GPLv2+"
+LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
require diffutils.inc
@@ -21,6 +21,6 @@ CACHED_CONFIGUREVARS = "\
jm_cv_func_working_realloc=yes \
"
-do_configure_prepend () {
+do_configure:prepend () {
chmod u+w ${S}/po/Makefile.in.in
}