diff options
author | Matthew McClintock <msm@freescale.com> | 2012-09-20 13:10:42 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-09-20 13:27:27 -0500 |
commit | e65c72f57930060edd0e354a69bda81c3bf5babc (patch) | |
tree | a2dbe15fcdba909b8fa87f92e1cafb6b9c2486b7 | |
parent | 009f042b3feecb6674dc770d2ea56a409d03e502 (diff) | |
download | meta-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.bb | 11 |
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 @@ | |||
1 | DESCRIPTION = "Reset Control Words (RCW)" | 1 | DESCRIPTION = "Reset Control Words (RCW)" |
2 | SECTION = "rcw" | 2 | SECTION = "rcw" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | PR = "r4" | 4 | PR = "r5" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = " \ | 6 | LIC_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 |
14 | INHIBIT_DEFAULT_DEPS = "1" | 9 | INHIBIT_DEFAULT_DEPS = "1" |
@@ -16,7 +11,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
16 | 11 | ||
17 | inherit deploy | 12 | inherit deploy |
18 | 13 | ||
19 | SRCREV = "394db85c496f6e41dd7e29e54dab3db2b380b187" | 14 | SRCREV = "a84434258ac4a1f0c7cb6e9ea709dc8c3267f788" |
20 | SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git" | 15 | SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git" |
21 | 16 | ||
22 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |