2009/7/13 Michael Tansella <[email protected]>:
> echo arch base 50 >> /etc/opkg/angstrom-feed.conf
> echo src/gz base
> http://www.angstromdistribution.org/feeds/unstable/ipk/glibc/armv4t/base/ >>
                                ^
> /etc/opkg/angstrom-feed.conf
> opkg update
> opkg -nodeps install libqtgui4
> opkg -nodeps install libqtcore4
> opkg -nodeps install libqtdbus4
> opkg -nodeps install libqtxml4
> opkg -nodeps install libqttest4
> rm -f /etc/opkg/angstrom-feed.conf
> opkg update

Note you are missing a hyphen. This should be:

echo arch base 50 > /etc/opkg/angstrom-feed.conf
echo src/gz base
http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv4t/base/
>> /etc/opkg/angstrom-feed.conf
opkg update
opkg -nodeps install libqtgui4 libqtcore4 libqtdbus4 libqtxml4 libqttest4
rm -f /etc/opkg/angstrom-feed.conf
opkg update
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to