diff options
| author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
|---|---|---|
| committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
| commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
| tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /slugtool | |
| parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) | |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'slugtool')
| -rw-r--r-- | slugtool/slugtool-native.bb | 10 | ||||
| -rw-r--r-- | slugtool/slugtool.bb | 0 | ||||
| -rw-r--r-- | slugtool/slugtool/redboot_typo.patch | 57 |
3 files changed, 0 insertions, 67 deletions
diff --git a/slugtool/slugtool-native.bb b/slugtool/slugtool-native.bb deleted file mode 100644 index 6152de8024..0000000000 --- a/slugtool/slugtool-native.bb +++ /dev/null @@ -1,10 +0,0 @@ -SECTION = "unknown" -include slugtool.bb -inherit native - -FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/slugtool-${PV}', '${FILE_DIRNAME}/slugtool', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" -PACKAGES = "" - -do_stage () { - install -m 0755 slugtool ${STAGING_BINDIR}/ -} diff --git a/slugtool/slugtool.bb b/slugtool/slugtool.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/slugtool/slugtool.bb +++ /dev/null diff --git a/slugtool/slugtool/redboot_typo.patch b/slugtool/slugtool/redboot_typo.patch deleted file mode 100644 index e74e8fbe42..0000000000 --- a/slugtool/slugtool/redboot_typo.patch +++ /dev/null @@ -1,57 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- slugtool-1.0-r0/slugtool.c~redboot_typo.patch -+++ slugtool-1.0-r0/slugtool.c -@@ -2,11 +2,11 @@ - - #define NULLFILE ((FILE *)NULL) - --#define REDBOOK_START 0 --#define REDBOOK_LENGTH 0x40000 -+#define REDBOOT_START 0 -+#define REDBOOT_LENGTH 0x40000 - - #define CONF_SECTION_LENGTH 0x20000 --#define CONF_HEADER (REDBOOK_START + REDBOOK_LENGTH) -+#define CONF_HEADER (REDBOOT_START + REDBOOT_LENGTH) - #define CONF_HEADER_LENGTH 0x10 - #define CONF_START (CONF_HEADER + CONF_HEADER_LENGTH) - #define CONF_LENGTH (CONF_SECTION_LENGTH - CONF_HEADER_LENGTH) -@@ -96,10 +96,10 @@ - printf ("Unpacking '%s'....\n", filename); - fpin = fopen (filename, "r"); - -- fseek (fpin, REDBOOK_START, SEEK_SET); -- printf ("\tRedbook....\n"); -- fpout = fopen ("Redbook", "w"); -- writefile (REDBOOK_LENGTH, fpin, fpout); -+ fseek (fpin, REDBOOT_START, SEEK_SET); -+ printf ("\tRedboot....\n"); -+ fpout = fopen ("Redboot", "w"); -+ writefile (REDBOOT_LENGTH, fpin, fpout); - fclose (fpout); - - printf ("\tReading SysConf Header....\n"); -@@ -169,14 +169,14 @@ - - fpout = fopen (filename, "r+"); - -- printf ("\tRedbook....\n"); -- fpin = fopen ("Redbook", "r"); -+ printf ("\tRedboot....\n"); -+ fpin = fopen ("Redboot", "r"); - if (fpin == NULLFILE) { -- printf ("File 'Redbook' not found!\n"); -+ printf ("File 'Redboot' not found!\n"); - usage (); - } -- fseek (fpout, REDBOOK_START, SEEK_SET); -- writefile (REDBOOK_LENGTH, fpin, fpout); -+ fseek (fpout, REDBOOT_START, SEEK_SET); -+ writefile (REDBOOT_LENGTH, fpin, fpout); - fclose (fpin); - - printf ("\tSysConf....\n"); |
