diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-15 23:32:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-15 23:32:54 +0000 |
commit | 2d71149d3d65bdefcea2a6ecfdaa6b3c3e3bd5ff (patch) | |
tree | a40b50f886c7080fe58b58dec103b4bfcd1eccb7 /packages/nonworking/esmart/esmart_cvs.bb | |
parent | 723dbb046124da44e93f6e12147683a6ac1942fb (diff) | |
download | openembedded-2d71149d3d65bdefcea2a6ecfdaa6b3c3e3bd5ff.tar.gz |
remove nonworking versions of emotion and esmart
Diffstat (limited to 'packages/nonworking/esmart/esmart_cvs.bb')
-rw-r--r-- | packages/nonworking/esmart/esmart_cvs.bb | 14 |
1 files changed, 0 insertions, 14 deletions
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}/ -} |