diff options
author | Steffen Sledz <builder@dresearch-fe.de> | 2012-05-22 16:16:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-25 11:17:54 +0100 |
commit | 45e6085ed947dbd1f17661a71c0f420966483f50 (patch) | |
tree | 055f523ddeb0bb4eea8efd69634bb15df904222c /meta/recipes-core | |
parent | c071fd9b85fcd679ac214b589eaa1b4573371582 (diff) | |
download | poky-45e6085ed947dbd1f17661a71c0f420966483f50.tar.gz |
dropbear: fix include dependent PR generation
(From OE-Core rev: 4f08a113ff0aa2162b7f07dd44c7bcc160b8fc3e)
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/dropbear/dropbear.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/dropbear/dropbear_2012.55.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index 2d6aeb2177..2de442c9a3 100644 --- a/meta/recipes-core/dropbear/dropbear.inc +++ b/meta/recipes-core/dropbear/dropbear.inc | |||
@@ -2,6 +2,8 @@ DESCRIPTION = "Dropbear is a lightweight SSH and SCP implementation" | |||
2 | HOMEPAGE = "http://matt.ucc.asn.au/dropbear/dropbear.html" | 2 | HOMEPAGE = "http://matt.ucc.asn.au/dropbear/dropbear.html" |
3 | SECTION = "console/network" | 3 | SECTION = "console/network" |
4 | 4 | ||
5 | INC_PR = "r0" | ||
6 | |||
5 | # some files are from other projects and have others license terms: | 7 | # some files are from other projects and have others license terms: |
6 | # public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY | 8 | # public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY |
7 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
diff --git a/meta/recipes-core/dropbear/dropbear_2012.55.bb b/meta/recipes-core/dropbear/dropbear_2012.55.bb index 4f0ef80547..8323a336a3 100644 --- a/meta/recipes-core/dropbear/dropbear_2012.55.bb +++ b/meta/recipes-core/dropbear/dropbear_2012.55.bb | |||
@@ -3,4 +3,4 @@ require dropbear.inc | |||
3 | SRC_URI[md5sum] = "44836e5a0419ba12557f9ea46880077e" | 3 | SRC_URI[md5sum] = "44836e5a0419ba12557f9ea46880077e" |
4 | SRC_URI[sha256sum] = "808df243c61bb60f2f18fa64bca628cbba0918b2a14139f10e6d59d4ac5a17ce" | 4 | SRC_URI[sha256sum] = "808df243c61bb60f2f18fa64bca628cbba0918b2a14139f10e6d59d4ac5a17ce" |
5 | 5 | ||
6 | PR = "r0" | 6 | PR = "${INC_PR}.0" |