mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02:00
recipes: bump PR to rebuild .la files without libz.la
(From OE-Core rev: 1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c3b3a681f7
commit
0761649736
@@ -3,7 +3,7 @@ SECTION = "devel/python"
|
||||
LICENSE = "LGPLv2.1"
|
||||
DEPENDS = "gstreamer gst-plugins-base python-pygobject"
|
||||
RDEPENDS_${PN} += "python-pygtk"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
|
||||
file://python-path.patch"
|
||||
|
||||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
|
||||
DEPENDS = "python python-pygobject-native glib-2.0"
|
||||
DEPENDS_virtclass-native = "glib-2.0-native"
|
||||
RDEPENDS_virtclass-native = ""
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
MAJ_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user