Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.bb parse error due to space at beginning #315

Closed
Hussain1811 opened this issue Feb 10, 2021 · 1 comment
Closed

.bb parse error due to space at beginning #315

Hussain1811 opened this issue Feb 10, 2021 · 1 comment

Comments

@Hussain1811
Copy link

I get a parse failure when i have a space at the beginning in one of the lines in a .bb file.
Does the bitbake parser handle whitespaces?

colin-pm pushed a commit to colin-pm/meta-openembedded that referenced this issue Mar 4, 2021
Release notes for 4.16.0
========================
- Fix action of Back/Forward mouse gesture when using RTL (Issue openembedded#90)
- Prevent crash on mouse gesture action (Issue openembedded#443)
- Avoid crashes when closing thunar with ctrl+w (openembedded#336)
- Ignore double-click events from back/forward mouse button
  (Issue openembedded#371)
- Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
- bump minimum required exo version to 4.15.3
- Wrap box around spinner to prevent flickering (Issue openembedded#440)
- Use g_drive_is_removable over g_drive_is_media_removable
- bump glib (and gio, gthread, etc) to 2.50.0
- Do not duplicate app_info when added via custom command (Issue openembedded#309)
- Escape all whitespace characters in custom command path
- Remove hidden quotes for "Open with"->"custom command" (Issue openembedded#425)
- Ignore unknown XML elements in UCA.xml
- Regression: Fix broken bulk renamer context menu (Issue openembedded#436)
- Revert of b12247c2 and proper fix for Issue openembedded#423
- Remove duplicated code in renamer and prevent possible leak
- Prevent possible crash of thunar_launcher_poke (Issue openembedded#436)
- Fix combo box entry order (Issue openembedded#435)
- Remove TODO file
- Change focus when clicking an emblem entry (Issue openembedded#315)
- Bump GLib minimum version to 2.44
- Prevent Gtk-CRITICAL when terminating session (Issue openembedded#430)
- Missing thunarx support on the shortcut view (Issue openembedded#423)
- Translation Updates:
  Basque, Chinese (China), Czech, Danish, Estonian, Korean, Norwegian
  Nynorsk, Turkish, Vietnamese

Release notes for 4.15.0
========================
This is a development release of Thunar aiming the upcoming release of
Xfce 4.16.

- Fix unavailable rubber banding in detailed view (Issue openembedded#326)
- Context menu entries in Thunar flutter while downloading (Issue openembedded#276)
- Improve cusor handling after file deletion in thunar (Issue openembedded#69)
- Fix regression: Trying to open a .desktop file from the context menu
  leads to the execution of the file (Issue openembedded#325)
- Use numbering on label "open new window/tab" only for multiple
  windows/tabs
  (MR openembedded#15)
- Remove "Sort by" and "View as" from menu item labels (Issue openembedded#247)
- Add new app icon and switch to rDNS icon name (MR openembedded#11)
- Replace deprecated GtkActionEntry with XfceGtkActionEntry (Issue openembedded#293)
- Menus are now updated when selection changes not only when opened
  (Issue openembedded#293)
- Merge all file-context-menus into one (Issue openembedded#198)
- Ghost file ocasionally remains when dropping file into directory
  (Fixes openembedded#312)
- Use XfceFilenameInput to validate long filenames (Bug #13720)
- Support for variables like $HOME in address bar (Bug #12165)
- Fix eject button click detection when using RTL languages (Bug #11387)
- Remove upper case from group names in shortcuts view
- Option to rename a file when existing copy conflicts (Bug #16686)
- Remove suffix "- FileManager" from window title
- Move from exo-csource to xdt-csource (Bug #16717)
- Pause button on copy/move (Bug #16685)
- Allow drag-and-drop of multiple files in icon view (Bug #2487)
- Add keywords to .desktop files to thunar (Bug #16618)
- Reduce vertical space in Templates info popup
- Hide android phone from network group (Bug #11584)
- Reduce size of Templates info popup
- Do not add "cant-write" emblem to files in the Trash
- Hide Browse Network entry in shortcuts view if not supported
- Move 'network' to the bottom of tree view (Bug #16516)
- Add examples to "Select by Pattern" dialog (Bug #16587)
- Improve tooltips in shortcuts view (Bug #16566)
- Rename "Disconnect" context menu entry in side pane (Bug #16558)
- Make path entry matching case-insensitive (Bug #12747)
- Add new bookmarks to bottom of list in shortcuts view (Bug #16526)
- Move places above devices in shortcuts view (Bug #11586)
- Add desktop actions for home, computer and trash (Bug #16497)
- Option to use static icon instead of folder icon (Bug #16501)
- Remove top level desktop entry from tree view (Bug #16474)
- Easy access to computer:/// (Bug #16472)
- Use libxfce4ui close-multiple-tab dialog (Bug #16254)
- Replace deprecated G_FILE_MONITOR_EVENT_MOVED (Bug #16328)
- Use symbolic icon for eject (Bug #16281)
- Prevent ghost files after "move" on remote locations (Bug #15704)
- Add a confirmation dialog when closing a window with multiple open
  tabs.
- Improve explanation string for "invert selection" action (Bug #15625)
- Improve layout of Permissions tab (Bug #15557)
- Remove superfluous shell script "ThunarBulkRename" (Bug #15373)
- Make labels in permissions chooser wrap
- Add a small delay when dismissing notifications (Bug #14552)
- File / Folder size text in statusbar sometimes is ambiguous (Bug
  #14203)
- Add missing parameter to ThunarBrowserPokeDeviceFunc function
- Add property to enable/disable frames on thumbnails (Bug #14433)
- Improved spacing between widgets in Properties and Preferences
  dialogs
- Fixed numerous compiler warnings
- Fixed numerous warning and critical messages
- Translation Updates:
  Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Asturian,
  Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China),
  Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United Kingdom),
  Esperanto, Estonian, Finnish, French, Galician, German, Greek,
  Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,
  Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Persian
  (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish,
  Uighur, Ukrainian, Urdu, Urdu (Pakistan), Vietnamese

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
@Hussain1811
Copy link
Author

So, if i'm not wrong, this would be fixed in bitbake version 4.16.0?

kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jan 19, 2022
License-Update:
"org.cups.cupsd.Notifier.xml" changed to "utils/org.cups.cupsd.Notifier.xml"
"GNU Library" changed to "GNU Library General"
"GNU Lesser" changed to "GNU Lesser General"

Changelog:
URL of issues  <https:/OpenPrinting/cups-filters/pull/#####>
=========
Bug fix release, containing backports of many of the bugs recently fixed during
the preparation of the cups-filters 2.x release.
Important is that cups-browsed's queue naming is aligned with CUPS' temporary
queue naming now and several bugs affecting driverless printing are fixed.

-libcupsfilters: Let PPD generator take default ColorModel from printer
 (CUPS issue openembedded#277).
-Braille: In vectortopdf check inkscape version to call inkscape with the
 correct command line (Issue openembedded#315, Pull request openembedded#443).
-Build system: Make missing DejaVuSans.ttf non-fatal in ./configure as the font
 is only needed for test programs, not for actual use of cups-filters
 (Issue openembedded#411).
-libcupsfilters: In imagetoraster() fixed crash with SGray (Issue openembedded#435).
-cups-browsed: Naming of local queues is matched to CUPS' current naming of
 temporary queues (no leading or trailing underscores), to avoid duplicates in
 print dialogs which support CUPS' temporary queues.
-libcupsfilters: Make cupsRasterParseIPPOptions() work correctly with PPDs
 (Issue openembedded#436).
-libcupsfilters: Let colord_get_profile_for_device_id() not return empty file
 name, to avoid error messages in CUPS error_log.
-foomatic-rip: Debug message was wrongly sent to stdout and not to log
 (Issue openembedded#422).

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jan 19, 2022
License-Update:
"org.cups.cupsd.Notifier.xml" changed to "utils/org.cups.cupsd.Notifier.xml"
"GNU Library" changed to "GNU Library General"
"GNU Lesser" changed to "GNU Lesser General"

Changelog:
URL of issues  <https:/OpenPrinting/cups-filters/pull/#####>
=========
Bug fix release, containing backports of many of the bugs recently fixed during
the preparation of the cups-filters 2.x release.
Important is that cups-browsed's queue naming is aligned with CUPS' temporary
queue naming now and several bugs affecting driverless printing are fixed.

-libcupsfilters: Let PPD generator take default ColorModel from printer
 (CUPS issue openembedded#277).
-Braille: In vectortopdf check inkscape version to call inkscape with the
 correct command line (Issue openembedded#315, Pull request openembedded#443).
-Build system: Make missing DejaVuSans.ttf non-fatal in ./configure as the font
 is only needed for test programs, not for actual use of cups-filters
 (Issue openembedded#411).
-libcupsfilters: In imagetoraster() fixed crash with SGray (Issue openembedded#435).
-cups-browsed: Naming of local queues is matched to CUPS' current naming of
 temporary queues (no leading or trailing underscores), to avoid duplicates in
 print dialogs which support CUPS' temporary queues.
-libcupsfilters: Make cupsRasterParseIPPOptions() work correctly with PPDs
 (Issue openembedded#436).
-libcupsfilters: Let colord_get_profile_for_device_id() not return empty file
 name, to avoid error messages in CUPS error_log.
-foomatic-rip: Debug message was wrongly sent to stdout and not to log
 (Issue openembedded#422).

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Sep 20, 2023
Remove the package override that is no longer needed
Update the inherits to use poetry

Changelog
=========
What's Changed
serialize: remove v1 and v2 formats by @woodruffw in openembedded#310
refactor: move the serialization implementation to method by @frostming in openembedded#313
feat: drop support of Python older than 3.7 by @frostming in openembedded#312
fix(typing): fix wrong types by @frostming in openembedded#314
workflows: add a release workflow by @woodruffw in openembedded#308
cachecontrol: 0.13.1 by @woodruffw in openembedded#315

Signed-off-by: Derek Straka <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Sep 20, 2023
Remove the package override that is no longer needed
Update the inherits to use poetry

Changelog
=========
What's Changed
serialize: remove v1 and v2 formats by @woodruffw in openembedded#310
refactor: move the serialization implementation to method by @frostming in openembedded#313
feat: drop support of Python older than 3.7 by @frostming in openembedded#312
fix(typing): fix wrong types by @frostming in openembedded#314
workflows: add a release workflow by @woodruffw in openembedded#308
cachecontrol: 0.13.1 by @woodruffw in openembedded#315

Signed-off-by: Derek Straka <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Sep 21, 2023
Remove the package override that is no longer needed
Update the inherits to use poetry

Changelog
=========
What's Changed
serialize: remove v1 and v2 formats by @woodruffw in openembedded#310
refactor: move the serialization implementation to method by @frostming in openembedded#313
feat: drop support of Python older than 3.7 by @frostming in openembedded#312
fix(typing): fix wrong types by @frostming in openembedded#314
workflows: add a release workflow by @woodruffw in openembedded#308
cachecontrol: 0.13.1 by @woodruffw in openembedded#315

Signed-off-by: Derek Straka <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant