kernel-header packages depends on hardware. So that it needs to allow
the kernel header packages for each hardware device.
But, Tizen provides the standard kernel header package as
linux-glibc-devel. In order to prevent the conflict between
linux-glibc-devel and kernel-headers-[soc or vendor] package,
add kernel header packages to buildconflicts.
Change-Id: Ib2e57e451484c20420d281b0f9ae94716cbd08c9
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
allowed_buildrequires:
- cmake
- pkgconfig(hal-rootstrap)
+ - linux-glibc-devel
+ - kernel-headers-*
# List of packages that are allowed to be used as BuildConflicts
# Follow pattern matching of bash(1).
allowed_buildconflicts:
+ - linux-glibc-devel
+ - kernel-headers-*
# List of packages that are allowed to be used as Requires
# Follow pattern matching of bash(1).