git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aadcd9e
)
cairo-native: fix DEPENDS
author
Chris Larson
<chris_larson@mentor.com>
Sun, 3 Oct 2010 04:36:27 +0000
(21:36 -0700)
committer
Chris Larson
<chris_larson@mentor.com>
Sun, 3 Oct 2010 04:36:40 +0000
(21:36 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/cairo/cairo-native_1.8.0.bb
patch
|
blob
|
history
diff --git
a/recipes/cairo/cairo-native_1.8.0.bb
b/recipes/cairo/cairo-native_1.8.0.bb
index
4d12862
..
fa02a8e
100644
(file)
--- a/
recipes/cairo/cairo-native_1.8.0.bb
+++ b/
recipes/cairo/cairo-native_1.8.0.bb
@@
-3,8
+3,7
@@
require cairo_1.8.0.bb
inherit native
-DEPENDS += "glib-2.0-native libpng-native pixman-native libx11-native fontconfig-native"
-PROVIDES = "cairo-native"
+DEPENDS = "glib-2.0-native libpng-native pixman-native libx11-native fontconfig-native"
PR = "r1"