lintweaker wrote: 
> > 
Code:
--------------------
  >   > 
  > [kramer@wandboard ~]$ rpm --eval "%{_target}" 
  > armv7hl-linux
  > 
--------------------
> > 
> Tried a 'yum clean all' followed by a 'yum search Flirc', still only
> getting 'jivelite-flirc.noarch'. Not sure what is happening here. Odd.

What's happening here, is probably that you have installed the
redhat-rpm-config package. It's a dependency if you have tried to build
a kernel from a src rpm. The last line of /usr/lib/rpm/redhat/rpmrc
is....


Code:
--------------------
    
  buildarchtranslate: armv7hnl: armv7hl
  
--------------------


This changes the target platform from armv7hnl (with neon) to the lower
ranking armv7hl (without neon). Now yum will ignore any armv7hnl
packages in the repo, (like they don't exist). Basically, go comment
that line out and only uncomment it when you need to build a kernel. For
anything other than kernel building you want the target to be armv7hnl,
not armv7hl.


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to