diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-09-05 17:13:10 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-09-05 17:15:40 +0200 |
commit | 53ae34d7652bed4ad2162d1e03cfcb78d2724066 (patch) | |
tree | 40e4119d1462e7a1c07e6a60872655eeaefbf8c4 /meta-app-framework/recipes-core/af-binder | |
parent | 7fa21fc6131f0af27185077091a3a8f1de73d625 (diff) |
app-framework: improvements
- Adds the handling of a root for HTTP files with the option --roothttp
- Improves API for openning localized data
- Adds the handling of language
Change-Id: Ia0c6e840265595b6e0415e8ea7a9e6585d8bb88d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core/af-binder')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb index 3b70fec..5c47e3a 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb @@ -16,7 +16,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "b0d9ff9157f188a32d46c7a583b5b2e35ca26343" +SRCREV = "dc011f99aed9407c8319b1b70a81f56ad2f02bc8" S = "${WORKDIR}/git" inherit cmake pkgconfig |