diff options
-rw-r--r-- | recipes-core/ant/ant-native_1.8.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/ant/ant-native_1.8.1.bb b/recipes-core/ant/ant-native_1.8.1.bb index ff0824c..21feb1c 100644 --- a/recipes-core/ant/ant-native_1.8.1.bb +++ b/recipes-core/ant/ant-native_1.8.1.bb | |||
@@ -1,8 +1,9 @@ | |||
1 | DESCRIPTION = "Another Neat Tool - build system for Java" | 1 | DESCRIPTION = "Another Neat Tool - build system for Java" |
2 | AUTHOR = "Apache Software Foundation" | 2 | AUTHOR = "Apache Software Foundation" |
3 | HOMEPAGE = "http://ant.apache.org" | 3 | HOMEPAGE = "http://ant.apache.org" |
4 | LICENSE = "AL2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=503bb72c4dd62dd216d6820d5b869442" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=503bb72c4dd62dd216d6820d5b869442" |
6 | PR = "r1" | ||
6 | 7 | ||
7 | SRC_URI = "http://archive.apache.org/dist/ant/source/apache-ant-${PV}-src.tar.gz \ | 8 | SRC_URI = "http://archive.apache.org/dist/ant/source/apache-ant-${PV}-src.tar.gz \ |
8 | file://ant \ | 9 | file://ant \ |