diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-09-16 18:48:13 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-09-20 10:02:45 +0200 |
commit | fc9386733a63fd7d3fc3a37a774d6b17da8efa3c (patch) | |
tree | 726c2b129a647ecca79067d9cebb5bdad1ef9bc8 /meta-oe/recipes-devtools/libgee | |
parent | 0de90ae3fae0a389f6587bcf79983eb771a1ce31 (diff) | |
download | meta-openembedded-fc9386733a63fd7d3fc3a37a774d6b17da8efa3c.tar.gz |
recipes: bump PR to rebuild after libffi5 -> libffi6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/libgee')
-rw-r--r-- | meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb b/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb index 228f96c4f..a6044cdf3 100644 --- a/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb +++ b/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libgee.inc | 1 | require libgee.inc |
2 | PE = "1" | 2 | PE = "1" |
3 | PR = "${INC_PR}.1" | 3 | PR = "${INC_PR}.2" |
4 | DEPENDS += "gobject-introspection-stub" | 4 | DEPENDS += "gobject-introspection-stub" |
5 | DEPENDS_virtclass-native += "gobject-introspection-stub-native" | 5 | DEPENDS_virtclass-native += "gobject-introspection-stub-native" |
6 | 6 | ||