diff options
Diffstat (limited to 'packages/meta')
-rw-r--r-- | packages/meta/e-image.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/meta/e-image.bb b/packages/meta/e-image.bb index fffcfb1be2..caac207fb7 100644 --- a/packages/meta/e-image.bb +++ b/packages/meta/e-image.bb @@ -1,7 +1,6 @@ -DESCRIPTION = "An X11-based distribution with the Enlightenment Window Manager and Tools" -PR = "r4" - include e-image-core.bb +DESCRIPTION = "An X11-based distribution with the Enlightenment Window Manager and Tools" +PR = "r5" export IMAGE_BASENAME = "e-image" export IPKG_INSTALL += "task-e-x11-core \ @@ -15,7 +14,8 @@ export IPKG_INSTALL += "task-e-x11-core \ xhost \ gpe-soundserver \ gpe-confd \ - xauth" + xauth \ + e17-gpe-menu-convert" DEPENDS += "task-e-x11-core task-gpe" |