Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
dev-app: Update to version v1_beta9
Browse files Browse the repository at this point in the history
New features and fixes:

- Static analysis fixes
- Drop redirectios to /dev/null when starting up the server
- Unset highlight syntax when a folder is selected
- Allow to save FBP file when it is not attached to a project
- Many minor fixes

Signed-off-by: Bruno Bottazzini <bruno.bottazzini@intel.com>
  • Loading branch information
Bruno Bottazzini committed Apr 29, 2016
1 parent 841b69b commit 8a256b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes-soletta/dev-app/soletta-dev-app_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ DESCRIPTION = "Soletta Development Application"
RDEPENDS_${PN} = "soletta nodejs systemd graphviz libmicrohttpd avahi-daemon bash git"
LICENSE = "Apache-2.0"

PV = "1_beta8"
PV = "1_beta9"

LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=93888867ace35ffec2c845ea90b2e16b"
SRC_URI[md5sum] = "557e80c99ac34d1c55dcb18423a1c308"
SRC_URI[sha256sum] = "141a3e6df771d64fcb46c41489837b938995c4d0b7997e384232cc7d11303fbf"
SRC_URI[md5sum] = "33f2eba375ec72f8eb7a39d32e3acb1a"
SRC_URI[sha256sum] = "f225d43265a474a97c22c237c30237fb3a4e01a272538a32379b2fc4e62413f0"
SRC_URI = "https://github.com/solettaproject/soletta-dev-app/releases/download/v${PV}/soletta-dev-app_standalone_v${PV}.tar.gz;protocol=archive \
file://soletta-dev-app.service \
file://soletta-dev-app-mac.sh \
Expand Down

0 comments on commit 8a256b9

Please sign in to comment.