[oe-commits] Andreas Oberritter : linux-dm*: remove PN entirely

GIT User account git at amethyst.openembedded.net
Mon Nov 10 21:35:46 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: 2136e1a5d7910be48e4e0c15ab5086f54c523f19
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2136e1a5d7910be48e4e0c15ab5086f54c523f19

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Sat Nov  8 01:35:23 2008 +0100

linux-dm*: remove PN entirely

Variable substitution unobviously happens after finding the latest
package revision, which is why linux-dm800-r10 was prefered over
linux-dm8000-r7. It can be safely removed, because PN defaults to the
package's filename. We've also been the only user of it in linux-*.bb.

---

 packages/linux/linux-dm500plus.bb |    1 -
 packages/linux/linux-dm600pvr.bb  |    1 -
 packages/linux/linux-dm7020.bb    |    1 -
 packages/linux/linux-dm7025.bb    |    1 -
 packages/linux/linux-dm800.bb     |    1 -
 packages/linux/linux-dm8000.bb    |    1 -
 6 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/packages/linux/linux-dm500plus.bb b/packages/linux/linux-dm500plus.bb
index 8ab2ec0..e0b419a 100644
--- a/packages/linux/linux-dm500plus.bb
+++ b/packages/linux/linux-dm500plus.bb
@@ -1,6 +1,5 @@
 DESCRIPTION = "Linux kernel for Dreambox DM500PLUS"
 LICENSE = "GPL"
-PN = "linux-dm500plus"
 PV = "2.6.12"
 PR = "r1"
 
diff --git a/packages/linux/linux-dm600pvr.bb b/packages/linux/linux-dm600pvr.bb
index 6ad93dc..a308b20 100644
--- a/packages/linux/linux-dm600pvr.bb
+++ b/packages/linux/linux-dm600pvr.bb
@@ -1,6 +1,5 @@
 DESCRIPTION = "Linux kernel for Dreambox DM7020"
 LICENSE = "GPL"
-PN = "linux-dm600pvr"
 PV = "2.6.12"
 PR = "r4"
 
diff --git a/packages/linux/linux-dm7020.bb b/packages/linux/linux-dm7020.bb
index 24fea5d..978da2a 100644
--- a/packages/linux/linux-dm7020.bb
+++ b/packages/linux/linux-dm7020.bb
@@ -1,6 +1,5 @@
 DESCRIPTION = "Linux kernel for Dreambox DM7020"
 LICENSE = "GPL"
-PN = "linux-dm7020"
 PV = "2.6.9"
 PR = "r4"
 
diff --git a/packages/linux/linux-dm7025.bb b/packages/linux/linux-dm7025.bb
index 29c4e76..69fdd45 100644
--- a/packages/linux/linux-dm7025.bb
+++ b/packages/linux/linux-dm7025.bb
@@ -1,6 +1,5 @@
 DESCRIPTION = "Linux kernel for Dreambox DM7025"
 LICENSE = "GPL"
-PN = "linux-dm7025"
 KV = "2.6.12"
 PV = "2.6.12.6"
 PR = "s4"
diff --git a/packages/linux/linux-dm800.bb b/packages/linux/linux-dm800.bb
index c2defdc..c957997 100644
--- a/packages/linux/linux-dm800.bb
+++ b/packages/linux/linux-dm800.bb
@@ -1,6 +1,5 @@
 DESCRIPTION = "Linux kernel for Dreambox DM800"
 LICENSE = "GPL"
-PN = "linux-${MACHINE}"
 KV = "2.6.12"
 PV = "2.6.12"
 PR = "r10"
diff --git a/packages/linux/linux-dm8000.bb b/packages/linux/linux-dm8000.bb
index 081b82a..3fd34f7 100644
--- a/packages/linux/linux-dm8000.bb
+++ b/packages/linux/linux-dm8000.bb
@@ -1,6 +1,5 @@
 DESCRIPTION = "Linux kernel for Dreambox DM8000"
 LICENSE = "GPL"
-PN = "linux-${MACHINE}"
 KV = "2.6.12"
 PV = "2.6.12"
 PR = "r7"





More information about the Openembedded-commits mailing list