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:
Koen Kooi 2010-12-23 20:23:33 +01:00 committed by Richard Purdie
parent 35e3443b57
commit 0e8f0f0a03
89 changed files with 173 additions and 163 deletions

View File

@ -5,9 +5,9 @@ Linux operating system."
HOMEPAGE = "http://www.openswan.org" HOMEPAGE = "http://www.openswan.org"
LICENSE = "GPLv2" LICENSE = "GPLv2"
DEPENDS = "gmp flex-native" DEPENDS = "gmp flex-native"
RRECOMMENDS = "kernel-module-ipsec" RRECOMMENDS_${PN} = "kernel-module-ipsec"
RDEPENDS_nylon = "perl" RDEPENDS_${PN}_nylon = "perl"
PR = "r0" PR = "r1"
SRC_URI = "http://www.openswan.org/download/old/openswan-${PV}.tar.gz \ SRC_URI = "http://www.openswan.org/download/old/openswan-${PV}.tar.gz \
file://openswan-2.4.7-gentoo.patch;patch=1 \ file://openswan-2.4.7-gentoo.patch;patch=1 \

View File

@ -4,10 +4,11 @@ OpenSync in GLib applications."
LICENSE = "LGPL" LICENSE = "LGPL"
SECTION = "x11" SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade libopensync avahi" DEPENDS = "glib-2.0 gtk+ libglade libopensync avahi"
RRECOMMENDS = "\ RRECOMMENDS_${PN} = "\
libopensync-plugin-file \ libopensync-plugin-file \
" "
PV = "0.0+svnr${SRCREV}" PV = "0.0+svnr${SRCREV}"
PR = "r1"
SRC_URI = "svn://svn.o-hand.com/repos/sync/trunk;module=sync;proto=http" SRC_URI = "svn://svn.o-hand.com/repos/sync/trunk;module=sync;proto=http"

View File

@ -6,9 +6,9 @@ Gadu-Gadu, Groupwise, ICQ and QQ."
HOMEPAGE = "http://blogs.gnome.org/view/xclaesse/2007/04/26/0" HOMEPAGE = "http://blogs.gnome.org/view/xclaesse/2007/04/26/0"
LICENSE = "GPL" LICENSE = "GPL"
DEPENDS = "libcanberra telepathy-farsight gnome-doc-utils python-native telepathy-python telepathy-mission-control libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus" DEPENDS = "libcanberra telepathy-farsight gnome-doc-utils python-native telepathy-python telepathy-mission-control libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus"
RDEPENDS = "telepathy-mission-control" RDEPENDS_${PN} = "telepathy-mission-control"
RRECOMMENDS = "telepathy-gabble" RRECOMMENDS_${PN} = "telepathy-gabble"
PR = "r2" PR = "r3"
inherit gnome inherit gnome

View File

@ -3,7 +3,7 @@ HOMEPAGE = "http://www.abiword.org"
SECTION = "x11/office" SECTION = "x11/office"
LICENSE = "GPLv2" LICENSE = "GPLv2"
DEPENDS = "perl-native wv libgsf libglade libfribidi jpeg libpng libxml2" DEPENDS = "perl-native wv libgsf libglade libfribidi jpeg libpng libxml2"
RDEPENDS = "glibc-gconv-ibm850 glibc-gconv-cp1252 \ RDEPENDS_${PN} = "glibc-gconv-ibm850 glibc-gconv-cp1252 \
glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz" SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz"

View File

@ -1,5 +1,7 @@
require abiword-2.5.inc require abiword-2.5.inc
PR = "r1"
EXTRA_OECONF += "--enable-embedded" EXTRA_OECONF += "--enable-embedded"
S = "${WORKDIR}/abiword-${PV}" S = "${WORKDIR}/abiword-${PV}"

View File

@ -4,7 +4,7 @@ HOMEPAGE = "http://www.abiword.org""
LICENSE = "GPLv2" LICENSE = "GPLv2"
DEPENDS = "libgsf libglade libfribidi libxml2 wv" DEPENDS = "libgsf libglade libfribidi libxml2 wv"
RRECOMMENDS = "glibc-gconv-ibm850 glibc-gconv-cp1252 \ RRECOMMENDS_${PN} = "glibc-gconv-ibm850 glibc-gconv-cp1252 \
glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
# Share this file between recipes that use cvs and that pull tarballs # Share this file between recipes that use cvs and that pull tarballs

View File

@ -1,5 +1,5 @@
require abiword-2.5.inc require abiword-2.5.inc
PR = "r1" PR = "r2"
RCONFLICTS = "abiword-embedded" RCONFLICTS_${PN} = "abiword-embedded"

View File

@ -1,7 +1,7 @@
require abiword.inc require abiword.inc
PV="2.5.0+cvs${SRCDATE}" PV="2.5.0+cvs${SRCDATE}"
PR = "r3" PR = "r4"
SRC_URI = "${CVSURI}" SRC_URI = "${CVSURI}"

View File

@ -1,10 +1,10 @@
DESCRIPTION = "GNOME Structured File Library" DESCRIPTION = "GNOME Structured File Library"
LICENSE = "GPL" LICENSE = "GPL"
SECTION = "libs" SECTION = "libs"
PR = "r0" PR = "r1"
DEPENDS= "libxml2 bzip2 glib-2.0 zlib" DEPENDS= "libxml2 bzip2 glib-2.0 zlib"
RDEPENDS = "gconf gnome-vfs" RDEPENDS_${PN} = "gconf gnome-vfs"
PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev " PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev "

View File

@ -1,9 +1,9 @@
DESCRIPTION = "Gtk2 theme files to accompany default Matchbox themes" DESCRIPTION = "Gtk2 theme files to accompany default Matchbox themes"
LICENSE = "GPL" LICENSE = "GPL"
DEPENDS = "gtk-engines" DEPENDS = "gtk-engines"
RDEPENDS = "matchbox-wm gtk-engine-clearlooks" RDEPENDS_${PN} = "matchbox-wm gtk-engine-clearlooks"
SECTION = "x11/base" SECTION = "x11/base"
PR = "r2" PR = "r3"
SRC_URI = "file://gtkrc" SRC_URI = "file://gtkrc"

View File

@ -6,9 +6,9 @@ LICENSE="GPL"
LIC_FILES_CHKSUM = "file://debian/copyright;md5=77ef83ab5f4af938a93edb61f7b74f2c" LIC_FILES_CHKSUM = "file://debian/copyright;md5=77ef83ab5f4af938a93edb61f7b74f2c"
PV = "1.1.11+git${SRCREV}" PV = "1.1.11+git${SRCREV}"
PR = "r3" PR = "r4"
RDEPENDS = "pm-utils" RDEPENDS_${PN} = "pm-utils"
SRC_URI = "git://git.debian.org/git/debian-eeepc/eeepc-acpi-scripts.git;protocol=git \ SRC_URI = "git://git.debian.org/git/debian-eeepc/eeepc-acpi-scripts.git;protocol=git \
file://remove-doc-check.patch;patch=1 \ file://remove-doc-check.patch;patch=1 \

