Commit 8c4af236 authored by Florent Revest's avatar Florent Revest

libresource: fixes build dependency between libresource-glib.la and libresource.la

parent 50460e52
...@@ -9,5 +9,9 @@ PR = "r1" ...@@ -9,5 +9,9 @@ PR = "r1"
PV = "+git${SRCREV}" PV = "+git${SRCREV}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
do_compile_prepend() {
sed -i "s@\$(top_builddir)/src/libresource.la@libresource.la@g" src/Makefile
}
DEPENDS += " glib-2.0 dbus-glib dbus" DEPENDS += " glib-2.0 dbus-glib dbus"
inherit autotools pkgconfig inherit autotools pkgconfig
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment