summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/prelink/prelink_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/prelink/prelink_git.bb')
-rw-r--r--meta/recipes-devtools/prelink/prelink_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb
index 78d4c71817..24713b61f8 100644
--- a/meta/recipes-devtools/prelink/prelink_git.bb
+++ b/meta/recipes-devtools/prelink/prelink_git.bb
@@ -48,9 +48,11 @@ inherit autotools
48 48
49BBCLASSEXTEND = "native" 49BBCLASSEXTEND = "native"
50 50
51EXTRA_OECONF = "--disable-selinux --with-pkgversion=${PV}-${PR} \ 51EXTRA_OECONF = "--with-pkgversion=${PV}-${PR} \
52 --with-bugurl=http://bugzilla.yoctoproject.org/" 52 --with-bugurl=http://bugzilla.yoctoproject.org/"
53 53
54PACKAGECONFIG ??= ""
55PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux"
54 56
55# 57#
56# For target prelink we need to ensure paths match the lib path layout 58# For target prelink we need to ensure paths match the lib path layout