diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-19 15:22:24 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-19 15:22:24 +0000 |
commit | 57d56f499980919d60868a6ec694088cffb2f5bb (patch) | |
tree | 0693963a1eb792500e2e72ecf067af0e1ba15b9c /packages/slcalc/slcalc_1.2.1.bb | |
parent | 1d6f1614b6a5b7cb66774910a41e64632e7b3c6f (diff) |
rt2570: added driver for Ralink USB 802.11g WiFi stick
Diffstat (limited to 'packages/slcalc/slcalc_1.2.1.bb')
-rw-r--r-- | packages/slcalc/slcalc_1.2.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/slcalc/slcalc_1.2.1.bb b/packages/slcalc/slcalc_1.2.1.bb index fa5720e0ce..a399defb76 100644 --- a/packages/slcalc/slcalc_1.2.1.bb +++ b/packages/slcalc/slcalc_1.2.1.bb @@ -2,6 +2,7 @@ DESCRIPTION = "Scientific calculator with user definable constants and functions HOMEPAGE = "http://homepage3.nifty.com/cam/slcalc.htm" SECTION = "opie/applications" LICENSE = "GPL" +PR = "r1" APPTYPE = "binary" APPDESKTOP = "${S}" @@ -14,5 +15,5 @@ S = "${WORKDIR}/slcalc_source" do_install() { install -d ${D}${palmtopdir}/pics - install -m 0644 slcalc2.png ${D}${palmtopdir}/pics/ + install -m 0644 slcalc2.png ${D}${palmtopdir}/pics/slcalc.png } |