mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +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
@@ -1,9 +1,9 @@
|
||||
DEPENDS = "curl db"
|
||||
RDEPENDS = "dpkg"
|
||||
RDEPENDS_${PN} = "dpkg"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
require apt.inc
|
||||
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI += "file://nodoc.patch \
|
||||
file://includes-fix.patch"
|
||||
|
||||
@@ -4,10 +4,10 @@ compilation of C/C++/ObjC code across machines on a network."
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
PR = "r5"
|
||||
PR = "r6"
|
||||
|
||||
DEPENDS = "avahi gtk+"
|
||||
RRECOMMENDS = "avahi-daemon"
|
||||
RRECOMMENDS_${PN} = "avahi-daemon"
|
||||
|
||||
# Upstream change this patch periodically so store locally
|
||||
# http://0pointer.de/public/distcc-avahi.patch
|
||||
|
||||
@@ -34,7 +34,7 @@ do_install () {
|
||||
}
|
||||
|
||||
# blkid used to be part of e2fsprogs but is useful outside, add it
|
||||
# as an RDEPENDS so that anything relying on it being in e2fsprogs
|
||||
# as an RDEPENDS_${PN} so that anything relying on it being in e2fsprogs
|
||||
# still works
|
||||
RDEPENDS_e2fsprogs = "e2fsprogs-blkid e2fsprogs-badblocks"
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@ SRC_URI = "${GNOME_MIRROR}/intltool/${URLV}/intltool-${PV}.tar.bz2"
|
||||
S = "${WORKDIR}/intltool-${PV}"
|
||||
|
||||
DEPENDS = "libxml-parser-perl-native"
|
||||
#RDEPENDS = "libxml-parser-perl"
|
||||
RRECOMMENDS = "perl-modules"
|
||||
#RDEPENDS_${PN} = "libxml-parser-perl"
|
||||
RRECOMMENDS_${PN} = "perl-modules"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require intltool.inc
|
||||
LICENSE="GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI_append = " file://intltool-nowarn-0.40.0.patch"
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@ PRIORITY = "optional"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083"
|
||||
RDEPENDS = "python"
|
||||
RDEPENDS_virtclass-native = ""
|
||||
RDEPENDS_${PN} = "python"
|
||||
RDEPENDS_${PN}_virtclass-native = ""
|
||||
PV = "0.1.8+svnr${SRCREV}"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \
|
||||
file://index-ignore-filenotfound.patch"
|
||||
|
||||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670"
|
||||
DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
|
||||
PR = "ml0"
|
||||
PR = "ml1"
|
||||
|
||||
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
|
||||
|
||||
@@ -20,6 +20,6 @@ export HOST_SYS
|
||||
export STAGING_LIBDIR
|
||||
export STAGING_INCDIR
|
||||
|
||||
RDEPENDS = "python-io python-logging python-stringold python-threading python-xml"
|
||||
RDEPENDS_${PN} = "python-io python-logging python-stringold python-threading python-xml"
|
||||
|
||||
FILES_${PN}-dev += "${libdir}/pkgconfig
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -4,9 +4,9 @@ PRIORITY = "optional"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=92;endline=120;md5=c4371af4579f1e489cf881c1443dd4ec"
|
||||
DEPENDS = "freetype jpeg tiff"
|
||||
RDEPENDS = "python-lang python-stringold"
|
||||
RDEPENDS_${PN} = "python-lang python-stringold"
|
||||
SRCNAME = "Imaging"
|
||||
PR = "ml0"
|
||||
PR = "ml1"
|
||||
|
||||
SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \
|
||||
file://path.patch"
|
||||
|
||||
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://README;endline=13;md5=fbfe545b1869617123a08c0983ef17b
|
||||
file://COPYING2;md5=ffaa1e283b7f9bf5aafd8d45db6f7518"
|
||||
|
||||
DEPENDS = "curl python"
|
||||
RDEPENDS = "python-core curl"
|
||||
RDEPENDS_${PN} = "python-core curl"
|
||||
SRCNAME = "pycurl"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "\
|
||||
http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \
|
||||
|
||||
@@ -2,12 +2,12 @@ DESCRIPTION = "Python GTK+ 2.17.x Bindings"
|
||||
SECTION = "devel/python"
|
||||
# needs gtk+ 2.17.x
|
||||
DEPENDS = "gtk+ libglade python-pycairo python-pygobject"
|
||||
RDEPENDS = "python-shell python-pycairo python-pygobject"
|
||||
RDEPENDS_${PN} = "python-shell python-pycairo python-pygobject"
|
||||
PROVIDES = "python-pygtk2"
|
||||
SRCNAME = "pygtk"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
|
||||
PR = "ml8.3"
|
||||
PR = "ml9"
|
||||
|
||||
SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.17/${SRCNAME}-${PV}.tar.bz2 \
|
||||
file://fix-gtkunixprint.patch \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
require python-pyrex_${PV}.bb
|
||||
inherit native
|
||||
DEPENDS = "python-native"
|
||||
RDEPENDS = ""
|
||||
PR = "r0"
|
||||
RDEPENDS_${PN} = ""
|
||||
PR = "r1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require python-scons_${PV}.bb
|
||||
inherit native
|
||||
DEPENDS = "python-native"
|
||||
RDEPENDS = ""
|
||||
PR = "r0"
|
||||
RDEPENDS_${PN} = ""
|
||||
PR = "r1"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Qemu helper utilities from Poky"
|
||||
LICENSE = "GPLv2"
|
||||
RDEPENDS = "qemu-native"
|
||||
PR = "r0"
|
||||
RDEPENDS_${PN} = "qemu-native"
|
||||
PR = "r1"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Qemu helper scripts from Poky"
|
||||
LICENSE = "GPLv2"
|
||||
RDEPENDS = "qemu-nativesdk"
|
||||
PR = "r8"
|
||||
RDEPENDS_${PN} = "qemu-nativesdk"
|
||||
PR = "r9"
|
||||
|
||||
FILESPATH = "${FILE_DIRNAME}/qemu-helper"
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
DESCRIPTION = "The Subversion (svn) client"
|
||||
SECTION = "console/network"
|
||||
DEPENDS = "apr-util neon"
|
||||
RDEPENDS = "neon"
|
||||
RDEPENDS_${PN} = "neon"
|
||||
LICENSE = "Apache BSD"
|
||||
HOMEPAGE = "http://subversion.tigris.org"
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
|
||||
file://disable-revision-install.patch;patch=1 \
|
||||
|
||||
@@ -3,9 +3,9 @@ HOMEPAGE = "http://code.google.com/p/ubootchart/"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
|
||||
PV = "0.0+r${SRCREV}"
|
||||
PR = "r4"
|
||||
PR = "r5"
|
||||
|
||||
#RRECOMMENDS = "acct"
|
||||
#RRECOMMENDS_${PN} = "acct"
|
||||
|
||||
SRC_URI = "svn://ubootchart.googlecode.com/svn/;proto=http;module=trunk \
|
||||
file://sysvinit.patch;patch=1;pnum=0 \
|
||||
|
||||
@@ -3,10 +3,10 @@ SECTION = "console/network"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
|
||||
RDEPENDS = "pseudo"
|
||||
RDEPENDS_virtclass-native = "pseudo-native"
|
||||
RDEPENDS_virtclass-nativesdk = "pseudo-nativesdk"
|
||||
PR = "r1"
|
||||
RDEPENDS_${PN} = "pseudo"
|
||||
RDEPENDS_${PN}_virtclass-native = "pseudo-native"
|
||||
RDEPENDS_${PN}_virtclass-nativesdk = "pseudo-nativesdk"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "ftp://linux.mathematik.tu-darmstadt.de/pub/linux/oldstuff/people/okir/nfs-server-${PV}.tar.gz \
|
||||
file://001-2.2b47-2.2b51.patch \
|
||||
|
||||
Reference in New Issue
Block a user