diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-16 13:36:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-16 13:36:09 +0000 |
commit | e290814b9fb3e6712a82cad3695787c2833249f4 (patch) | |
tree | 13637a80440eb4d48db5454c8dc1fca9f7bc8ef7 /packages | |
parent | bcd1a806faaf20c16b1fff5e3a203e94a3d32208 (diff) | |
parent | 2d71149d3d65bdefcea2a6ecfdaa6b3c3e3bd5ff (diff) |
merge of bc8ebabb26be6b1995dede187f84d76cb364c344
and de31bae9925b81f8c7cff9b208bebeffced17654
Diffstat (limited to 'packages')
-rw-r--r-- | packages/nonworking/emotion/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/nonworking/emotion/emotion_cvs.bb | 25 | ||||
-rw-r--r-- | packages/nonworking/esmart/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/nonworking/esmart/esmart_cvs.bb | 14 |
4 files changed, 0 insertions, 39 deletions
diff --git a/packages/nonworking/emotion/.mtn2git_empty b/packages/nonworking/emotion/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/nonworking/emotion/.mtn2git_empty +++ /dev/null diff --git a/packages/nonworking/emotion/emotion_cvs.bb b/packages/nonworking/emotion/emotion_cvs.bb deleted file mode 100644 index 1f4143478b..0000000000 --- a/packages/nonworking/emotion/emotion_cvs.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Emotion is an Evas smart-object library providing video capabilities. \ -Emotion leverages libxine 1.0 and integrates seemlessly with the rest of the EFL. \ -Because its based on libxine, any format that it supports (Theora, DiVX, MPEG2, etc) \ -is avalible using Emotion." -SECTION = "libs" -DEPENDS = "libxine edb eet evas ecore embryo edje" -PV = "${CVSDATE}" -PR = "r0" - -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/emotion" -S = "${WORKDIR}/emotion" - -inherit autotools binconfig - -do_stage () { - oe_libinstall -C src libemotion ${STAGING_LIBDIR}/ - install -m 0644 ${S}/src/Emotion.h ${STAGING_INCDIR}/ -} - -PACKAGES += "emotion-examples" - -FILES_${PN} = "${libdir}/libemotion*.so*" -FILES_${PN}-dev += "${bindir}/emotion-config ${libdir}/pkgconfig" -FILES_${PN}-examples = "${bindir}/emotion* ${datadir}" - diff --git a/packages/nonworking/esmart/.mtn2git_empty b/packages/nonworking/esmart/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/nonworking/esmart/.mtn2git_empty +++ /dev/null diff --git a/packages/nonworking/esmart/esmart_cvs.bb b/packages/nonworking/esmart/esmart_cvs.bb deleted file mode 100644 index d12048e82b..0000000000 --- a/packages/nonworking/esmart/esmart_cvs.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "A collection of smart Evas objects" -SECTION = "libs" -DEPENDS = "evas evas-x11 ecore imlib2 edje libtool" -PV = "${CVSDATE}" - -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/esmart" -S = "${WORKDIR}/esmart" - -inherit autotools pkgconfig binconfig - -do_stage () { - oe_libinstall -C src/lib libesmart ${STAGING_LIBDIR}/ - install -m 0644 ${S}/src/lib/Esmart.h ${STAGING_INCDIR}/ -} |