diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-08-22 10:33:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-22 10:33:14 +0000 |
commit | f4b89660bcbeba3e9ed542e0a84273f7f7fb433f (patch) | |
tree | f508899945d3370c4985bcf68c69ccfda2a02337 /packages/nonworking | |
parent | 1d1e09a9271b91a3985dcf056a55d4e96782384d (diff) | |
parent | 3807068da154ade5c2e52b13faf15c9488fb3f24 (diff) |
merge of 22ca4fd70d5673f7122ddd1ac0a7874b737c1dc6
and 3fdee15138882a8e7bbd364727e5c68a993ed862
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, 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 |