summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-19 17:01:10 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-20 11:53:50 +0000
commit06b130fc103664fa81694b1db20626fad1c8bbdf (patch)
tree6a690634a362673a42a42ecc792d8d79116c1d18 /meta/recipes-sato
parentd623c587119f7e9f990f873f8fe4c4ae8a835e8f (diff)
downloadpoky-06b130fc103664fa81694b1db20626fad1c8bbdf.tar.gz
matchbox-session-sato: Add PACKAGE_WRITE_DEPS for postinst
The postinstall needs gconf-native, mark the dependency and drop the now unneeded DEPENDS. (From OE-Core rev: f480815b2ed0ea5a1792b0ab9c681d39f60701e3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb2
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+"
6LIC_FILES_CHKSUM = "file://session;endline=3;md5=f8a5c5b9c279e52dc094d10e11c2be63" 6LIC_FILES_CHKSUM = "file://session;endline=3;md5=f8a5c5b9c279e52dc094d10e11c2be63"
7 7
8SECTION = "x11" 8SECTION = "x11"
9DEPENDS = "gconf-native"
10RDEPENDS_${PN} = "formfactor matchbox-theme-sato matchbox-panel-2 matchbox-desktop matchbox-session gconf" 9RDEPENDS_${PN} = "formfactor matchbox-theme-sato matchbox-panel-2 matchbox-desktop matchbox-session gconf"
11PR = "r30" 10PR = "r30"
12 11
@@ -43,6 +42,7 @@ do_install() {
43 chmod +x ${D}/${sysconfdir}/matchbox/session 42 chmod +x ${D}/${sysconfdir}/matchbox/session
44} 43}
45 44
45PACKAGE_WRITE_DEPS += "gconf-native"
46pkg_postinst_${PN} () { 46pkg_postinst_${PN} () {
47 set_value() { 47 set_value() {
48 #type, name, value 48 #type, name, value