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/embryo | |
| 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/embryo')
| -rw-r--r-- | packages/embryo/.mtn2git_empty | 0 | ||||
| -rw-r--r-- | packages/embryo/embryo-native_0.9.1.013.bb | 7 | ||||
| -rw-r--r-- | packages/embryo/embryo_0.9.1.013.bb | 25 |
3 files changed, 0 insertions, 32 deletions
diff --git a/packages/embryo/.mtn2git_empty b/packages/embryo/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/embryo/.mtn2git_empty +++ /dev/null diff --git a/packages/embryo/embryo-native_0.9.1.013.bb b/packages/embryo/embryo-native_0.9.1.013.bb deleted file mode 100644 index 89980d343e..0000000000 --- a/packages/embryo/embryo-native_0.9.1.013.bb +++ /dev/null @@ -1,7 +0,0 @@ -include embryo_${PV}.bb -inherit native - -do_stage () { - oe_libinstall -C src/lib libembryo ${STAGING_LIBDIR}/ - install -m 0644 ${S}/src/lib/Embryo.h ${STAGING_INCDIR}/ -} diff --git a/packages/embryo/embryo_0.9.1.013.bb b/packages/embryo/embryo_0.9.1.013.bb deleted file mode 100644 index 49a1e9df4e..0000000000 --- a/packages/embryo/embryo_0.9.1.013.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Embryo implements a C like scripting language used in various parts \ -of the Enlightenment project, namely Edje. Embryo's scripting language is based on \ -CompuPhase's Small language that was introduced in Dr Dobb's Journal in 1999. \ -Embryo allows scripting capabilities in places that otherwise wouldn't support \ -basic programming structures such as in Edje EDCs." -SECTION = "e/libs" -LICENSE = "MIT" -PR = "r0" - -SRC_URI = "http://enlightenment.freedesktop.org/files/embryo-${PV}.tar.gz" -S = "${WORKDIR}/embryo-${PV}" - -inherit autotools pkgconfig binconfig - -do_stage () { - oe_libinstall -C src/lib libembryo ${STAGING_LIBDIR}/ - install -m 0644 ${S}/src/lib/Embryo.h ${STAGING_INCDIR}/ -} - -PACKAGES += "embryo-examples" - -FILES_${PN} = "${libdir}/libembryo*.so*" -FILES_${PN}-dev += "${bindir} ${libdir}/pkgconfig" -FILES_${PN}-examples = "${datadir}" - |
