12 lines
261 B
BlitzBasic
12 lines
261 B
BlitzBasic
|
#
|
||
|
# Copyright (C) 2007 OpenedHand Ltd.
|
||
|
#
|
||
|
DESCRIPTION = "An image with Sato support, a mobile environment and visual \
|
||
|
style that works well with mobile devices."
|
||
|
|
||
|
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}"
|
||
|
|
||
|
LICENSE = "MIT"
|
||
|
|
||
|
inherit core-image
|