From dc82bf0e52b07a0767b6bf253852278c473ea248 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 8 Jan 2012 18:39:29 +0000 Subject: opie-mediaplayer2-skin-*: use common inc file Move all common definitions to a single .inc file and abstract away differences using a SKINNAME variable. Signed-off-by: Paul Eggleton --- .../opie-mediaplayer2-skin-techno_git.bb | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'recipes-opie/opie-mediaplayer2/opie-mediaplayer2-skin-techno_git.bb') diff --git a/recipes-opie/opie-mediaplayer2/opie-mediaplayer2-skin-techno_git.bb b/recipes-opie/opie-mediaplayer2/opie-mediaplayer2-skin-techno_git.bb index a37690b..9239dfb 100644 --- a/recipes-opie/opie-mediaplayer2/opie-mediaplayer2-skin-techno_git.bb +++ b/recipes-opie/opie-mediaplayer2/opie-mediaplayer2-skin-techno_git.bb @@ -1,18 +1,8 @@ -DESCRIPTION = "Skin for opie-mediaplayer2" -SECTION = "opie/multimedia" -LICENSE = "GPLv2" -# FIXME stopgap until split archives have license files included -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -APPNAME = "opieplayer2" -RPROVIDES_${PN} = "opie-mediaplayer2-skin" +SKINNAME = "techno" +require opie-mediaplayer2-skin.inc + PV = "${OPIE_GIT_PV}" -PR = "r3" +PR = "r4" SRC_URI = "${OPIE_GIT};protocol=git;subpath=pics" -do_install() { - install -d ${D}${palmtopdir}/pics/${APPNAME}/skins/techno/ - install -m 0644 ${WORKDIR}/pics/${APPNAME}/skins/techno/*.png ${D}${palmtopdir}/pics/${APPNAME}/skins/techno/ -} - -FILES_${PN} = "${palmtopdir}/pics/${APPNAME}/skins/techno/*.png" -- cgit 1.2.3-korg