[oe-commits] Frans Meulenbroeks : bootstream-chumby-falconwing_1.bb: no _${PN} after DEPENDS

git version control git at git.openembedded.org
Fri Oct 8 11:08:40 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 525e35645fb233f7ab05f5b6a107a8ffc2b89dd4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=525e35645fb233f7ab05f5b6a107a8ffc2b89dd4

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Fri Oct  8 13:05:55 2010 +0200

bootstream-chumby-falconwing_1.bb: no _${PN} after DEPENDS

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 .../bootstream/bootstream-chumby-falconwing_1.bb   |    4 ++--
 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 0682250..079c752 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        \





More information about the Openembedded-commits mailing list