[Bug 253765] [PATCH] link_elf: symbol backlight_get_info_desc undefined during boot on Pinebook

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 2 14:21:21 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253765

--- Comment #6 from commit-hook at FreeBSD.org ---
A commit in branch releng/13.0 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=90cf334642c234675a70721a8b06a7c92c014a8e

commit 90cf334642c234675a70721a8b06a7c92c014a8e
Author:     Brett Mastbergen <brett.mastbergen at gmail.com>
AuthorDate: 2021-02-22 10:28:28 +0000
Commit:     Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-03-02 14:19:51 +0000

    pwm_backlight: Add MODULE_DEPEND on backlight

    Make the pwm_backlight module depend on backlight, so it
    has access to the backlight interface symbols.  Otherwise you'll
    get an error like:

    link_elf: symbol backlight_get_info_desc undefined

    Approved by:    re (gjb)
    Signed-off-by: Brett Mastbergen <brett.mastbergen at gmail.com>
    MFC after:      3 days
    PR:             253765
    (cherry picked from commit 43d4dfac96f7f8285a27989f315c075d28aadb12)
    (cherry picked from commit 135fa1610fa177bb8c77aab951cfb4395edc249f)

 sys/dev/pwm/pwm_backlight.c | 1 +
 1 file changed, 1 insertion(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list