Recent bitbake 1.24 commits have broken powertop recipe on daisy. * EXTRA_LDFLAGS isn't defined for !uclibc and configure fails
- Fix was obtained from the upstream oe-core patch at: https://github.com/openembedded/openembedded-core/commit/a3e9b391e1024d6d2e256b75c214d34e6693e332 Signed-off-by: Jacob Stiffler <[email protected]> --- .../recipes-kernel/powertop/powertop_2.5.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-arago-distro/recipes-kernel/powertop/powertop_2.5.bbappend diff --git a/meta-arago-distro/recipes-kernel/powertop/powertop_2.5.bbappend b/meta-arago-distro/recipes-kernel/powertop/powertop_2.5.bbappend new file mode 100644 index 0000000..1a46b13 --- /dev/null +++ b/meta-arago-distro/recipes-kernel/powertop/powertop_2.5.bbappend @@ -0,0 +1,3 @@ +PR_append = "-arago0" + +EXTRA_LDFLAGS ?= "" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
