The other alternative is to edit the script so that it returns 0 anyway,
@lardman or any OE scripters,
There are several users having problems with this so I will paste the postinst here:
#!/bin/sh
mknod /dev/lirc c 61 0
if [ -n $D ]; then exit 1; fi
Please note that /dev/lirc does exist and I have installed lirc and irk succesfully on my collie but do not have a keyboard to test it.
Can they simply change the exit1 to exit 0 ? If not what? For a temporary fix I could build a new ipk with the repaired/hacked postinst.
I'm asking this because it seems to be the main problem with users getting their irk installed and working in many of the threads on this board.
I can find no bugs reported in Bugzilla from searching lirc or irk so I guess it should be reported?
Thanks,
Greg