IVI repo changes.
[platform/upstream/image-configurations.git] / custom / scripts / arch-armv7hl.post
1 # Without this line the rpm don't get the architecture right.
2 echo -n 'armv7hl-tizen-linux' > /etc/rpm/platform
3  
4 # Also libzypp has problems in autodetecting the architecture so we force tha as well.
5 # https://bugs.meego.com/show_bug.cgi?id=11484
6 echo 'arch = armv7hl' >> /etc/zypp/zypp.conf