diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 14:19:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 14:19:45 +0000 |
commit | bbd88aebcabbb19c27a7d752d4a5b8ad9ff9412e (patch) | |
tree | 4e162eda053c55008f69b6724cc14422afae00e5 /meta/recipes-devtools/devel-config | |
parent | 13a8d3869b0fe0ebdddcee37fb48c5b9cdf718ba (diff) | |
download | openembedded-core-bbd88aebcabbb19c27a7d752d4a5b8ad9ff9412e.tar.gz openembedded-core-bbd88aebcabbb19c27a7d752d4a5b8ad9ff9412e.tar.bz2 openembedded-core-bbd88aebcabbb19c27a7d752d4a5b8ad9ff9412e.zip |
Update after toplevel LICENSE file checksum change
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/devel-config')
-rw-r--r-- | meta/recipes-devtools/devel-config/distcc-config.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/devel-config/nfs-export-root.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/devel-config/distcc-config.bb b/meta/recipes-devtools/devel-config/distcc-config.bb index c9c024dde9..cb7830b999 100644 --- a/meta/recipes-devtools/devel-config/distcc-config.bb +++ b/meta/recipes-devtools/devel-config/distcc-config.bb @@ -1,7 +1,7 @@ SUMMARY = "Sets up distcc for compilation on the target device" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" SRC_URI = "file://distcc.sh" diff --git a/meta/recipes-devtools/devel-config/nfs-export-root.bb b/meta/recipes-devtools/devel-config/nfs-export-root.bb index 5fa8cb3c0f..fc35cc860a 100644 --- a/meta/recipes-devtools/devel-config/nfs-export-root.bb +++ b/meta/recipes-devtools/devel-config/nfs-export-root.bb @@ -1,6 +1,6 @@ SUMMARY = "Enables NFS access from any host to the entire filesystem (for development purposes)" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" PR = "r1" |