aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/rpm/rpm_5.4.14.bbappend
blob: df5dcef13d5a149a0286973e0ecdcdbc581e1c1a (plain)
1
2
3
4
5
6
7
8
9
10
11
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

SRC_URI += "file://rpm-fix-build-bug.patch \
	   "

FILES_${PN} += "${libdir}/rpm/bin/spooktool \
                ${libdir}/rpm/bin/semodule \
               "

inherit with-selinux
PACKAGECONFIG[selinux] = "${WITH_SELINUX},${WITHOUT_SELINUX},libsemanage,"