From 99a9352d5337ffbcbdaed11d3966c748acb3a2b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 11 Feb 2013 16:07:44 +0100 Subject: [PATCH] angstrom-clearlooks-theme-enable: fix postinst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ERROR: QA Issue: /home/Superandy/data/oe-core/sources/meta-angstrom/recipes-tweaks/themes/angstrom-clearlooks-theme-enable.bb: Variable pkg_postinst is set as not being package specific, please fix this. Signed-off-by: Andreas Müller --- recipes-tweaks/themes/angstrom-clearlooks-theme-enable.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-tweaks/themes/angstrom-clearlooks-theme-enable.bb b/recipes-tweaks/themes/angstrom-clearlooks-theme-enable.bb index 422f647..53d56fe 100644 --- a/recipes-tweaks/themes/angstrom-clearlooks-theme-enable.bb +++ b/recipes-tweaks/themes/angstrom-clearlooks-theme-enable.bb @@ -3,12 +3,13 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" inherit allarch +PR = "r1" RDEPENDS_${PN} = "gtk-theme-clearlooks" ALLOW_EMPTY_${PN} = "1" -pkg_postinst() { +pkg_postinst_${PN}() { #!/bin/sh mkdir -p $D${sysconfdir}/gtk-2.0 touch $D${sysconfdir}/gtk-2.0/gtkrc