diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-18 11:40:06 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-21 08:59:36 +0100 |
commit | f967351694709a93ba6d1553e5b400a8cb5c8589 (patch) | |
tree | 2c05c4b1c97112c9ebfbf850a45c15ec13350ae9 | |
parent | 298077e795147953e8fe2be180589284d23f4398 (diff) | |
download | openembedded-core-f967351694709a93ba6d1553e5b400a8cb5c8589.tar.gz openembedded-core-f967351694709a93ba6d1553e5b400a8cb5c8589.tar.bz2 openembedded-core-f967351694709a93ba6d1553e5b400a8cb5c8589.zip |
alsa-state: Add HOMEPAGE info into recipe file.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-bsp/alsa-state/alsa-state.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb b/meta/recipes-bsp/alsa-state/alsa-state.bb index d0f7bb3305..0670556999 100644 --- a/meta/recipes-bsp/alsa-state/alsa-state.bb +++ b/meta/recipes-bsp/alsa-state/alsa-state.bb @@ -5,6 +5,7 @@ # Filename: alsa-state.bb SUMMARY = "Alsa scenario files to enable alsa state restoration" +HOMEPAGE = "http://www.alsa-project.org/" DESCRIPTION = "Alsa Scenario Files - an init script and state files to restore \ sound state at system boot and save it at system shut down." LICENSE = "MIT" |