diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 17:01:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 22:51:07 +0000 |
commit | f480815b2ed0ea5a1792b0ab9c681d39f60701e3 (patch) | |
tree | 2c56c7487fe35c2dbe6eca2a3cfc943872fbc51f /meta/recipes-sato/matchbox-sato | |
parent | 5e8336b2d45da36c64039080f896338537ec234e (diff) | |
download | openembedded-core-f480815b2ed0ea5a1792b0ab9c681d39f60701e3.tar.gz openembedded-core-f480815b2ed0ea5a1792b0ab9c681d39f60701e3.tar.bz2 openembedded-core-f480815b2ed0ea5a1792b0ab9c681d39f60701e3.zip |
matchbox-session-sato: Add PACKAGE_WRITE_DEPS for postinst
The postinstall needs gconf-native, mark the dependency and drop
the now unneeded DEPENDS.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-sato')
-rw-r--r-- | meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb index 42c742fca6..d146e836d5 100644 --- a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb +++ b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb @@ -6,7 +6,6 @@ LICENSE = "GPLv2.0+" LIC_FILES_CHKSUM = "file://session;endline=3;md5=f8a5c5b9c279e52dc094d10e11c2be63" SECTION = "x11" -DEPENDS = "gconf-native" RDEPENDS_${PN} = "formfactor matchbox-theme-sato matchbox-panel-2 matchbox-desktop matchbox-session gconf" PR = "r30" @@ -43,6 +42,7 @@ do_install() { chmod +x ${D}/${sysconfdir}/matchbox/session } +PACKAGE_WRITE_DEPS += "gconf-native" pkg_postinst_${PN} () { set_value() { #type, name, value |