Re: [yocto] [opkg-devel] [OE-core][opkg-utils ] Bug 13528 : adding SPDX license identifier

2019-10-11 Thread Haris Okanovic
tory, opkg-graph-deps was authored by Haris Okanovic, and the rest by Richard Purdie (included them on the thread). My take on it: since opkg is licensed as GPLv2+, and the files that have a license in opkg-utils are GPLv2+, make sense to me to license the rest as GPLv2+ too. Haris, R

[yocto] [PATCH] libopkg: Add disable_intercepts option to opkg.conf

2016-01-06 Thread Haris Okanovic
ed package containing postinst script and verified intercept prep/finalize does not run via DEBUG output. * Ran `make check` with option set in the test suite's opkg.conf, no additional failures. Yocto bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=8837 Signed-off-by: Haris Okanovic

[yocto] [PATCH] opkg-utils: Add opkg-graph-deps

2016-01-05 Thread Haris Okanovic
es: (from) The package name declaring a dependency (to) The (de-aliased) package name (from) depends on ipkAlias: The alias of (to) which (from) depends on. Only set when the alias != (to). ipkBrokenDep: Set to "1" if (to) is missing from the feed. Signed-off-by: Haris Okanovic Cc: Alejandr

[yocto] [PATCH] opkg-utils: Fix crash on dependency error

2015-05-21 Thread Haris Okanovic
Fix crash on exception in opkg-show-deps when generating an 'unsatisfied dependency' error. process_dep() function was referencing a missing parameter `pkg`. Signed-off-by: Haris Okanovic Reviewed-by: Alejandro del Castillo Acked-by: Brad Mouring Cc: Alejandro del Castillo Cc: P