View File

@ -10,8 +10,8 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \ LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \
file://grub/main.c;beginline=3;endline=9;md5=22a5f28d2130fff9f2a17ed54be90ed6" file://grub/main.c;beginline=3;endline=9;md5=22a5f28d2130fff9f2a17ed54be90ed6"
RDEPENDS = "diffutils" RDEPENDS_${PN} = "diffutils"
PR = "r2" PR = "r3"
SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \ SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \
file://autohell.patch;apply=yes " file://autohell.patch;apply=yes "

View File

@ -3,9 +3,9 @@ SECTION = "kernel/modules"
PRIORITY = "optional" PRIORITY = "optional"
LICENSE = "GPLv2" LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
RDEPENDS = "update-modules" RDEPENDS_${PN} = "update-modules"
PACKAGE_ARCH = "all" PACKAGE_ARCH = "all"
PR = "r11" PR = "r12"
SRC_URI = "file://hostap_cs.modalias \ SRC_URI = "file://hostap_cs.modalias \
file://COPYING.patch" file://COPYING.patch"

View File

@ -3,9 +3,9 @@ SECTION = "kernel/modules"
PRIORITY = "optional" PRIORITY = "optional"
LICENSE = "GPLv2" LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
RDEPENDS = "update-modules" RDEPENDS_${PN} = "update-modules"
PACKAGE_ARCH = "all" PACKAGE_ARCH = "all"
PR = "r5" PR = "r6"
SRC_URI = "file://orinoco_cs.conf \ SRC_URI = "file://orinoco_cs.conf \
file://COPYING.patch" file://COPYING.patch"

View File

@ -3,8 +3,8 @@ DESCRIPTION = "Adds scripts to use distcc on the host system under qemu"
LICENSE = "GPL" LICENSE = "GPL"
LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
RDEPENDS = "distcc task-poky-nfs-server oprofileui-server rsync bash" RDEPENDS_${PN} = "distcc task-poky-nfs-server oprofileui-server rsync bash"
PR = "r18" PR = "r19"
SRC_URI = "file://distcc.sh \ SRC_URI = "file://distcc.sh \
file://anjuta-remote-run \ file://anjuta-remote-run \

View File

@ -3,8 +3,9 @@ SECTION = "base"
LICENSE = "GPLv2" LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "tslib" DEPENDS = "tslib"
RDEPENDS = "xrandr" RDEPENDS_${PN} = "xrandr"
PV = "0.0+svnr${SRCREV}" PV = "0.0+svnr${SRCREV}"
PR = "r1"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http" SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http"

View File

@ -16,7 +16,7 @@ PRIORITY = "optional"
LICENSE = "GPLv2+ & LGPLv2.1+" LICENSE = "GPLv2+ & LGPLv2.1+"
DEPENDS = "expat libcap libdaemon dbus glib-2.0 gtk+ libglade" DEPENDS = "expat libcap libdaemon dbus glib-2.0 gtk+ libglade"
RRECOMMENDS = "libnss-mdns" RRECOMMENDS_${PN} = "libnss-mdns"
RRECOMMENDS_avahi-daemon = "libnss-mdns" RRECOMMENDS_avahi-daemon = "libnss-mdns"
SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \

View File

@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \
file://avahi-client/client.h;endline=23;md5=f4ac741a25c4f434039ba3e18c8674cf" file://avahi-client/client.h;endline=23;md5=f4ac741a25c4f434039ba3e18c8674cf"
RDEPENDS_avahi-daemon = "sysvinit-pidof" RDEPENDS_avahi-daemon = "sysvinit-pidof"
PR = "r0" PR = "r1"
EXTRA_OECONF += "--disable-gtk3" EXTRA_OECONF += "--disable-gtk3"

View File

@ -7,8 +7,8 @@ LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1" LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
DEPENDS = "avahi" DEPENDS = "avahi"
RDEPENDS = "avahi-daemon" RDEPENDS_${PN} = "avahi-daemon"
PR = "r1" PR = "r2"
SRC_URI = "http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-${PV}.tar.gz" SRC_URI = "http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-${PV}.tar.gz"

View File

@ -10,10 +10,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
# util-linux for libblkid # util-linux for libblkid
DEPENDS = "libcap libnfsidmap libevent util-linux tcp-wrappers" DEPENDS = "libcap libnfsidmap libevent util-linux tcp-wrappers"
RDEPENDS = "portmap" RDEPENDS_${PN} = "portmap"
RRECOMMENDS = "kernel-module-nfsd" RRECOMMENDS_${PN} = "kernel-module-nfsd"
PR = "r0" PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.bz2 \ SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.bz2 \
file://nfs-utils-1.0.6-uclibc.patch \ file://nfs-utils-1.0.6-uclibc.patch \

View File

@ -1,8 +1,8 @@
SECTION = "console/network" SECTION = "console/network"
DESCRIPTION = "Enables PPP dial-in through a serial connection" DESCRIPTION = "Enables PPP dial-in through a serial connection"
DEPENDS = "ppp" DEPENDS = "ppp"
RDEPENDS = "ppp" RDEPENDS_${PN} = "ppp"
PR = "r5" PR = "r6"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"

View File

@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
AUTHOR = "Thomas Hood" AUTHOR = "Thomas Hood"
HOMEPAGE = "http://packages.debian.org/resolvconf" HOMEPAGE = "http://packages.debian.org/resolvconf"
DEPENDS = "bash" DEPENDS = "bash"
RDEPENDS = "bash" RDEPENDS_${PN} = "bash"
PR = "r1" PR = "r2"
SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz"

View File

@ -13,7 +13,7 @@ DEPENDS = "virtual/${TARGET_PREFIX}gcc-intermediate linux-libc-headers"
RDEPENDS_${PN}-dev = "linux-libc-headers-dev" RDEPENDS_${PN}-dev = "linux-libc-headers-dev"
#this leads to circular deps, so lets not add it yet #this leads to circular deps, so lets not add it yet
#RDEPENDS_ldd += " bash" #RDEPENDS_ldd += " bash"
#RDEPENDS += "${@['','libgcc']['nptl' in '${GLIBC_ADDONS}']}" #RDEPENDS_${PN} += "${@['','libgcc']['nptl' in '${GLIBC_ADDONS}']}"
PROVIDES = "virtual/libc virtual/${TARGET_PREFIX}libc-for-gcc" PROVIDES = "virtual/libc virtual/${TARGET_PREFIX}libc-for-gcc"
PROVIDES += "virtual/libintl virtual/libiconv" PROVIDES += "virtual/libintl virtual/libiconv"

View File

