blob: 54e38c498f7057c190f4d8a085541e393553d198 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
IMAGE_LINGUAS = ""
DEPENDS = "task-base task-opie"
IMAGE_INSTALL = "task-base-extended task-opie-base task-opie-base-applets \
task-opie-base-inputmethods task-opie-base-apps \
task-opie-base-settings task-opie-base-decorations \
task-opie-base-styles task-opie-base-pim \
task-opie-extra-settings \
task-opie-bluetooth task-opie-irda "
# create /etc/timestamp from build date
IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
inherit image
|