]> code.ossystems Code Review - meta-freescale.git/commitdiff
crconf: Set SBINDIR and MANDIR
authorSean Anderson <sean.anderson@seco.com>
Fri, 11 Feb 2022 17:26:37 +0000 (12:26 -0500)
committerSean Anderson <sean.anderson@seco.com>
Fri, 11 Feb 2022 17:32:34 +0000 (12:32 -0500)
The default values of these variables are not appropriate when using
usrmerge. This fixes the following error:

ERROR: crconf-git-r0 do_package: QA Issue: crconf: Files/directories were installed but not shipped in any package:
  /sbin/crconf
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
recipes-extended/crconf/crconf_git.bb

index 1727888a661c88d8ab5b82d2695c2367d35eb51b..704c6ac7391fd7d0f89e02a2345dfc5b363d6c43 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "base"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=5;md5=0f77fc44eb5911007ae4ac9f6736e111"
 
-EXTRA_OEMAKE = "'CC=${CC}' 'HOSTCC=${CC}'"
+EXTRA_OEMAKE = "'CC=${CC}' 'HOSTCC=${CC}' SBINDIR='${sbindir}' MANDIR='${mandir}'"
 
 SRC_URI = "git://git.code.sf.net/p/crconf/code;protocol=https;nobranch=1"
 SRCREV = "c2b9595d739a9515a86ff3b1980b5cfdfcc42d68"