@ -3,10 +3,10 @@ DESCRIPTION = "Initscripts provide the basic system startup initialization scrip
SECTION = "base" SECTION = "base"
PRIORITY = "required" PRIORITY = "required"
DEPENDS = "makedevs" DEPENDS = "makedevs"
RDEPENDS = "makedevs" RDEPENDS_${PN} = "makedevs"
LICENSE = "GPLv2" LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
PR = "r122" PR = "r123"
SRC_URI = "file://functions \ SRC_URI = "file://functions \
file://halt \ file://halt \

View File

@ -1,9 +1,9 @@
DEPENDS = "curl db" DEPENDS = "curl db"
RDEPENDS = "dpkg" RDEPENDS_${PN} = "dpkg"
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
require apt.inc require apt.inc
PR = "r3" PR = "r4"
SRC_URI += "file://nodoc.patch \ SRC_URI += "file://nodoc.patch \
file://includes-fix.patch" file://includes-fix.patch"

View File

@ -4,10 +4,10 @@ compilation of C/C++/ObjC code across machines on a network."
SECTION = "devel" SECTION = "devel"
LICENSE = "GPLv2" LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
PR = "r5" PR = "r6"
DEPENDS = "avahi gtk+" DEPENDS = "avahi gtk+"
RRECOMMENDS = "avahi-daemon" RRECOMMENDS_${PN} = "avahi-daemon"
# Upstream change this patch periodically so store locally # Upstream change this patch periodically so store locally
# http://0pointer.de/public/distcc-avahi.patch # http://0pointer.de/public/distcc-avahi.patch

View File

@ -34,7 +34,7 @@ do_install () {
} }
# blkid used to be part of e2fsprogs but is useful outside, add it # 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 # still works
RDEPENDS_e2fsprogs = "e2fsprogs-blkid e2fsprogs-badblocks" RDEPENDS_e2fsprogs = "e2fsprogs-blkid e2fsprogs-badblocks"

View File

@ -8,8 +8,8 @@ SRC_URI = "${GNOME_MIRROR}/intltool/${URLV}/intltool-${PV}.tar.bz2"
S = "${WORKDIR}/intltool-${PV}" S = "${WORKDIR}/intltool-${PV}"
DEPENDS = "libxml-parser-perl-native" DEPENDS = "libxml-parser-perl-native"
#RDEPENDS = "libxml-parser-perl" #RDEPENDS_${PN} = "libxml-parser-perl"
RRECOMMENDS = "perl-modules" RRECOMMENDS_${PN} = "perl-modules"
inherit autotools pkgconfig inherit autotools pkgconfig

View File

@ -1,7 +1,7 @@
require intltool.inc require intltool.inc
LICENSE="GPLv2" LICENSE="GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
PR = "r0" PR = "r1"
SRC_URI_append = " file://intltool-nowarn-0.40.0.patch" SRC_URI_append = " file://intltool-nowarn-0.40.0.patch"

View File

@ -5,10 +5,10 @@ PRIORITY = "optional"
LICENSE = "GPLv2+" LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083"
RDEPENDS = "python" RDEPENDS_${PN} = "python"
RDEPENDS_virtclass-native = "" RDEPENDS_${PN}_virtclass-native = ""
PV = "0.1.8+svnr${SRCREV}" PV = "0.1.8+svnr${SRCREV}"
PR = "r1" PR = "r2"
SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \ SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \
file://index-ignore-filenotfound.patch" file://index-ignore-filenotfound.patch"

View File

@ -4,7 +4,7 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670" LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670"
DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" 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" 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_LIBDIR
export STAGING_INCDIR 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 FILES_${PN}-dev += "${libdir}/pkgconfig

View File

@ -2,8 +2,8 @@ DESCRIPTION = "Python Gstreamer bindings"
SECTION = "devel/python" SECTION = "devel/python"
LICENSE = "LGPLv2.1" LICENSE = "LGPLv2.1"
DEPENDS = "gstreamer gst-plugins-base python-pygobject" DEPENDS = "gstreamer gst-plugins-base python-pygobject"
RDEPENDS += "python-pygtk" RDEPENDS_${PN} += "python-pygtk"
PR = "r0" PR = "r1"
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
file://python-path.patch" file://python-path.patch"

View File

@ -4,9 +4,9 @@ PRIORITY = "optional"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://README;beginline=92;endline=120;md5=c4371af4579f1e489cf881c1443dd4ec" LIC_FILES_CHKSUM = "file://README;beginline=92;endline=120;md5=c4371af4579f1e489cf881c1443dd4ec"
DEPENDS = "freetype jpeg tiff" DEPENDS = "freetype jpeg tiff"
RDEPENDS = "python-lang python-stringold" RDEPENDS_${PN} = "python-lang python-stringold"
SRCNAME = "Imaging" SRCNAME = "Imaging"
PR = "ml0" PR = "ml1"
SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \ SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \
file://path.patch" file://path.patch"

View File

@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://README;endline=13;md5=fbfe545b1869617123a08c0983ef17b
file://COPYING2;md5=ffaa1e283b7f9bf5aafd8d45db6f7518" file://COPYING2;md5=ffaa1e283b7f9bf5aafd8d45db6f7518"
DEPENDS = "curl python" DEPENDS = "curl python"
RDEPENDS = "python-core curl" RDEPENDS_${PN} = "python-core curl"
SRCNAME = "pycurl" SRCNAME = "pycurl"
PR = "r0" PR = "r1"
SRC_URI = "\ SRC_URI = "\
http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \ http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \

View File

@ -2,12 +2,12 @@ DESCRIPTION = "Python GTK+ 2.17.x Bindings"
SECTION = "devel/python" SECTION = "devel/python"
# needs gtk+ 2.17.x # needs gtk+ 2.17.x
DEPENDS = "gtk+ libglade python-pycairo python-pygobject" 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" PROVIDES = "python-pygtk2"
SRCNAME = "pygtk" SRCNAME = "pygtk"
LICENSE = "LGPLv2.1" LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" 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 \ SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.17/${SRCNAME}-${PV}.tar.bz2 \
file://fix-gtkunixprint.patch \ file://fix-gtkunixprint.patch \

View File

@ -1,5 +1,5 @@
require python-pyrex_${PV}.bb require python-pyrex_${PV}.bb
inherit native inherit native
DEPENDS = "python-native" DEPENDS = "python-native"
RDEPENDS = "" RDEPENDS_${PN} = ""
PR = "r0" PR = "r1"

View File

@ -1,6 +1,6 @@
require python-scons_${PV}.bb require python-scons_${PV}.bb
inherit native inherit native
DEPENDS = "python-native" DEPENDS = "python-native"
RDEPENDS = "" RDEPENDS_${PN} = ""
PR = "r0" PR = "r1"

View File

@ -1,7 +1,7 @@
DESCRIPTION = "Qemu helper utilities from Poky" DESCRIPTION = "Qemu helper utilities from Poky"
LICENSE = "GPLv2" LICENSE = "GPLv2"
RDEPENDS = "qemu-native" RDEPENDS_${PN} = "qemu-native"
PR = "r0" PR = "r1"
LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999" LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999"

View File

