summaryrefslogtreecommitdiff
path: root/packages/efl1/edje-native_0.5.0.038.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-06-21 03:45:25 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-06-21 03:45:25 +0000
commit4c87123f6bebc0029f4e4fa501c83ae7524a754a (patch)
treed6918e7445079e3f4361c5f409bf700406ad0d14 /packages/efl1/edje-native_0.5.0.038.bb
parent9e92b09feb313bd682ebb47d801e0e6f657b9684 (diff)
massive E revamp. all shiny and new. no more binconfig madness, no longer
m4 patch madness, much less hackish and fragile. all hail pkgconfig
Diffstat (limited to 'packages/efl1/edje-native_0.5.0.038.bb')
-rw-r--r--packages/efl1/edje-native_0.5.0.038.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/efl1/edje-native_0.5.0.038.bb b/packages/efl1/edje-native_0.5.0.038.bb
new file mode 100644
index 0000000000..8f3ef51fa7
--- /dev/null
+++ b/packages/efl1/edje-native_0.5.0.038.bb
@@ -0,0 +1,16 @@
+require edje_${PV}.bb
+inherit native
+PR = "r4"
+
+DEPENDS = "evas-native ecore-native eet-native embryo-native"
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/edje"
+
+do_configure_prepend() {
+ sed -i 's:EMBRYO_PREFIX"/bin:"${STAGING_BINDIR}:' ${S}/src/bin/edje_cc_out.c
+ sed -i 's:cpp -I:/usr/bin/cpp -I:' ${S}/src/bin/edje_cc_parse.c
+ sed -i 's:gcc -I:/usr/bin/gcc -I:' ${S}/src/bin/edje_cc_parse.c
+}
+
+do_stage_append() {
+ efl_stage_bin
+}