From 1f2f03c6c269ab336a6b8c908bcca8bc88194703 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 8 Jan 2012 19:05:05 +0000 Subject: classes: add palmtop-defs.bbclass The Opie-related definitions are about to be removed from bitbake.conf in OE-Core, so create a palmtop-defs.bbclass which can be used to hold these and make every recipe that refers to any of these definitions inherit it. Signed-off-by: Paul Eggleton --- recipes-opie/opie-mediaplayer2/opie-mediaplayer2-skin.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-opie/opie-mediaplayer2') diff --git a/recipes-opie/opie-mediaplayer2/opie-mediaplayer2-skin.inc b/recipes-opie/opie-mediaplayer2/opie-mediaplayer2-skin.inc index 1df6032..1227415 100644 --- a/recipes-opie/opie-mediaplayer2/opie-mediaplayer2-skin.inc +++ b/recipes-opie/opie-mediaplayer2/opie-mediaplayer2-skin.inc @@ -5,6 +5,8 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" RPROVIDES_${PN} = "opie-mediaplayer2-skin" +inherit palmtop-defs + do_install() { install -d ${D}${palmtopdir}/pics/opieplayer2/skins/${SKINNAME}/ install -m 0644 ${WORKDIR}/pics/opieplayer2/skins/${SKINNAME}/*.png ${D}${palmtopdir}/pics/opieplayer2/skins/${SKINNAME}/ -- cgit 1.2.3-korg