mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
libcap: respect ${base_sbindir}
Need to pass the path explicitly to "make install" to ensure that the binaries end up in the right locations. (From OE-Core rev: 3dffb9f577b794e8b78fb884adf9a15c45965bc4) Signed-off-by: Phil Blundell <pb@pbcl.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4d741c106c
commit
5378763f4c
@@ -43,7 +43,7 @@ do_compile() {
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake install DESTDIR="${D}" prefix="${prefix}"
|
||||
oe_runmake install DESTDIR="${D}" prefix="${prefix}" SBINDIR="${D}${base_sbindir}"
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require libcap.inc
|
||||
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI[md5sum] = "b4896816b626bea445f0b3849bdd4077"
|
||||
SRC_URI[sha256sum] = "e1cae65d8febf2579be37c255d2e058715785ead481a4e6a4357a06aff84721f"
|
||||
|
||||
Reference in New Issue
Block a user