mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
pkgconfig: Move patches in prep for 0.28 update
(From OE-Core rev: 076e1c9895cc4f559fd58956a6eb1098918292b5) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2f3e9b3865
commit
a08dd5d456
@@ -12,13 +12,7 @@ DEPENDS = "glib-2.0 popt"
|
|||||||
DEPENDS_class-native = ""
|
DEPENDS_class-native = ""
|
||||||
DEPENDS_class-nativesdk = ""
|
DEPENDS_class-nativesdk = ""
|
||||||
|
|
||||||
SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \
|
SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz"
|
||||||
file://autofoo.patch \
|
|
||||||
file://glibconfig-sysdefs.h \
|
|
||||||
file://pkg-config-native.in \
|
|
||||||
file://disable-legacy.patch \
|
|
||||||
file://obsolete_automake_macros.patch \
|
|
||||||
"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/pkg-config-${PV}/"
|
S = "${WORKDIR}/pkg-config-${PV}/"
|
||||||
|
|
||||||
|
|||||||
@@ -2,5 +2,12 @@ require pkgconfig.inc
|
|||||||
|
|
||||||
PR = "r7"
|
PR = "r7"
|
||||||
|
|
||||||
|
SRC_URI += "file://autofoo.patch \
|
||||||
|
file://glibconfig-sysdefs.h \
|
||||||
|
file://pkg-config-native.in \
|
||||||
|
file://disable-legacy.patch \
|
||||||
|
file://obsolete_automake_macros.patch \
|
||||||
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "a3270bab3f4b69b7dc6dbdacbcae9745"
|
SRC_URI[md5sum] = "a3270bab3f4b69b7dc6dbdacbcae9745"
|
||||||
SRC_URI[sha256sum] = "3ba691ee2431f32ccb8efa131e59bf23e37f122dc66791309023ca6dcefcd10e"
|
SRC_URI[sha256sum] = "3ba691ee2431f32ccb8efa131e59bf23e37f122dc66791309023ca6dcefcd10e"
|
||||||
|
|||||||
Reference in New Issue
Block a user