@ -1,7 +1,7 @@
DESCRIPTION = "Qemu helper scripts from Poky" DESCRIPTION = "Qemu helper scripts from Poky"
LICENSE = "GPLv2" LICENSE = "GPLv2"
RDEPENDS = "qemu-nativesdk" RDEPENDS_${PN} = "qemu-nativesdk"
PR = "r8" PR = "r9"
FILESPATH = "${FILE_DIRNAME}/qemu-helper" FILESPATH = "${FILE_DIRNAME}/qemu-helper"

View File

@ -1,11 +1,11 @@
DESCRIPTION = "The Subversion (svn) client" DESCRIPTION = "The Subversion (svn) client"
SECTION = "console/network" SECTION = "console/network"
DEPENDS = "apr-util neon" DEPENDS = "apr-util neon"
RDEPENDS = "neon" RDEPENDS_${PN} = "neon"
LICENSE = "Apache BSD" LICENSE = "Apache BSD"
HOMEPAGE = "http://subversion.tigris.org" HOMEPAGE = "http://subversion.tigris.org"
PR = "r0" PR = "r1"
SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \ SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
file://disable-revision-install.patch;patch=1 \ file://disable-revision-install.patch;patch=1 \

View File

@ -3,9 +3,9 @@ HOMEPAGE = "http://code.google.com/p/ubootchart/"
LICENSE = "GPLv3" LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
PV = "0.0+r${SRCREV}" 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 \ SRC_URI = "svn://ubootchart.googlecode.com/svn/;proto=http;module=trunk \
file://sysvinit.patch;patch=1;pnum=0 \ file://sysvinit.patch;patch=1;pnum=0 \

View File

@ -3,10 +3,10 @@ SECTION = "console/network"
LICENSE = "GPLv2+" LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
RDEPENDS = "pseudo" RDEPENDS_${PN} = "pseudo"
RDEPENDS_virtclass-native = "pseudo-native" RDEPENDS_${PN}_virtclass-native = "pseudo-native"
RDEPENDS_virtclass-nativesdk = "pseudo-nativesdk" RDEPENDS_${PN}_virtclass-nativesdk = "pseudo-nativesdk"
PR = "r1" PR = "r2"
SRC_URI = "ftp://linux.mathematik.tu-darmstadt.de/pub/linux/oldstuff/people/okir/nfs-server-${PV}.tar.gz \ 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 \ file://001-2.2b47-2.2b51.patch \

View File

@ -9,11 +9,11 @@ inherit cmake
DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev" DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev"
# rpmdb2solv from sat-solver is run from libzypp # rpmdb2solv from sat-solver is run from libzypp
RDEPENDS = "sat-solver" RDEPENDS_${PN} = "sat-solver"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "0.0-git${SRCPV}" PV = "0.0-git${SRCPV}"
PR = "r3" PR = "r4"
SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \
file://no-doc.patch \ file://no-doc.patch \

View File

@ -4,7 +4,7 @@ SECTION = "console/utils"
PRIORITY = "required" PRIORITY = "required"
HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages"
LICENSE = "GPL" LICENSE = "GPL"
PR = "r0" PR = "r1"
LIC_FILES_CHKSUM = "file://README;md5=9dab010c5baa416669e5d17381799dd5" LIC_FILES_CHKSUM = "file://README;md5=9dab010c5baa416669e5d17381799dd5"
SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.tar.gz" SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.tar.gz"
@ -12,7 +12,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.ta
SRC_URI[md5sum] = "98ec2324abea77d7a992470dd44d140c" SRC_URI[md5sum] = "98ec2324abea77d7a992470dd44d140c"
SRC_URI[sha256sum] = "474242842a78dc2121687b7db6c32b6c78af5458f2bd809e23563dd185e2b169" SRC_URI[sha256sum] = "474242842a78dc2121687b7db6c32b6c78af5458f2bd809e23563dd185e2b169"
RDEPENDS = "man" RDEPENDS_${PN} = "man"
do_configure_prepend() { do_configure_prepend() {
rm -rf not_installed rm -rf not_installed

View File

@ -4,7 +4,9 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
SECTION = "console/utils" SECTION = "console/utils"
DEPENDS = "ncurses glib-2.0" DEPENDS = "ncurses glib-2.0"
RDEPENDS = "ncurses-terminfo" RDEPENDS_${PN} = "ncurses-terminfo"
PR = "r1"
SRC_URI = "http://www.midnight-commander.org/downloads/${PN}-${PV}.tar.bz2" SRC_URI = "http://www.midnight-commander.org/downloads/${PN}-${PV}.tar.bz2"

View File

@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
file://docs/polkit/html/license.html;md5=54750ec6ece444c50b823234d445dd99" file://docs/polkit/html/license.html;md5=54750ec6ece444c50b823234d445dd99"
SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz" SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz"
PR = "r0" PR = "r1"
DEPENDS = "libpam expat dbus-glib eggdbus intltool" DEPENDS = "libpam expat dbus-glib eggdbus intltool"
RDEPENDS = "libpam" RDEPENDS_${PN} = "libpam"
EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection"
inherit autotools pkgconfig inherit autotools pkgconfig

View File

@ -20,7 +20,7 @@ PAM_PLUGINS = " libpam-runtime \
pam-plugin-rootok" pam-plugin-rootok"
DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
RDEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_PLUGINS}', '', d)}" RDEPENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_PLUGINS}', '', d)}"
# since we deduce from ${SERIAL_CONSOLE} # since we deduce from ${SERIAL_CONSOLE}
PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGE_ARCH = "${MACHINE_ARCH}"

View File

@ -1,6 +1,6 @@
require shadow.inc require shadow.inc
PR = "r0" PR = "r1"
SRC_URI += "file://shadow.automake-1.11.patch \ SRC_URI += "file://shadow.automake-1.11.patch \
file://shadow-4.1.3-dots-in-usernames.patch \ file://shadow-4.1.3-dots-in-usernames.patch \

View File

@ -5,8 +5,8 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413" LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413"
DEPENDS = "libzypp augeas" DEPENDS = "libzypp augeas"
RRECOMMENDS = "procps" RRECOMMENDS_${PN} = "procps"
PR = "r1" PR = "r2"
inherit cmake inherit cmake

View File

@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e7e289d90fc8bdceed5e3f142f98229e"
SECTION = "x11/gnome" SECTION = "x11/gnome"
DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native" DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native"
RDEPENDS = "hicolor-icon-theme" RDEPENDS_${PN} = "hicolor-icon-theme"
RRECOMMENDS = "librsvg-gtk" RRECOMMENDS_${PN} = "librsvg-gtk"
PR = "r0" PR = "r1"
FILES_${PN} += "${datadir}/*" FILES_${PN} += "${datadir}/*"

View File

@ -11,12 +11,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
SECTION = "x11/gnome" SECTION = "x11/gnome"
PR = "r0" PR = "r1"
inherit autotools gnome pkgconfig inherit autotools gnome pkgconfig
DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf" DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf"
RDEPENDS = "libgnome-keyring" RDEPENDS_${PN} = "libgnome-keyring"
EXTRA_OECONF = "--disable-gtk-doc" EXTRA_OECONF = "--disable-gtk-doc"

