[Sound-open-firmware] [PATCH] build: fix package name to sof
10 Jan
2018
10 Jan
'18
9:44 p.m.
Signed-off-by: Liam Girdwood liam.r.girdwood@linux.intel.com --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac index a47a714..00c377f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([Reef],[m4_esyscmd(./version.sh)],[sound-open-firmware@alsa-project.org]) +AC_INIT([sof],[m4_esyscmd(./version.sh)],[sound-open-firmware@alsa-project.org]) AC_CONFIG_SRCDIR([src/init/init.c]) AC_CONFIG_HEADERS([src/include/config.h]) AC_CONFIG_MACRO_DIRS([m4])
--
2.14.1
2583
Age (days ago)
2583
Last active (days ago)
0 comments
1 participants
participants (1)
-
Liam Girdwood