mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
apt: 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 libpthread 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
746173daad
commit
546ef7bb6d
@@ -3,10 +3,11 @@ RDEPENDS_${PN} = "dpkg"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
require apt.inc
|
||||
|
||||
PR = "r4"
|
||||
PR = "r5"
|
||||
|
||||
SRC_URI += "file://nodoc.patch \
|
||||
file://includes-fix.patch"
|
||||
file://includes-fix.patch \
|
||||
file://dso_linking_change_build_fix.patch "
|
||||
|
||||
SRC_URI[md5sum] = "19efa18fb1ef20c58b9b44e94258b814"
|
||||
SRC_URI[sha256sum] = "8fc06effaf8a4e4333308eedcdc6840f1c8056f2e924210f151dfc076bcd4045"
|
||||
|
||||
Reference in New Issue
Block a user