diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2004-12-26 18:40:14 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2004-12-26 18:40:14 +0000 |
commit | de0dfea7dd47f5c3c6d851356129ab30fb10e91a (patch) | |
tree | 366f1e9819586dd527709682ae87997e91551756 /packages/opie-mobilemsg | |
parent | 039a45fa785905b98cdbc2af740f3d2c58efc7b7 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2004/12/26 19:26:25+01:00 handhelds.org!zecke
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/ich/programming/oe/openembedded-opie-rename
2004/12/26 19:25:50+01:00 handhelds.org!zecke
Move an included and versioned file
2004/12/26 19:17:32+01:00 handhelds.org!zecke
Opie 1.1.8 release:
Upgrade Opie Packages from 1.1.7 to 1.1.8
2004/12/26 19:05:14+01:00 (none)!br1
addedd pmacct - promiscuous mode ip accounting
BKrev: 41cf058esJl_2uQnVFP-1srwoKz54w
Diffstat (limited to 'packages/opie-mobilemsg')
-rw-r--r-- | packages/opie-mobilemsg/opie-mobilemsg_1.1.7.bb | 27 | ||||
-rw-r--r-- | packages/opie-mobilemsg/opie-mobilemsg_1.1.8.bb | 0 |
2 files changed, 0 insertions, 27 deletions
diff --git a/packages/opie-mobilemsg/opie-mobilemsg_1.1.7.bb b/packages/opie-mobilemsg/opie-mobilemsg_1.1.7.bb deleted file mode 100644 index 7f207bf1ca..0000000000 --- a/packages/opie-mobilemsg/opie-mobilemsg_1.1.7.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "Mobile Messaging" -SECTION = "opie/applications" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" - -APPNAME = "mobilemsg" -APPTYPE = "binary" - -TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}" -SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/comm/mobilemsg \ - ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \ - ${HANDHELDS_CVS};tag=${TAG};module=opie/apps" - -S = "${WORKDIR}/${APPNAME}" - -inherit opie - -# FILES plugins/application/libmobilemsg.so* bin/mobilemsg apps/Applications/mobilemsg.desktop pics/mobilemsg - -do_install() { -} - -do_install_prepend() { - install -d ${D}${palmtopdir}/pics/mobilemsg/ - install -m 0644 ${WORKDIR}/pics/mobilemsg/*.png ${D}${palmtopdir}/pics/mobilemsg/ -} diff --git a/packages/opie-mobilemsg/opie-mobilemsg_1.1.8.bb b/packages/opie-mobilemsg/opie-mobilemsg_1.1.8.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/opie-mobilemsg/opie-mobilemsg_1.1.8.bb |