diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-30 16:56:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-30 16:56:13 +0100 |
commit | a99b6d4d09f5ebf96a010607b9f173c7057a4142 (patch) | |
tree | bd7ee6997ed1cc8bc0c2b28536a533f2184f9629 /meta | |
parent | a92449f62eb89530a700c87e051e8199c97812e5 (diff) | |
download | poky-a99b6d4d09f5ebf96a010607b9f173c7057a4142.tar.gz |
glibc-2.12: Add missing PR bump
(From OE-Core rev: 08679866686393cbe004e037259a39877ef1481a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb index 60358e1791..85d58fa7c9 100644 --- a/meta/recipes-core/eglibc/eglibc_2.12.bb +++ b/meta/recipes-core/eglibc/eglibc_2.12.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require eglibc.inc | 1 | require eglibc.inc |
2 | 2 | ||
3 | DEPENDS += "gperf-native" | 3 | DEPENDS += "gperf-native" |
4 | PR = "r17" | 4 | PR = "r18" |
5 | 5 | ||
6 | SRCREV = "14158" | 6 | SRCREV = "14158" |
7 | 7 | ||