diff options
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb | 4 | ||||
-rw-r--r-- | meta/recipes-bsp/grub/grub_0.97.bb | 4 | ||||
-rw-r--r-- | meta/recipes-bsp/hostap/hostap-conf_1.0.bb | 4 | ||||
-rw-r--r-- | meta/recipes-bsp/orinoco/orinoco-conf_1.0.bb | 4 | ||||
-rw-r--r-- | meta/recipes-bsp/qemu-config/qemu-config.bb | 4 | ||||
-rw-r--r-- | meta/recipes-bsp/zaurusd/zaurusd_svn.bb | 3 |
6 files changed, 12 insertions, 11 deletions
diff --git a/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb b/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb index d186727886..05bedb9e81 100644 --- a/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb +++ b/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb @@ -6,9 +6,9 @@ LICENSE="GPL" LIC_FILES_CHKSUM = "file://debian/copyright;md5=77ef83ab5f4af938a93edb61f7b74f2c" 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 \ file://remove-doc-check.patch;patch=1 \ diff --git a/meta/recipes-bsp/grub/grub_0.97.bb b/meta/recipes-bsp/grub/grub_0.97.bb index 503dac07ea..131d942cc7 100644 --- a/meta/recipes-bsp/grub/grub_0.97.bb +++ b/meta/recipes-bsp/grub/grub_0.97.bb @@ -10,8 +10,8 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \ file://grub/main.c;beginline=3;endline=9;md5=22a5f28d2130fff9f2a17ed54be90ed6" -RDEPENDS = "diffutils" -PR = "r2" +RDEPENDS_${PN} = "diffutils" +PR = "r3" SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \ file://autohell.patch;apply=yes " diff --git a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb b/meta/recipes-bsp/hostap/hostap-conf_1.0.bb index ef004e60e5..fa29470485 100644 --- a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb +++ b/meta/recipes-bsp/hostap/hostap-conf_1.0.bb @@ -3,9 +3,9 @@ SECTION = "kernel/modules" PRIORITY = "optional" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" -RDEPENDS = "update-modules" +RDEPENDS_${PN} = "update-modules" PACKAGE_ARCH = "all" -PR = "r11" +PR = "r12" SRC_URI = "file://hostap_cs.modalias \ file://COPYING.patch" diff --git a/meta/recipes-bsp/orinoco/orinoco-conf_1.0.bb b/meta/recipes-bsp/orinoco/orinoco-conf_1.0.bb index bc22f6f871..a24d004adb 100644 --- a/meta/recipes-bsp/orinoco/orinoco-conf_1.0.bb +++ b/meta/recipes-bsp/orinoco/orinoco-conf_1.0.bb @@ -3,9 +3,9 @@ SECTION = "kernel/modules" PRIORITY = "optional" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" -RDEPENDS = "update-modules" +RDEPENDS_${PN} = "update-modules" PACKAGE_ARCH = "all" -PR = "r5" +PR = "r6" SRC_URI = "file://orinoco_cs.conf \ file://COPYING.patch" diff --git a/meta/recipes-bsp/qemu-config/qemu-config.bb b/meta/recipes-bsp/qemu-config/qemu-config.bb index dbe5d83b09..0792670463 100644 --- a/meta/recipes-bsp/qemu-config/qemu-config.bb +++ b/meta/recipes-bsp/qemu-config/qemu-config.bb @@ -3,8 +3,8 @@ DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" LICENSE = "GPL" LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" -RDEPENDS = "distcc task-poky-nfs-server oprofileui-server rsync bash" -PR = "r18" +RDEPENDS_${PN} = "distcc task-poky-nfs-server oprofileui-server rsync bash" +PR = "r19" SRC_URI = "file://distcc.sh \ file://anjuta-remote-run \ diff --git a/meta/recipes-bsp/zaurusd/zaurusd_svn.bb b/meta/recipes-bsp/zaurusd/zaurusd_svn.bb index 523f72dbd4..64145a3e33 100644 --- a/meta/recipes-bsp/zaurusd/zaurusd_svn.bb +++ b/meta/recipes-bsp/zaurusd/zaurusd_svn.bb @@ -3,8 +3,9 @@ SECTION = "base" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "tslib" -RDEPENDS = "xrandr" +RDEPENDS_${PN} = "xrandr" PV = "0.0+svnr${SRCREV}" +PR = "r1" SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http" |