View File

@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
inherit gnome inherit gnome
inherit autotools inherit autotools
PR = "r3" PR = "r4"
SRC_URI += "file://pkgconfig.patch;patch=1" SRC_URI += "file://pkgconfig.patch;patch=1"
@ -16,4 +16,4 @@ SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c"
SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7" SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7"
DEPENDS += "shared-mime-info intltool-native" DEPENDS += "shared-mime-info intltool-native"
RDEPENDS = "shared-mime-info" RDEPENDS_${PN} = "shared-mime-info"

View File

@ -4,10 +4,10 @@ DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-native libx11-nativ
S = "${WORKDIR}/gtk+-${PV}" S = "${WORKDIR}/gtk+-${PV}"
FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files" FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files"
SRC_URI += "file://reduce-dependencies.patch;patch=1" SRC_URI += "file://reduce-dependencies.patch;patch=1"
PR = "r11" PR = "r13"
#clear recommends for uclibc builds #clear recommends for uclibc builds
RRECOMMENDS = " " RRECOMMENDS_${PN} = " "
RRECOMMENDS_${PN}_linux = " " RRECOMMENDS_${PN}_linux = " "
RRECOMMENDS_${PN}_linux-gnueabi = " " RRECOMMENDS_${PN}_linux-gnueabi = " "

View File

