mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
packagekit: Fix build with new glib-2.0
Fixes errors like | pk-main.c:223: error: undefined reference to 'g_thread_supported' | collect2: error: ld returned 1 exit status | make[3]: *** [packagekitd] Error 1 This version is dead upstream so this patch is local Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
+2629
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,9 @@ inherit gnome pythonnative
|
||||
|
||||
SRC_URI = "http://www.packagekit.org/releases/PackageKit-${PV}.tar.gz;name=archive \
|
||||
file://configurefix.patch \
|
||||
file://opkgfixes.patch"
|
||||
file://opkgfixes.patch \
|
||||
file://0001-Don-t-call-deprecated-glib-functions-and-use-the-new.patch \
|
||||
"
|
||||
|
||||
SRC_URI[archive.md5sum] = "6c8d9c48e21b82abeea15c3fd5066242"
|
||||
SRC_URI[archive.sha256sum] = "0eafd1be5516a41ebc0f0c3acff0b0763da105a4178b5eee0ff16d66ccd04408"
|
||||
|
||||
Reference in New Issue
Block a user