http://bugs.openembedded.org/show_bug.cgi?id=1004

           Summary: display-brightness
           Product: Openembedded
           Version: OpenZaurus 3.5.4.x
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Distributions
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


display-brightness has a small bug where it cannot work out which device is the
backlight

it uses 
ls ***path to /sys/aoteh/backlight*** | head -1
but should be using 
ls ***path to /sys/aoteh/backlight*** | head -n 1

the head -1 works for coreutils head but not busybox (which happens to be the
default)


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to