mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
blktrace: fix build issue with gcc dso linking change
All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libXrender library explicitely for linking to work without errors. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
52691e7284
commit
2560d0e83f
@@ -4,11 +4,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
DEPENDS = "libaio"
|
||||
|
||||
PR = r1
|
||||
PR = r2
|
||||
PV = "1.0.1+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.kernel.dk/blktrace.git;protocol=git \
|
||||
file://blktrace-makefile.patch"
|
||||
file://blktrace-makefile.patch \
|
||||
file://dso_linking_change_build_fix.patch"
|
||||
|
||||
SRC_URI[md5sum] = "588aa9ab8a14d1766ab3f061d728ed89"
|
||||
SRC_URI[sha256sum] = "f3cb6a3df1b3dc67369c7c4da3444a7897aa8a18e55937b368e0a6aa2f64b3aa"
|
||||
|
||||
Reference in New Issue
Block a user