diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-12-11 14:03:57 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-12-11 22:15:08 +0100 |
commit | f8e493ad81bbac97bc7f6bf8c5aac1ca55db4206 (patch) | |
tree | 45c3dcef16f5f072fe2c2e4166c04eec41da66ff | |
parent | 1ea8042efa053e94c011d4b2e8835cf4e2e05ad6 (diff) |
consolekit: add systemd to DEPENDS if needed
-rw-r--r-- | recipes-support/consolekit/consolekit_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-support/consolekit/consolekit_%.bbappend b/recipes-support/consolekit/consolekit_%.bbappend new file mode 100644 index 0000000..4a1905e --- /dev/null +++ b/recipes-support/consolekit/consolekit_%.bbappend @@ -0,0 +1,2 @@ +# arm-angstrom-linux-gnueabi-libtool: link: cannot find the library `.../libsystemd.la' or unhandled argument `=/usr/lib/libsystemd.la' +DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd", "", d)}" |