@ -37,10 +37,10 @@ FILES_${PN}-dbg += " \
${libdir}/gtk-2.0/${LIBV}/engines/.debug/* \ ${libdir}/gtk-2.0/${LIBV}/engines/.debug/* \
${libdir}/gtk-2.0/${LIBV}/printbackends/.debug/*" ${libdir}/gtk-2.0/${LIBV}/printbackends/.debug/*"
BASE_RRECOMMENDS = "ttf-dejavu-sans" BASE_RRECOMMENDS_${PN} = "ttf-dejavu-sans"
BASE_RRECOMMENDS_angstrom = "ttf-dejavu-sans gdk-pixbuf-loader-png gdk-pixbuf-loader-jpeg gdk-pixbuf-loader-gif gdk-pixbuf-loader-xpm" BASE_RRECOMMENDS_${PN}_angstrom = "ttf-dejavu-sans gdk-pixbuf-loader-png gdk-pixbuf-loader-jpeg gdk-pixbuf-loader-gif gdk-pixbuf-loader-xpm"
BASE_RRECOMMENDS_poky = "gdk-pixbuf-loader-png gdk-pixbuf-loader-jpeg gdk-pixbuf-loader-gif gdk-pixbuf-loader-xpm shared-mime-info" BASE_RRECOMMENDS_${PN}_poky = "gdk-pixbuf-loader-png gdk-pixbuf-loader-jpeg gdk-pixbuf-loader-gif gdk-pixbuf-loader-xpm shared-mime-info"
BASE_RRECOMMENDS_moblin = "gdk-pixbuf-loader-png gdk-pixbuf-loader-jpeg gdk-pixbuf-loader-gif gdk-pixbuf-loader-xpm shared-mime-info" BASE_RRECOMMENDS_${PN}_moblin = "gdk-pixbuf-loader-png gdk-pixbuf-loader-jpeg gdk-pixbuf-loader-gif gdk-pixbuf-loader-xpm shared-mime-info"
GLIBC_RRECOMMENDS= "${BASE_RRECOMMENDS} glibc-gconv-iso8859-1" GLIBC_RRECOMMENDS= "${BASE_RRECOMMENDS} glibc-gconv-iso8859-1"

View File

@ -1,6 +1,6 @@
require gtk+.inc require gtk+.inc
PR = "r9" PR = "r10"
SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \ SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \
file://xsettings.patch;patch=1 \ file://xsettings.patch;patch=1 \

View File

@ -1,6 +1,6 @@
require gtk+.inc require gtk+.inc
PR = "r5" PR = "r6"
SRC_URI = "http://download.gnome.org/sources/gtk+/2.16/gtk+-${PV}.tar.bz2 \ SRC_URI = "http://download.gnome.org/sources/gtk+/2.16/gtk+-${PV}.tar.bz2 \
file://xsettings.patch;patch=1 \ file://xsettings.patch;patch=1 \

View File

@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
file://gtk/gtk.h;endline=27;md5=c59e0b4490dd135a5726ebf851f9b17f \ file://gtk/gtk.h;endline=27;md5=c59e0b4490dd135a5726ebf851f9b17f \
file://gdk/gdk.h;endline=27;md5=07db285ec208fb3e0bf7d861b0614202 \ file://gdk/gdk.h;endline=27;md5=07db285ec208fb3e0bf7d861b0614202 \
file://tests/testgtk.c;endline=27;md5=262db5db5f776f9863e56df31423e24c" file://tests/testgtk.c;endline=27;md5=262db5db5f776f9863e56df31423e24c"
PR = "r1" PR = "r2"
SRC_URI = "http://download.gnome.org/sources/gtk+/2.20/gtk+-${PV}.tar.bz2 \ SRC_URI = "http://download.gnome.org/sources/gtk+/2.20/gtk+-${PV}.tar.bz2 \
file://xsettings.patch;patch=1 \ file://xsettings.patch;patch=1 \

View File

@ -6,7 +6,7 @@ DESCRIPTION = "Gnome Mobile And Embedded Software Development Kit for OpenedHand
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r9" PR = "r10"
ALLOW_EMPTY = "1" ALLOW_EMPTY = "1"
@ -14,7 +14,7 @@ require task-sdk-gmae.inc
PACKAGES = "${PN}" PACKAGES = "${PN}"
RDEPENDS = "\ RDEPENDS_${PN} = "\
task-poky-sdk \ task-poky-sdk \
libglade-dev \ libglade-dev \
${SDK-GMAE} \ ${SDK-GMAE} \

View File

@ -6,7 +6,7 @@ DESCRIPTION = "Gnome Mobile And Embedded Software Development Kit for OpenedHand
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r11" PR = "r12"
ALLOW_EMPTY = "1" ALLOW_EMPTY = "1"
@ -14,7 +14,7 @@ require task-sdk-gmae.inc
PACKAGES = "${PN} ${PN}-dbg" PACKAGES = "${PN} ${PN}-dbg"
RDEPENDS = "\ RDEPENDS_${PN} = "\
task-poky-standalone-sdk-target \ task-poky-standalone-sdk-target \
libglade-dev \ libglade-dev \
${SDK-GMAE} \ ${SDK-GMAE} \

View File

@ -2,14 +2,14 @@ require cairo.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77"
PR = "r0" PR = "r1"
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz" SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz"
SRC_URI[md5sum] = "70a2ece66cf473d976e2db0f75bf199e" SRC_URI[md5sum] = "70a2ece66cf473d976e2db0f75bf199e"
SRC_URI[sha256sum] = "0f2ce4cc4615594088d74eb8b5360bad7c3cc3c3da9b61af9bfd979ed1ed94b2" SRC_URI[sha256sum] = "0f2ce4cc4615594088d74eb8b5360bad7c3cc3c3da9b61af9bfd979ed1ed94b2"
RDEPENDS += "libcairo2 libcairo-gobject2 libcairo-script-interpreter2 \ RDEPENDS_${PN} += "libcairo2 libcairo-gobject2 libcairo-script-interpreter2 \
cairo-perf-utils" cairo-perf-utils"
ALLOW_EMPTY = "1" ALLOW_EMPTY = "1"

View File

@ -3,8 +3,8 @@ HOMEPAGE = "http://www.libsdl.org"
SECTION = "libs" SECTION = "libs"
LICENSE = "LGPLv2.1" LICENSE = "LGPLv2.1"
DEPENDS = "libx11-nativesdk libxext-nativesdk libxrandr-nativesdk libxrender-nativesdk" DEPENDS = "libx11-nativesdk libxext-nativesdk libxrandr-nativesdk libxrender-nativesdk"
RDEPENDS = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" RDEPENDS_${PN} = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk"
PR = "r4" PR = "r5"
LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4"

View File

@ -3,8 +3,9 @@ require xorg-app-common.inc
DESCRIPTION = "a program to create an index of X font files in a directory" DESCRIPTION = "a program to create an index of X font files in a directory"
PE = "1" PE = "1"
PR = "r1"
RDEPENDS += "mkfontscale" RDEPENDS_${PN} += "mkfontscale"
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"

View File

@ -10,11 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bf0158b89be493d523d69d9f29265038 \
file://100dpi/fonts.alias;md5=85bebd6ca213aa656c301a72eb4397cb" file://100dpi/fonts.alias;md5=85bebd6ca213aa656c301a72eb4397cb"
DEPENDS = "virtual/xserver font-util" DEPENDS = "virtual/xserver font-util"
RDEPENDS = "encodings font-util" RDEPENDS_${PN} = "encodings font-util"
RDEPENDS_virtclass-native = "font-util" RDEPENDS_${PN}_virtclass-native = "font-util"
PE = "1" PE = "1"
PR = "${INC_PR}.0" PR = "${INC_PR}.1"
SRC_URI[md5sum] = "6d25f64796fef34b53b439c2e9efa562" SRC_URI[md5sum] = "6d25f64796fef34b53b439c2e9efa562"
SRC_URI[sha256sum] = "8b453b2aae1cfa8090009ca037037b8c5e333550651d5a158b7264ce1d472c9a" SRC_URI[sha256sum] = "8b453b2aae1cfa8090009ca037037b8c5e333550651d5a158b7264ce1d472c9a"

View File

@ -12,10 +12,10 @@ PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}"
DEPENDS = "encodings util-macros" DEPENDS = "encodings util-macros"
DEPENDS_virtclass-native = "util-macros-native" DEPENDS_virtclass-native = "util-macros-native"
RDEPENDS = "mkfontdir mkfontscale encodings" RDEPENDS_${PN} = "mkfontdir mkfontscale encodings"
RDEPENDS_virtclass-native = "mkfontdir-native mkfontscale-native" RDEPENDS_${PN}_virtclass-native = "mkfontdir-native mkfontscale-native"
PR = "${INC_PR}.0" PR = "${INC_PR}.1"
do_configure_prepend() { do_configure_prepend() {
sed -i "s#MAPFILES_PATH=\`pkg-config#MAPFILES_PATH=\`PKG_CONFIG_PATH=\"${STAGING_LIBDIR_NATIVE}/pkg-config\" pkg-config#g" fontutil.m4.in sed -i "s#MAPFILES_PATH=\`pkg-config#MAPFILES_PATH=\`PKG_CONFIG_PATH=\"${STAGING_LIBDIR_NATIVE}/pkg-config\" pkg-config#g" fontutil.m4.in

View File

@ -5,10 +5,10 @@ SECTION = "x11/fonts"
LICENSE = "MIT-X" LICENSE = "MIT-X"
DEPENDS = " encodings font-alias font-util-native mkfontdir-native mkfontscale-native" DEPENDS = " encodings font-alias font-util-native mkfontdir-native mkfontscale-native"
RDEPENDS = "encodings font-util font-alias" RDEPENDS_${PN} = "encodings font-util font-alias"
XORG_PN = "${BPN}" XORG_PN = "${BPN}"
INC_PR = "r1" INC_PR = "r2"
SRC_URI = "${XORG_MIRROR}/individual/font/${XORG_PN}-${PV}.tar.bz2" SRC_URI = "${XORG_MIRROR}/individual/font/${XORG_PN}-${PV}.tar.bz2"
S = "${WORKDIR}/${XORG_PN}-${PV}" S = "${WORKDIR}/${XORG_PN}-${PV}"

View File

@ -2,9 +2,9 @@ require xorg-util-common.inc
LIC_FILES_CHKSUM = "file://Makefile.am;endline=20;md5=23c277396d690413245ebb89b18c5d4d" LIC_FILES_CHKSUM = "file://Makefile.am;endline=20;md5=23c277396d690413245ebb89b18c5d4d"
DESCRIPTION = "create dependencies in makefiles using 'gcc -M'" DESCRIPTION = "create dependencies in makefiles using 'gcc -M'"
DEPENDS = "util-macros" DEPENDS = "util-macros"
RDEPENDS = "gcc" RDEPENDS_${PN} = "gcc"
PR = "r2" PR = "r3"
PE = "1" PE = "1"
SRC_URI[md5sum] = "fc49f45251c1336fe1dad5dba1c83fcd" SRC_URI[md5sum] = "fc49f45251c1336fe1dad5dba1c83fcd"

View File

@ -2,11 +2,11 @@ require xorg-util-common.inc
DESCRIPTION = "C preprocessor interface to the make utility" DESCRIPTION = "C preprocessor interface to the make utility"
DEPENDS = "util-macros" DEPENDS = "util-macros"
RDEPENDS = "perl xproto" RDEPENDS_${PN} = "perl xproto"
LIC_FILES_CHKSUM = "file://COPYING;md5=b9c6cfb044c6d0ff899eaafe4c729367" LIC_FILES_CHKSUM = "file://COPYING;md5=b9c6cfb044c6d0ff899eaafe4c729367"
PR = "r0" PR = "r1"
PE = "1" PE = "1"
SRC_URI[md5sum] = "0fd1e53d94142ddee5340f87de0b9561" SRC_URI[md5sum] = "0fd1e53d94142ddee5340f87de0b9561"

View File

@ -12,10 +12,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
SECTION = "devel" SECTION = "devel"
DEPENDS = "popt binutils" DEPENDS = "popt binutils"
RDEPENDS = "binutils-symlinks" RDEPENDS_${PN} = "binutils-symlinks"
RRECOMMENDS = "kernel-vmlinux" RRECOMMENDS_${PN} = "kernel-vmlinux"
PR = "r0" PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \
file://opstart.patch \ file://opstart.patch \

View File

@ -1,13 +1,13 @@
PV = "0.9.4+cvs${SRCDATE}" PV = "0.9.4+cvs${SRCDATE}"
PR = "r0" PR = "r1"
SECTION = "devel" SECTION = "devel"
SUMMARY = "System-Wide Profiler" SUMMARY = "System-Wide Profiler"
DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
of profiling all running code at low overhead." of profiling all running code at low overhead."
LICENSE = "GPL" LICENSE = "GPL"
DEPENDS = "popt binutils" DEPENDS = "popt binutils"
RDEPENDS = "binutils-symlinks" RDEPENDS_${PN} = "binutils-symlinks"
RRECOMMENDS = "kernel-vmlinux" RRECOMMENDS_${PN} = "kernel-vmlinux"
DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE = "-1"

View File

@ -4,8 +4,8 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
PACKAGE_ARCH = "all" PACKAGE_ARCH = "all"
RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} " RDEPENDS_${PN} = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} "
PR = "r7" PR = "r8"
SRC_URI = "file://update-modules \ SRC_URI = "file://update-modules \
file://COPYING.GPL" file://COPYING.GPL"
@ -25,7 +25,7 @@ do_install() {
# The Unslung distro uses a 2.4 kernel for a machine (the NSLU2) which # The Unslung distro uses a 2.4 kernel for a machine (the NSLU2) which
# supports both 2.4 and 2.6 kernels. Rather than forcing OE to have # supports both 2.4 and 2.6 kernels. Rather than forcing OE to have
# to deal with that unique legacy corner case, we just nullify the # to deal with that unique legacy corner case, we just nullify the
# RDEPENDS here and handle it in the Unslung image recipe. I know this # RDEPENDS_${PN} here and handle it in the Unslung image recipe. I know this
# is ugly. Please don't remove it unless you first make the RDEPENDS # is ugly. Please don't remove it unless you first make the RDEPENDS
# line at the top of this file understand that a machine can be used # line at the top of this file understand that a machine can be used
# in both a 2.4 kernel distro and a 2.6 kernel distro. Really, it's # in both a 2.4 kernel distro and a 2.6 kernel distro. Really, it's

View File

@ -1,5 +1,5 @@
DEPENDS = "gstreamer" DEPENDS = "gstreamer"
RDEPENDS = "libomxil" RDEPENDS_${PN} = "libomxil"
LICENSE = "LGPLv2.1" LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
file://util/sem.h;beginline=1;endline=20;md5=accce5550d5583b839b441a0623f09fc" file://util/sem.h;beginline=1;endline=20;md5=accce5550d5583b839b441a0623f09fc"
@ -10,7 +10,7 @@ inherit autotools
EXTRA_OECONF += "--disable-valgrind" EXTRA_OECONF += "--disable-valgrind"
PR = "r0" PR = "r1"
FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so" FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so"
FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a" FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a"

View File

@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0" file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0"
DEPENDS += "virtual/libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis libxv libtheora avahi" DEPENDS += "virtual/libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis libxv libtheora avahi"
RDEPENDS += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \ RDEPENDS_${PN} += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \
gnome-vfs-plugin-sftp" gnome-vfs-plugin-sftp"
SRC_URI += " file://gst-plugins-base-tremor.patch \ SRC_URI += " file://gst-plugins-base-tremor.patch \
@ -16,7 +16,7 @@ SRC_URI += " file://gst-plugins-base-tremor.patch \
SRC_URI[md5sum] = "3ad90152b58563e1314af26c263f3c4c" SRC_URI[md5sum] = "3ad90152b58563e1314af26c263f3c4c"
SRC_URI[sha256sum] = "63938641380be9935c804ae8d55acdcfd93920ed2deb72dcf70f027a78b085d7" SRC_URI[sha256sum] = "63938641380be9935c804ae8d55acdcfd93920ed2deb72dcf70f027a78b085d7"
PR = "r2" PR = "r3"
inherit gettext inherit gettext

View File

@ -4,6 +4,8 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://version.h;endline=19;md5=878bdaff438dab86298301fd1a210e14" LIC_FILES_CHKSUM = "file://version.h;endline=19;md5=878bdaff438dab86298301fd1a210e14"
SECTION = "x11/apps" SECTION = "x11/apps"
PR = "r1"
DEPENDS = "qt4-x11-free" DEPENDS = "qt4-x11-free"
SRC_URI = "http://qt-apps.org/CONTENT/content-files/80325-quicky-0.4.tar.gz" SRC_URI = "http://qt-apps.org/CONTENT/content-files/80325-quicky-0.4.tar.gz"

View File

@ -1,10 +1,10 @@
LICENSE = "GPLv2" LICENSE = "GPLv2"
SECTION = "x11" SECTION = "x11"
DEPENDS = "dbus-glib eds-dbus" DEPENDS = "dbus-glib eds-dbus"
RDEPENDS = "libedata-book" RDEPENDS_${PN} = "libedata-book"
DESCRIPTION = "Test applications for EDS" DESCRIPTION = "Test applications for EDS"
PR = "r0" PR = "r1"
SRC_URI = "bzr://burtonini.com/bzr/eds-tools;proto=http" SRC_URI = "bzr://burtonini.com/bzr/eds-tools;proto=http"

View File

@ -4,12 +4,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
file://main.c;beginline=1;endline=20;md5=0c02b4ef945956832b37a036b9cc103a" file://main.c;beginline=1;endline=20;md5=0c02b4ef945956832b37a036b9cc103a"
DEPENDS = "gtk+ gstreamer libowl-av" DEPENDS = "gtk+ gstreamer libowl-av"
RDEPENDS = "gst-plugins-base-audioconvert \ RDEPENDS_${PN} = "gst-plugins-base-audioconvert \
gst-plugins-base-audioresample \ gst-plugins-base-audioresample \
gst-plugins-base-typefindfunctions \ gst-plugins-base-typefindfunctions \
gst-plugins-base-playbin" gst-plugins-base-playbin"
RRECOMMENDS = "gst-plugins-good-id3demux \ RRECOMMENDS_${PN} = "gst-plugins-good-id3demux \
gst-plugins-base-vorbis \ gst-plugins-base-vorbis \
gst-plugins-base-alsa \ gst-plugins-base-alsa \
gst-plugins-base-ogg \ gst-plugins-base-ogg \
@ -17,7 +17,7 @@ RRECOMMENDS = "gst-plugins-good-id3demux \
PV = "0.0+svnr${SRCREV}" PV = "0.0+svnr${SRCREV}"
PR = "r3" PR = "r4"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http"

View File

@ -7,9 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://appearance/mb-appearance.c;endline=25;md5=ea92333cf8a6802639d62d874c114a28" file://appearance/mb-appearance.c;endline=25;md5=ea92333cf8a6802639d62d874c114a28"
DEPENDS = "gconf gtk+" DEPENDS = "gconf gtk+"
RDEPENDS = "settings-daemon" RDEPENDS_${PN} = "settings-daemon"
PV = "0.0+svnr${SRCREV}" PV = "0.0+svnr${SRCREV}"
PR = "r1"
S = "${WORKDIR}/${PN}" S = "${WORKDIR}/${PN}"

View File

@ -8,10 +8,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://applet/applet.c;endline=20;md5=e9201b3efa0a81a160b88d6feb5cf75b" file://applet/applet.c;endline=20;md5=e9201b3efa0a81a160b88d6feb5cf75b"
DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2"
RDEPENDS = "formfactor dbus-wait" RDEPENDS_${PN} = "formfactor dbus-wait"
SECTION = "x11" SECTION = "x11"
PV = "0.0+svnr${SRCREV}" PV = "0.0+svnr${SRCREV}"
PR = "r4" PR = "r5"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
file://configure_fix.patch;patch=1;maxrev=1819 \ file://configure_fix.patch;patch=1;maxrev=1819 \

View File

@ -6,8 +6,8 @@ LICENSE = "GPL"
LIC_FILES_CHKSUM = "file://session;endline=3;md5=f8a5c5b9c279e52dc094d10e11c2be63" LIC_FILES_CHKSUM = "file://session;endline=3;md5=f8a5c5b9c279e52dc094d10e11c2be63"
SECTION = "x11" SECTION = "x11"
RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts matchbox-session" RDEPENDS_${PN} = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts matchbox-session"
PR = "r27" PR = "r28"
# This package is architecture specific because the session script is modified # This package is architecture specific because the session script is modified
# based on the machine architecture. # based on the machine architecture.

View File

@ -9,11 +9,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ac14b7ca45afea5af040da54db270eb0 \
SECTION = "x11" SECTION = "x11"
DEPENDS = "gtk+ gstreamer gst-plugins-base" DEPENDS = "gtk+ gstreamer gst-plugins-base"
RDEPENDS = "gst-meta-base" RDEPENDS_${PN} = "gst-meta-base"
RRECOMMENDS = "gst-meta-audio gst-meta-video" RRECOMMENDS_${PN} = "gst-meta-audio gst-meta-video"
PV = "0.0+svnr${SRCREV}" PV = "0.0+svnr${SRCREV}"
PR = "r5" PR = "r6"
S = "${WORKDIR}/${PN}" S = "${WORKDIR}/${PN}"

View File

@ -6,7 +6,7 @@ LICENSE = "GPLv2 & GPLv2+ & GPLv3+ "
SECTION = "x11" SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ eds-dbus" DEPENDS = "glib-2.0 gtk+ eds-dbus"
DEPENDS_append_poky = " libowl" DEPENDS_append_poky = " libowl"
RDEPENDS = "libedata-book" RDEPENDS_${PN} = "libedata-book"
inherit autotools pkgconfig inherit autotools pkgconfig

View File

@ -1,5 +1,5 @@
require contacts.inc require contacts.inc
PR = "r2" PR = "r3"
SRC_URI =+ "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz" SRC_URI =+ "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz"

View File

@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://src/contacts-gtk.c;endline=23;md5=e1ee9b9e72045f2d3aa44cf17313b46e" file://src/contacts-gtk.c;endline=23;md5=e1ee9b9e72045f2d3aa44cf17313b46e"
PV = "0.12+git${SRCPV}" PV = "0.12+git${SRCPV}"
PR = "r1" PR = "r2"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"

View File

@ -6,7 +6,7 @@ LICENSE = "GPLv2 & GPLv2+ & LGPLv2+"
SECTION = "x11" SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
RDEPENDS = "libedata-cal" RDEPENDS_${PN} = "libedata-cal"
inherit autotools pkgconfig gtk-icon-cache inherit autotools pkgconfig gtk-icon-cache

View File

@ -1,5 +1,5 @@
require dates.inc require dates.inc
PR = "r3" PR = "r4"
SRC_URI = "http://pimlico-project.org/sources/dates/dates-${PV}.tar.gz" SRC_URI = "http://pimlico-project.org/sources/dates/dates-${PV}.tar.gz"

View File

@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
file://src/gconf-bridge.c;endline=22;md5=ad7626c6daf4aec590474a243f4912fa" file://src/gconf-bridge.c;endline=22;md5=ad7626c6daf4aec590474a243f4912fa"
PV = "0.4.11+git${SRCPV}" PV = "0.4.11+git${SRCPV}"
PR = "r1" PR = "r2"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"

View File

@ -6,11 +6,11 @@ LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=dfcbabf9131dc9a95febef6753a2958b \ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=dfcbabf9131dc9a95febef6753a2958b \
file://src/enchant.h;beginline=1;endline=29;md5=8d881caa1d37523567e1d8f726675a18" file://src/enchant.h;beginline=1;endline=29;md5=8d881caa1d37523567e1d8f726675a18"
DEPENDS = "aspell glib-2.0" DEPENDS = "aspell glib-2.0"
RDEPENDS = "aspell" RDEPENDS_${PN} = "aspell"
inherit autotools pkgconfig inherit autotools pkgconfig
PR = "r0" PR = "r1"
SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz" SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz"

View File

@ -7,7 +7,7 @@ LICENSE = "GPLv2+ | AFL"
LIC_FILES_CHKSUM = "file://COPYING;md5=5b5ffd59fbb7c2fff6de76c94177af31" LIC_FILES_CHKSUM = "file://COPYING;md5=5b5ffd59fbb7c2fff6de76c94177af31"
DEPENDS = "virtual/kernel dbus-glib udev util-linux intltool intltool-native expat libusb gperf-native" DEPENDS = "virtual/kernel dbus-glib udev util-linux intltool intltool-native expat libusb gperf-native"
RDEPENDS += "udev hal-info" RDEPENDS_${PN} += "udev hal-info"
SRC_URI = "http://hal.freedesktop.org/releases/hal-${PV}.tar.gz \ SRC_URI = "http://hal.freedesktop.org/releases/hal-${PV}.tar.gz \
file://20hal" file://20hal"

View File

@ -1,6 +1,6 @@
require hal.inc require hal.inc
PR = "r2" PR = "r3"
EXTRA_OECONF += "--with-linux-input-header=${STAGING_INCDIR}/linux/input.h" EXTRA_OECONF += "--with-linux-input-header=${STAGING_INCDIR}/linux/input.h"
EXTRA_OEMAKE += "-e 'udevrulesdir=$(sysconfdir)/udev/rules.d'" EXTRA_OEMAKE += "-e 'udevrulesdir=$(sysconfdir)/udev/rules.d'"

View File

@ -1,7 +1,7 @@
require hal.inc require hal.inc
PV = "0.5.9.1+git${SRCDATE}" PV = "0.5.9.1+git${SRCDATE}"
PR = "r7" PR = "r8"
SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \ SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \
file://20hal \ file://20hal \