aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bootstream
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-08 13:05:55 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-08 13:05:55 +0200
commit525e35645fb233f7ab05f5b6a107a8ffc2b89dd4 (patch)
treeb8b181c6105d5dbbe201a9b4677a8e9868c7334a /recipes/bootstream
parentded7e1101206f13e1d1042a6108afddc62be4595 (diff)
downloadopenembedded-525e35645fb233f7ab05f5b6a107a8ffc2b89dd4.tar.gz
bootstream-chumby-falconwing_1.bb: no _${PN} after DEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/bootstream')
-rw-r--r--recipes/bootstream/bootstream-chumby-falconwing_1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/bootstream/bootstream-chumby-falconwing_1.bb b/recipes/bootstream/bootstream-chumby-falconwing_1.bb
index 0682250f2a..079c7521b0 100644
--- a/recipes/bootstream/bootstream-chumby-falconwing_1.bb
+++ b/recipes/bootstream/bootstream-chumby-falconwing_1.bb
@@ -11,9 +11,9 @@ SECTION = "bootloaders"
PRIORITY = "optional"
LICENSE = "GPLv2"
DEPENDS = "virtual/kernel"
-PROVIDES_${PN} = "virtual/bootloader"
+PROVIDES = "virtual/bootloader"
RPROVIDES_${PN} = "virtual/bootloader"
-PR = "r5"
+PR = "r6"
SRC_URI = "http://files.chumby.com/source/falconwing/build2913/bootstream-1.0.tgz;name=archive \
http://files.chumby.com/source/falconwing/build2913/bootstream-chumby.bin;name=bootstream \