diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-09 23:08:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-09 23:08:49 +0000 |
commit | 45b8741f7b138d039e0b1107ba1f1d41f61b5f26 (patch) | |
tree | b69378d247af749ee22668c35ae64a26f49fbaf1 /packages/eet/eet-native_0.9.10.013.bb | |
parent | cc66d34e4a411ce7e105df2ecb3d95265157f267 (diff) |
Third (and hopefully last) EFL revamp before I hand over maintainership to
Justin Patrin. We now have a efl.bbclass that contains common code for the
various libraries. This makes it possible to have very clean and concise bb's.
Diffstat (limited to 'packages/eet/eet-native_0.9.10.013.bb')
-rw-r--r-- | packages/eet/eet-native_0.9.10.013.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/eet/eet-native_0.9.10.013.bb b/packages/eet/eet-native_0.9.10.013.bb deleted file mode 100644 index 81f0a349fa..0000000000 --- a/packages/eet/eet-native_0.9.10.013.bb +++ /dev/null @@ -1,15 +0,0 @@ -PRIORITY = "optional" -include eet_${PV}.bb -inherit native -DEPENDS = "zlib-native jpeg-native" -LICENSE = "BSD" - -do_stage () { - install -m 0755 src/bin/.libs/eet ${STAGING_BINDIR} - oe_libinstall -C src/lib libeet ${STAGING_LIBDIR}/ - install -m 0644 ${S}/src/lib/Eet.h ${STAGING_INCDIR}/ -} - -do_install() { - : -} |