aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/bsdiff/bsdiff_git.bb
AgeCommit message (Collapse)Author
2017-02-17bsdiff: fix bzip2 dependency issuePatrick Ohly
When DEPENDS=bzip2 becomes bzip2-native in bsdiff-native, the dependency ends up getting ignored because bzip2-native is in ASSUME_PROVIDED. But we need the library and thus have to depend on bzip2-replacement-native. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
2016-12-08bsdiff: update to latest versionAndré Draszik
This allows us to completely remove the build time depenency on libcheck when not needed, reducing overall build time, and in addition tests can be converted into a PACKAGECONFIG to enable them if needed. Signed-off-by: André Draszik <adraszik@tycoint.com> Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
2016-04-04bsdiff: add new recipeJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>