aboutsummaryrefslogtreecommitdiffstats
path: root/packages/efl/eet-native_0.9.10.023.bb
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-02-14 05:40:35 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-14 05:40:35 +0000
commit340906f157306845073b25d62288c7e82ae3632d (patch)
tree294ba5dc10e68fd00d66b3ddeb4a9a75331a3014 /packages/efl/eet-native_0.9.10.023.bb
parent4632ac851c71d4639f58324f7ddd359eaf792394 (diff)
downloadopenembedded-340906f157306845073b25d62288c7e82ae3632d.tar.gz
e: update to dev versions and make the images work
- All efl and e17 packages are updated to newer versions - Update preferred-e-versions and add it back into familiar and openzaurus conf files - Update e-image to use GPE progs instead of extra e progs which have fallen into disrepair -- GPE progs currently don't work in e-image, I suspect a missing dependency
Diffstat (limited to 'packages/efl/eet-native_0.9.10.023.bb')
-rw-r--r--packages/efl/eet-native_0.9.10.023.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/efl/eet-native_0.9.10.023.bb b/packages/efl/eet-native_0.9.10.023.bb
new file mode 100644
index 0000000000..fa20c9fb30
--- /dev/null
+++ b/packages/efl/eet-native_0.9.10.023.bb
@@ -0,0 +1,7 @@
+include eet_${PV}.bb
+inherit native
+DEPENDS = "zlib-native jpeg-native"
+
+do_stage_append() {
+ install -m 0755 src/bin/.libs/eet ${STAGING_BINDIR}
+}