diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-08-20 10:45:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-20 10:45:36 +0000 |
commit | 53608e94eb26eb27e306262c2e5ebf513728b49c (patch) | |
tree | dc78bbbb98e1ac3abedc4969fe2f8ec38f86fa4a /packages/nonworking | |
parent | f8a15a5cbc997aeb3d7ba2b455c268b80043d2f4 (diff) |
Add Xsession entry for e-wm
Add initscript setup to entrance
Add chkhinge, e-modules, e-utils, and evidence to task-enlightenment-x11
Diffstat (limited to 'packages/nonworking')
-rw-r--r-- | packages/nonworking/meta/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/nonworking/meta/e-image.bb | 18 |
2 files changed, 0 insertions, 18 deletions
diff --git a/packages/nonworking/meta/.mtn2git_empty b/packages/nonworking/meta/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/nonworking/meta/.mtn2git_empty +++ /dev/null diff --git a/packages/nonworking/meta/e-image.bb b/packages/nonworking/meta/e-image.bb deleted file mode 100644 index d58215d3a7..0000000000 --- a/packages/nonworking/meta/e-image.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "An X11-based distribution with the Enlightenment Window Manager and Tools" -LICENSE = "MIT" -PR = "r1" - -export IMAGE_BASENAME = "e-image" -export IMAGE_LINGUAS = "" - -DEPENDS = "task-bootstrap meta-e-x11 xserver-kdrive" - -PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" -PREFERRED_PROVIDER_virtual/evas = "evas-x11" -PREFERRED_PROVIDER_virtual/ecore = "ecore-x11" -PREFERRED_PROVIDER_virtual/imlib2 = "imlib2-x11" -PREFERRED_PROVIDER_virtual/libxine = "libxine-x11" - -export IPKG_INSTALL = "task-bootstrap task-enlightenment-x11 xserver-kdrive-fbdev" - -inherit image_ipk |