aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/rpm/rpm_5.4.9.bbappend
blob: f2a82e1240fbc925b98677b2fc6e257f93b6d7ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PR .= ".3"

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,"