[oe-commits] : neuros-pkggen: sync with neuros git

OE GIT Trial gittrial at amethyst.openembedded.net
Mon Aug 4 11:59:36 UTC 2008


Module: OE.dev
Branch: master
Commit: 5d3a3a3ea121bd6960357920373db2973a421ada
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=5d3a3a3ea121bd6960357920373db2973a421ada

Author:  <koen at openembedded.org>
Date:   Mon Aug  4 11:53:13 2008 +0000

neuros-pkggen: sync with neuros git

---

 packages/neuros-pkggen/files/package.c         |    2 +-
 packages/neuros-pkggen/neuros-pkggen-native.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/neuros-pkggen/files/package.c b/packages/neuros-pkggen/files/package.c
index 70f2195..6ac94f9 100644
--- a/packages/neuros-pkggen/files/package.c
+++ b/packages/neuros-pkggen/files/package.c
@@ -387,7 +387,7 @@ int main(int argc, char *argv[])
     }
 
     /* packet firmware to package */
-    if (pack_firmware(fp_w, hw_len, 4, &argv[3]) != 0)
+    if (pack_firmware(fp_w, hw_len, argc - 3, &argv[3]) != 0)
         return(-1);
     /* packet upk_desc and version info */
     if (pack_ver_info(fp_w, hw_len+phd->p_headsize, argv[2]) != 0)
diff --git a/packages/neuros-pkggen/neuros-pkggen-native.bb b/packages/neuros-pkggen/neuros-pkggen-native.bb
index 2c5b5c4..1362562 100644
--- a/packages/neuros-pkggen/neuros-pkggen-native.bb
+++ b/packages/neuros-pkggen/neuros-pkggen-native.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Tool to generate ready to flash .pkg files for neuros machines"
 LICENSE = "GPLv2"
-PR = "r2"
+PR = "r3"
 
 inherit native
 





More information about the Openembedded-commits mailing list