diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-08-15 17:33:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-15 17:33:03 +0000 |
commit | 3bda3fba3dc2bcad75244f9fd135f977a685f6ba (patch) | |
tree | 8546e6ae51aadecfa90bdfd7836972da931dcdb2 /packages/nonworking/meta | |
parent | 1affd8c4b0c429653f39ef23f9cfe03e92fcea9a (diff) |
Move e-image to nonworking. Please use the GPE image and install e packages on top of it. e is not ready to run standalone.
Diffstat (limited to 'packages/nonworking/meta')
-rw-r--r-- | packages/nonworking/meta/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/nonworking/meta/e-image.bb | 18 |
2 files changed, 18 insertions, 0 deletions
diff --git a/packages/nonworking/meta/.mtn2git_empty b/packages/nonworking/meta/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/nonworking/meta/.mtn2git_empty diff --git a/packages/nonworking/meta/e-image.bb b/packages/nonworking/meta/e-image.bb new file mode 100644 index 0000000000..d58215d3a7 --- /dev/null +++ b/packages/nonworking/meta/e-image.bb @@ -0,0 +1,18 @@ +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 |