From 8223a46ca06d10ed0f999b2a5b860d5f16ad5a3d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 1 Nov 2011 14:20:03 +0000 Subject: dbus: Use $D not ${D} in the postinstall We need to do this as we don't want bitbake to expand the variable but use the shell variable instead. (From OE-Core rev: 509a8a9ea428debf3ff2115fcff0aa89d0239ced) (From OE-Core rev: dcf118e9dfd15f7cf535c9918a6fcad9f9121ff4) Signed-off-by: Richard Purdie --- meta/recipes-core/dbus/dbus.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 2a97c028e6..791e66c1c9 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc @@ -51,7 +51,7 @@ RRECOMMENDS_${PN}-lib = "${PN}" FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" pkg_postinst_dbus() { - if [ -z "${D}" ] && [ -e /etc/init.d/populate-volatile.sh ] ; then + if [ -z "$D" ] && [ -e /etc/init.d/populate-volatile.sh ] ; then /etc/init.d/populate-volatile.sh update fi } -- cgit v1.2.3-54-g00ecf