mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}
For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN}
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
35e3443b57
commit
0e8f0f0a03
@@ -2,8 +2,8 @@ DESCRIPTION = "Python Gstreamer bindings"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "LGPLv2.1"
|
||||
DEPENDS = "gstreamer gst-plugins-base python-pygobject"
|
||||
RDEPENDS += "python-pygtk"
|
||||
PR = "r0"
|
||||
RDEPENDS_${PN} += "python-pygtk"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
|
||||
file://python-path.patch"
|
||||
|
||||
Reference in New Issue
Block a user