Meta Configuration of Package kodi-noX-raspberry-pi

11
 
1
<package name="kodi-noX-raspberry-pi" project="Multimedia">
2
  <title>Kodi media center for ARM</title>
3
  <description>
4
This pkg container removes the _constraints file just to allow building for aarch64 and armv7l. Due to a bug in OBS, _constraints are not processed if the build workers use chroot instead VM.</description>
5
  <build>
6
    <disable arch="x86_64"/>
7
    <disable arch="i586"/>
8
    <disable arch="armv7l" repository="openSUSE_Tumbleweed"/>
9
  </build>
10
</package>
11