|
@@ -89,13 +89,9 @@ do_configure () {
|
|
|
|
|
|
|
|
do_compile() {
|
|
do_compile() {
|
|
|
unset LDFLAGS
|
|
unset LDFLAGS
|
|
|
- if [ "${@bb.utils.vercmp_string('${PV}', 'git')}" = "1" ]; then
|
|
|
|
|
- oe_runmake
|
|
|
|
|
- else
|
|
|
|
|
- oe_runmake swupdate_unstripped progress_unstripped
|
|
|
|
|
- cp swupdate_unstripped swupdate
|
|
|
|
|
- cp progress_unstripped progress
|
|
|
|
|
- fi
|
|
|
|
|
|
|
+ oe_runmake swupdate_unstripped progress_unstripped
|
|
|
|
|
+ cp swupdate_unstripped swupdate
|
|
|
|
|
+ cp progress_unstripped progress
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|