diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-12-03 14:36:06 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-06 22:02:23 +0000 |
commit | f3dc033b811921c5a896e0e2648699b86e98dd61 (patch) | |
tree | b124550367b798d67a4f214b3df3f3b13ca4a765 /meta/recipes-connectivity/ppp-dialin | |
parent | e24849eee1ea913fe7cfd375d860ede9785a4ee4 (diff) | |
download | openembedded-core-f3dc033b811921c5a896e0e2648699b86e98dd61.tar.gz openembedded-core-f3dc033b811921c5a896e0e2648699b86e98dd61.tar.bz2 openembedded-core-f3dc033b811921c5a896e0e2648699b86e98dd61.zip |
ppp-dialin: update LIC_FILES_CHKSUM info
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/ppp-dialin')
-rw-r--r-- | meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb b/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb index 6861d8ad44..79805614d3 100644 --- a/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb +++ b/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb @@ -4,6 +4,8 @@ DEPENDS = "ppp" RDEPENDS = "ppp" PR = "r5" LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" SRC_URI = "file://host-peer \ file://ppp-dialin" |