diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-17 11:32:43 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-17 11:33:11 +0200 |
commit | 9181dc14ab210a1462c52bcc378be06fa5a5ade4 (patch) | |
tree | 80a67c7d4350376be642437bbb1e72fed95f148e /recipes | |
parent | a3b49ea0b4d48425ab299f803ad0685e3e5ba52d (diff) |
dbus-native 1.2.1: convert to new style staging
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/dbus/dbus-native_1.2.1.bb | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/recipes/dbus/dbus-native_1.2.1.bb b/recipes/dbus/dbus-native_1.2.1.bb index 97d27b3e9d..0bca311fae 100644 --- a/recipes/dbus/dbus-native_1.2.1.bb +++ b/recipes/dbus/dbus-native_1.2.1.bb @@ -1,5 +1,5 @@ require dbus.inc -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" RRECOMMENDS_${PN} = "" RDEPENDS_${PN} = "" inherit native @@ -17,18 +17,13 @@ SRC_URI = "\ file://dbus-1.init \ " -do_stage() { - oe_runmake install - autotools_stage_all - +do_install_append() { # for dbus-glib-native introspection generation - install -d ${STAGING_DATADIR}/dbus - install -m 0644 bus/session.conf ${STAGING_DATADIR}/dbus/session.conf + install -d ${D}${datadir}/dbus + install -m 0644 bus/session.conf ${D}${datadir}/dbus/session.conf } -do_install() { - : -} +NATIVE_INSTALL_WORKS = "1" SRC_URI[md5sum] = "b57aa1ba0834cbbb1e7502dc2cbfacc2" SRC_URI[sha256sum] = "8016540602189e1dca6aca6b7c0735706387e4f85ced75217c6a874980fd0e86" |