diff options
Diffstat (limited to 'recipes/nonworking/meta/meta-maemo.bb')
-rw-r--r-- | recipes/nonworking/meta/meta-maemo.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/nonworking/meta/meta-maemo.bb b/recipes/nonworking/meta/meta-maemo.bb new file mode 100644 index 0000000000..ac0dabe056 --- /dev/null +++ b/recipes/nonworking/meta/meta-maemo.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Meta-package for maemo environment" +LICENSE = "MIT" +PR = "r1" + +RDEPENDS_${PN} = "\ + maemo-task-base \ + maemo-task-apps \ + maemo-task-libs-install \ + maemo-task-theme" + +inherit meta |