blob: a3bf1f7eb575afea5179fd0ebd8222450973a6ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#------------------------------------------------------
# freesmartphone.org Image Recipe, Light Edition
#------------------------------------------------------
require fso-image.bb
IMAGE_LINGUAS = ""
IMAGE_INSTALL = "\
${BASE_INSTALL} \
${X_INSTALL} \
${PYTHON_INSTALL} \
${ZHONE_INSTALL} \
"
|