Merge bk://openembedded@openembedded.bkbits.net/packages
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 19 Sep 2004 13:39:08 +0000 (13:39 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 19 Sep 2004 13:39:08 +0000 (13:39 +0000)
into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages

2004/09/19 15:37:19+02:00 hrw.one.pl!hrw
opie-console: install missing pictures
depend on opie-keytabs

BKrev: 414d8bfc23EfPwMiR5nL1_LzgBGtDg

opie-console/opie-console_1.1.6.oe
opie-console/opie-console_cvs.oe

index e69de29..cb93f8e 100644 (file)
@@ -0,0 +1,24 @@
+DESCRIPTION = "Opie Console"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+RDEPENDS = "opie-keytabs"
+PR = "r1"
+
+APPNAME = "opie-console"
+APPTYPE = binary
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/apps/${APPNAME} \
+           cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics \
+           cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps"
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+do_install() {
+    install -d ${D}/${palmtopdir}/pics/console/keys/
+    install -m 0644 ${WORKDIR}/pics/console/*.png ${D}/${palmtopdir}/pics/console/
+    install -m 0644 ${WORKDIR}/pics/console/keys/*.png ${D}/${palmtopdir}/pics/console/keys/
+}
index 8ef96ab..1f8e1db 100644 (file)
@@ -3,7 +3,9 @@ SECTION = "opie/applications"
 PRIORITY = "optional"
 MAINTAINER = "Team Opie <opie@handhelds.org>"
 LICENSE = "GPL"
+RDEPENDS = "opie-keytabs"
 PV = "1.1.5-cvs-${CVSDATE}"
+PR = "r1"
 APPNAME = "opie-console"
 APPTYPE = binary