summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZelan Zou <zelan.zou@nxp.com>2024-11-05 03:13:03 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-11-06 11:47:02 +0000
commit9cfb909599991d15c326905f3dcff2b28f2d322d (patch)
tree62cffb0aa384401e13736d46fc591d80ca7f429f
parente41cb81ab4a5eaa19347fef904edeb4b902a7362 (diff)
downloadmeta-freescale-9cfb909599991d15c326905f3dcff2b28f2d322d.tar.gz
gpp-aioptool_git.bb: Update license to BSD-3-Clause
Signed-off-by: Zelan Zou <zelan.zou@nxp.com> (cherry picked from commit 84a83e0177d86435708b983e647435ec0eddd2c0)
-rw-r--r--recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb
index 303aa8ff6..befc769ef 100644
--- a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb
+++ b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb
@@ -3,8 +3,8 @@ on an AIOP Tile using MC interfaces. This application enables the user to \
3fetch status of tile, load a valid ELF file and run it on a tile and get and set \ 3fetch status of tile, load a valid ELF file and run it on a tile and get and set \
4time of day." 4time of day."
5SECTION = "dpaa2" 5SECTION = "dpaa2"
6LICENSE = "BSD" 6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=386a6287daa6504b7e7e5014ddfb3987" 7LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"
8 8
9SRC_URI = "git://github.com/nxp-qoriq/gpp-aioptool;protocol=https;nobranch=1 \ 9SRC_URI = "git://github.com/nxp-qoriq/gpp-aioptool;protocol=https;nobranch=1 \
10 file://0001-remove-libio.h.patch \ 10 file://0001-remove-libio.h.patch \