Changes between Version 71 and Version 72 of Developing your own applications
- Timestamp:
- 01/14/11 12:40:37 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developing your own applications
v71 v72 93 93 {{{ 94 94 DESCRIPTION = "A hello world program written in Vala" 95 SRCREV_pn-${PN} = "${AUTOREV}"96 PV = "0.1"97 95 PR = "r0" 98 96 … … 113 111 You should find that you now have an ipk package like this: /path/to/shr/build/shr-unstable/tmp/deploy/ipk/armv4t/myfirstapp_0.1-r0.6_armv4t.ipk 114 112 115 In order to test you program, simply install this package on your phone and run "/usr/bin/myfirstapp".113 In order to test your program, simply install this package on your phone and run "/usr/bin/myfirstapp".
