diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-02-03 00:03:33 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-08 00:50:28 +0000 |
commit | 41936cd5bcfddfbf3374174c1e3cdea951d2d10f (patch) | |
tree | b0cdd347a41a848821c16812c98c3823280ff454 /meta/recipes-devtools/pseudo/pseudo_1.2.bb | |
parent | bdc50cbfbba0148a09f78e49b658f195295f3f80 (diff) | |
download | poky-41936cd5bcfddfbf3374174c1e3cdea951d2d10f.tar.gz |
pseudo: Wrap renameat and opendir
(From OE-Core rev: f6056cf0e7c76f2f3df650b088ce84df41ec14ca)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_1.2.bb')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_1.2.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.2.bb b/meta/recipes-devtools/pseudo/pseudo_1.2.bb index f2ebc228d9..04bcbce1ea 100644 --- a/meta/recipes-devtools/pseudo/pseudo_1.2.bb +++ b/meta/recipes-devtools/pseudo/pseudo_1.2.bb | |||
@@ -1,10 +1,12 @@ | |||
1 | require pseudo.inc | 1 | require pseudo.inc |
2 | 2 | ||
3 | PR = "r4" | 3 | PR = "r5" |
4 | 4 | ||
5 | SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \ | 5 | SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \ |
6 | file://oe-config.patch \ | 6 | file://oe-config.patch \ |
7 | file://static_sqlite.patch" | 7 | file://static_sqlite.patch \ |
8 | file://opendir.patch \ | ||
9 | file://renameat.patch" | ||
8 | 10 | ||
9 | SRC_URI[md5sum] = "a2819084bab7e991f06626d02cf55048" | 11 | SRC_URI[md5sum] = "a2819084bab7e991f06626d02cf55048" |
10 | SRC_URI[sha256sum] = "4749a22df687f44d24c26e97170d4781a1bd52d5ee092364a40877e4d96ff058" | 12 | SRC_URI[sha256sum] = "4749a22df687f44d24c26e97170d4781a1bd52d5ee092364a40877e4d96ff058" |