mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00: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
@@ -1,6 +1,6 @@
|
||||
require binutils.inc
|
||||
|
||||
PR = "r4"
|
||||
PR = "r5"
|
||||
|
||||
LIC_FILES_CHKSUM="\
|
||||
file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\
|
||||
|
||||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03
|
||||
|
||||
DEPENDS = "zlib file-native"
|
||||
DEPENDS_virtclass-native = "zlib-native"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \
|
||||
file://fix_version_check.patch \
|
||||
|
||||
@@ -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]}"
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}"
|
||||
extrarpmdeps = "python perl"
|
||||
extrarpmdeps_virtclass-native = "file-native"
|
||||
PR = "r29"
|
||||
PR = "r30"
|
||||
|
||||
# rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed
|
||||
# in order to extract the distribution SRPM into a format we can extract...
|
||||
|
||||
@@ -7,6 +7,8 @@ HOMEPAGE = "http://subversion.tigris.org"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
# negative, because of new checkout format in 1.7.0
|
||||
# and distro PREMIRRORs need to be in sync with users
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
Reference in New Issue
Block a user