From 61e1beb6cdfcd9b8b46d623a4d71c6f61dde44e5 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 19 Aug 2011 23:50:27 +0100 Subject: Rename Opie _cvs recipes to _git These recipes have been fetching from git for some time, tidy up the naming to reflect this. Signed-off-by: Paul Eggleton --- .../opie-mediaplayer2-skin-pod_git.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-opie/opie-mediaplayer2/opie-mediaplayer2-skin-pod_git.bb (limited to 'recipes-opie/opie-mediaplayer2/opie-mediaplayer2-skin-pod_git.bb') diff --git a/recipes-opie/opie-mediaplayer2/opie-mediaplayer2-skin-pod_git.bb b/recipes-opie/opie-mediaplayer2/opie-mediaplayer2-skin-pod_git.bb new file mode 100644 index 0000000..0c73e96 --- /dev/null +++ b/recipes-opie/opie-mediaplayer2/opie-mediaplayer2-skin-pod_git.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Skin for opie-mediaplayer2" +SECTION = "opie/multimedia" +LICENSE = "GPL" +# 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" +OPIE_GIT_PV ?= "1.2.2+cvs${SRCDATE}" +PV = "${OPIE_GIT_PV}" +PR = "r3" + +SRC_URI = "${OPIE_GIT};protocol=git;subpath=pics" + +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/skins/Pod/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/skins/Pod/*.png ${D}${palmtopdir}/pics/${APPNAME}/skins/Pod/ +} + +FILES_${PN} = "${palmtopdir}/pics/${APPNAME}/skins/Pod/*.png" -- cgit 1.2.3-korg