aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bootstream
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-08 12:09:31 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-08 12:09:34 +0200
commit06109ef29eb2944d194717f6e6e4a07cce68ceac (patch)
treee684d3a56df6e943ad060185591a55d608e09464 /recipes/bootstream
parent110907784f9962ff52d5bfadf316c0edac60db39 (diff)
downloadopenembedded-06109ef29eb2944d194717f6e6e4a07cce68ceac.tar.gz
bootstream/bootstream-chumby-falconwing_1.bb: RPROVIDES -> RPROVIDES_${PN}
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/bootstream')
-rw-r--r--recipes/bootstream/bootstream-chumby-falconwing_1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/bootstream/bootstream-chumby-falconwing_1.bb b/recipes/bootstream/bootstream-chumby-falconwing_1.bb
index c154963778..0682250f2a 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 = "virtual/bootloader"
-RPROVIDES = "virtual/bootloader"
-PR = "r4"
+PROVIDES_${PN} = "virtual/bootloader"
+RPROVIDES_${PN} = "virtual/bootloader"
+PR = "r5"
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 \