Quantcast
Channel: meta-translator, branch master
Browsing latest articles
Browse All 10 View Live

package_srpm: handle exceptions from parse_packageconfig

parse_packageconfig() causes lots of expansions which are prone to break due to Bitbake's poor handling of Python fragments. For example this string value when expanded causes a parse failure due to...

View Article



gitignore: add

View Article

srpm_utils: replace systemd_unitdir

The Tizen RPM macro %{_unitdir} is the *system* unit directory, so this has to be expanded to the parent of that directory. Ugly, but it works. Signed-off-by: Ross Burton The Tizen RPM macro...

View Article

Rename "translator" task into "srpms"

This has two advantages: - it better describes what the task does ("translator - translate into what?!") - it allows using "translator" as override [ Rename changed from srpm to srpms - RB ]...

View Article

package_srpm: rename functions to _srcrpm

Use _srcrpm in task and function names so that _srpm is free to be used as an override. Signed-off-by: Ross Burton Use _srcrpm in task and function names so that _srpm is free to be used as an...

View Article


package_srpm: Add srpm OVERRIDE when translating

Add "srpm" to OVERRIDES when archiving and translating so that translation-specific modifications can be made to recipes. Based on a series of patches by Patrick Ohly. Signed-off-by: Ross Burton Add...

View Article

package_srpm: handle PACKAGECONFIG parse failures more gracefully

Instead of emitting an error log and later hitting unbound variables, emit a warning log and set the expected values to empty strings. Signed-off-by: Ross Burton Instead of emitting an error log and...

View Article

package_srpm: use translator-specific data when fetching

Don't use the original data when fetching as there may be translator-specific overrides in effect on SRC_URI. Signed-off-by: Ross Burton Don't use the original data when fetching as there may be...

View Article


package_srpm: replace base_do_configure with a stub

base_do_configure() simply does a clean of an existing build tree, so doesn't serve any purpose in spec files. Signed-off-by: Ross Burton base_do_configure() simply does a clean of an existing build...

View Article


package_srpm: fix incorrect return values from parse_packageconfig

Signed-off-by: Ross Burton Signed-off-by: Ross Burton

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images