summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-09-20 13:10:42 -0500
committerMatthew McClintock <msm@freescale.com>2012-09-20 13:27:27 -0500
commite65c72f57930060edd0e354a69bda81c3bf5babc (patch)
treea2dbe15fcdba909b8fa87f92e1cafb6b9c2486b7
parent009f042b3feecb6674dc770d2ea56a409d03e502 (diff)
downloadmeta-fsl-ppc-e65c72f57930060edd0e354a69bda81c3bf5babc.tar.gz
rcw_git.bb: update to latest and update LIC_FILES_CHECKSUM
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r--recipes-tools/rcw/rcw_git.bb11
1 files changed, 3 insertions, 8 deletions
diff --git a/recipes-tools/rcw/rcw_git.bb b/recipes-tools/rcw/rcw_git.bb
index 4487f9e..7451a9e 100644
--- a/recipes-tools/rcw/rcw_git.bb
+++ b/recipes-tools/rcw/rcw_git.bb
@@ -1,14 +1,9 @@
1DESCRIPTION = "Reset Control Words (RCW)" 1DESCRIPTION = "Reset Control Words (RCW)"
2SECTION = "rcw" 2SECTION = "rcw"
3LICENSE = "BSD" 3LICENSE = "BSD"
4PR = "r4" 4PR = "r5"
5 5
6LIC_FILES_CHKSUM = " \ 6LIC_FILES_CHKSUM = "file://rcw.py;beginline=8;endline=28;md5=9ba0b28922dd187b06b6c8ebcfdd208e"
7 file://p2041rdb/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \
8 file://p3041ds/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \
9 file://p4080ds/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \
10 file://p5020ds/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \
11"
12 7
13# this package is specific to the machine itself 8# this package is specific to the machine itself
14INHIBIT_DEFAULT_DEPS = "1" 9INHIBIT_DEFAULT_DEPS = "1"
@@ -16,7 +11,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
16 11
17inherit deploy 12inherit deploy
18 13
19SRCREV = "394db85c496f6e41dd7e29e54dab3db2b380b187" 14SRCREV = "a84434258ac4a1f0c7cb6e9ea709dc8c3267f788"
20SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git" 15SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git"
21 16
22S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"