| Anonymous | Login | Signup for a new account | 11-10-2008 12:42 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0004674 | [buildroot] Architecture Specific | major | always | 08-20-08 01:37 | 08-22-08 07:42 | ||||
| Reporter | antialize | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0004674: The Openchrome package is br0ken.. | ||||||||
| Description |
The openchrome package is broken. It needs, to do install instead of install-exec just like ALL the other xorg vidio drivers do, currently only extra libs are installed, not the actual graphics driver! Index: openchrome.mk =================================================================== --- openchrome.mk (revision 23102) +++ openchrome.mk (working copy) @@ -11,5 +11,6 @@ OPENCHROME_AUTORECONF = YES OPENCHROME_CONF_OPT = --enable-shared --disable-static +OPENCHROME_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR)/usr install $(eval $(call AUTOTARGETS,package/x11r7,openchrome)) |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
Notes |
|
|
(0010684) jacmet 08-22-08 07:42 |
A quick test seems to show that /usr isn't needed. Fixed in r23182. |
| Copyright © 2000 - 2006 Mantis Group |