diff options
Diffstat (limited to 'meta-boot2qt/classes')
-rw-r--r-- | meta-boot2qt/classes/qbsp.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-boot2qt/classes/qbsp.bbclass b/meta-boot2qt/classes/qbsp.bbclass index bdce9fb..7c6f7ef 100644 --- a/meta-boot2qt/classes/qbsp.bbclass +++ b/meta-boot2qt/classes/qbsp.bbclass | |||
@@ -156,10 +156,10 @@ create_qbsp() { | |||
156 | repogen -p ${B}/pkg ${B}/repository | 156 | repogen -p ${B}/pkg ${B}/repository |
157 | 157 | ||
158 | mkdir -p ${DEPLOY_DIR}/qbsp | 158 | mkdir -p ${DEPLOY_DIR}/qbsp |
159 | rm -f ${DEPLOY_DIR}/qbsp/${PN}-${SDK_MACHINE}-${MACHINE}.qbsp | 159 | rm -f ${DEPLOY_DIR}/qbsp/${PN}-${SDK_MACHINE}-${MACHINE}-${PV}.qbsp |
160 | 160 | ||
161 | cd ${B}/repository | 161 | cd ${B}/repository |
162 | 7zr a ${DEPLOY_DIR}/qbsp/${PN}-${SDK_MACHINE}-${MACHINE}.qbsp * | 162 | 7zr a ${DEPLOY_DIR}/qbsp/${PN}-${SDK_MACHINE}-${MACHINE}-${PV}.qbsp * |
163 | } | 163 | } |
164 | 164 | ||
165 | python do_qbsp() { | 165 | python do_qbsp() { |