summaryrefslogtreecommitdiffstats
path: root/conf.d/cmake
AgeCommit message (Collapse)AuthorFilesLines
2019-11-22fix(confg.cmake): set PROJECT_URL to silence CMake warningicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.28.99.58.99.48.99.38.99.2Li Xiaoming1-0/+1
No homepage url found. Please set a PROJECT_URL cmake variable in your config.cmake. Bug-AGL: SPEC-2804 Change-Id: I5f0e9965cfd9d80d3ef2014d16cde621ffcd480a Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
2018-10-31Migrate app-templates to CMake moduleguppy_6.99.3guppy_6.99.2guppy_6.99.1guppy/6.99.3guppy/6.99.2guppy/6.99.16.99.36.99.26.99.1Romain Forlot1-5/+9
Bug-AGL SPEC-1682 Change-Id: I22a946da7f379b71612cc419e8915921bc0bf858 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-02-12binding: weather: update stats every 15 minutesflounder_5.99.1flounder/5.99.15.99.1Matt Ranostay1-0/+3
To reduce API calls to OpenWeatherMap only update weather stats every 15 minutes. Changes that were required: * add glib-2.0 dependecy * adding rwlock to url data * g_timeout_add_seconds schedules an weather update every 15 minutes Bug-AGL: SPEC-1273 Change-Id: I09b92faf17830f305275dad7f4545cf64ebb43a2 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-02-11binding: weather: add initial openweathermap bindingMatt Ranostay1-0/+149
Bug-AGL: SPEC-1273 Change-Id: Idf6f12148df840ad8cfe2c1bc8eb35c1bc759876 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>