From 4c87123f6bebc0029f4e4fa501c83ae7524a754a Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 21 Jun 2007 03:45:25 +0000 Subject: massive E revamp. all shiny and new. no more binconfig madness, no longer m4 patch madness, much less hackish and fragile. all hail pkgconfig --- packages/efl1/edje-native_0.5.0.038.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/efl1/edje-native_0.5.0.038.bb (limited to 'packages/efl1/edje-native_0.5.0.038.bb') 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 +} -- cgit v1.2.3