rootfs_ipk.bbclass: fix string comparison
[vuplus_openembedded] / packages / images / fso-console-image.bb
1 #------------------------------------------------------
2 # freesmartphone.org Console Image Recipe
3 #------------------------------------------------------
4
5 require fso-image.bb
6
7 IMAGE_INSTALL = "\
8   ${BASE_INSTALL} \
9   ${AUDIO_INSTALL} \
10   ${TOOLS_INSTALL} \
11   ${PYTHON_INSTALL} \
12   frameworkd \
13 "