diff options
Diffstat (limited to 'recipes/tasks/task-qtopia-core-console.bb')
-rw-r--r-- | recipes/tasks/task-qtopia-core-console.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/tasks/task-qtopia-core-console.bb b/recipes/tasks/task-qtopia-core-console.bb new file mode 100644 index 0000000000..3d1533a33d --- /dev/null +++ b/recipes/tasks/task-qtopia-core-console.bb @@ -0,0 +1,13 @@ +HOMEPAGE = "http://www.trolltech.com" +LICENSE = "MIT" + +inherit task + +DESCRIPTION_task-qtopia-core-console = "QtopiaCore Core libraries for XML, SQL, Network, Containers and others." +RDEPENDS_task-qtopia-core-console = "\ + libqt-embeddedcore4 \ + libqt-embeddednetwork4 \ + libqt-embeddedxml4 \ + libqt-embeddedsql4" + + |