summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-02-11 18:01:29 -0300
committerGitHub <noreply@github.com>2022-02-11 18:01:29 -0300
commit622d0cefe45a391844117273cc2644ceba952db7 (patch)
tree9f1a36140181bba1664d19a76de56ced58a5e2e6
parente3b51e01dbad5bc2d40e3b63a30cb69e6dc062f1 (diff)
parenta47693173d7fe8bda1e7da1e419fac2ba6d26a41 (diff)
downloadmeta-freescale-622d0cefe45a391844117273cc2644ceba952db7.tar.gz
Merge pull request #976 from sean-anderson-seco/crconf
Fix building crconf with usrmerge
-rw-r--r--recipes-extended/crconf/crconf_git.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-extended/crconf/crconf_git.bb b/recipes-extended/crconf/crconf_git.bb
index 1727888a..305b47f5 100644
--- a/recipes-extended/crconf/crconf_git.bb
+++ b/recipes-extended/crconf/crconf_git.bb
@@ -3,7 +3,7 @@ SECTION = "base"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=5;md5=0f77fc44eb5911007ae4ac9f6736e111" 4LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=5;md5=0f77fc44eb5911007ae4ac9f6736e111"
5 5
6EXTRA_OEMAKE = "'CC=${CC}' 'HOSTCC=${CC}'" 6EXTRA_OEMAKE = "'CC=${CC}' 'HOSTCC=${CC}' SBINDIR='${sbindir}' MANDIR='${mandir}'"
7 7
8SRC_URI = "git://git.code.sf.net/p/crconf/code;protocol=https;nobranch=1" 8SRC_URI = "git://git.code.sf.net/p/crconf/code;protocol=https;nobranch=1"
9SRCREV = "c2b9595d739a9515a86ff3b1980b5cfdfcc42d68" 9SRCREV = "c2b9595d739a9515a86ff3b1980b5cfdfcc42d68"
@@ -13,5 +13,3 @@ S = "${WORKDIR}/git"
13do_install () { 13do_install () {
14 oe_runmake install DESTDIR=${D} 14 oe_runmake install DESTDIR=${D}
15} 15}
16
17FILES:${PN} += "/share/man/* ${libdir}/* ${sbindir}/*"