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:
f2ddbcc
)
edje-native: make sure to use the right edje-config
author
Justin Patrin
<papercrane@gmail.com>
Sat, 31 Mar 2007 16:13:41 +0000
(16:13 +0000)
committer
Justin Patrin
<papercrane@gmail.com>
Sat, 31 Mar 2007 16:13:41 +0000
(16:13 +0000)
packages/efl/edje-native_0.5.0.037.bb
patch
|
blob
|
history
diff --git
a/packages/efl/edje-native_0.5.0.037.bb
b/packages/efl/edje-native_0.5.0.037.bb
index
2b8c436
..
4e878ab
100644
(file)
--- a/
packages/efl/edje-native_0.5.0.037.bb
+++ b/
packages/efl/edje-native_0.5.0.037.bb
@@
-1,5
+1,5
@@
require edje_${PV}.bb
-PR = "r
3
"
+PR = "r
4
"
inherit native
@@
-13,7
+13,7
@@
do_configure_prepend() {
}
do_install_append() {
- edje_data_dir=`edje-config --datadir`
+ edje_data_dir=`
${S}/
edje-config --datadir`
# could also use ${STAGING_DATADIR}/edje/include
install -d $edje_data_dir/include
install -m 0644 data/include/edje.inc $edje_data_dir/include