Author: pebender
Date: Sat Aug 30 03:14:44 2008
New Revision: 3650
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile
Log:
- Fixed bug that caused the x86_64 image to fail to boot.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Aug 30
03:14:44 2008
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 57 (2008-08-29):
+Changes since 57 (2008-08-30):
Current MythTV versions
MythTV 0.21: version 0.21.0, release-0-21-fixes branch svn 18091.
@@ -56,6 +56,7 @@
the file system image.
- Fixed bug that caused the MiniMyth license file to be unavailable in
on
the file system image's software web page.
+ - Fixed bug that caused the x86_64 image to fail to boot.
Removed packages
Removed lib/bluez-libs.
Modified: trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile
==============================================================================
--- trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile
(original)
+++ trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile Sat Aug
30 03:14:44 2008
@@ -420,7 +420,7 @@
| grep -v '*' \
| grep -v '/libc.so.[0-9]\+$$' \
| grep -v '/ld-linux.so.[0-9]\+$$' \
- | grep -v '/ld-linux-x86_64.so.[0-9]\+$$' \
+ | grep -v '/ld-linux-x86-64.so.[0-9]\+$$' \
| grep -v '/portmap$$' \
| xargs chmod 0644
@$(call SET_PERMISSIONS,[EMAIL PROTECTED])
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---