diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-03-29 23:41:28 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-03-29 23:41:28 +0000 |
commit | aa826608ebaa8dfba42855ac2f1639c633d4eb21 (patch) | |
tree | 9a99bcff731d33fd652987f18b7e918a2d9a2540 /packages/qpe-gaim/qpe-gaim_20041030.bb | |
parent | d1bea3bfd2b52c12d163da5af221bb379da539d6 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/30 01:37:10+02:00 handhelds.org!zecke
Opie Obex:
-Fix beaming because receivers can't cope with path names
2005/03/30 01:11:09+02:00 handhelds.org!zecke
Base File:
Symlink /proc/mounts to /etc/mtab regardless of having tmpfs, ramnfs
in the fstab. Most of our handhelds do build a busybox without mtab creation
so we need that /proc/mounts.
I hope that doesn't break for the nslu folks and others
2005/03/30 01:04:31+02:00 handhelds.org!zecke
QPE Gaim:
-Rename the gaim-1.1.4 forward port to the old name
-Remove the old versions
-Renamed the patches
BKrev: 4249e7a8ecBI-EI1fC6yVB1s15Sw4g
Diffstat (limited to 'packages/qpe-gaim/qpe-gaim_20041030.bb')
-rw-r--r-- | packages/qpe-gaim/qpe-gaim_20041030.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/qpe-gaim/qpe-gaim_20041030.bb b/packages/qpe-gaim/qpe-gaim_20041030.bb index a5298edae6..9193afaa3e 100644 --- a/packages/qpe-gaim/qpe-gaim_20041030.bb +++ b/packages/qpe-gaim/qpe-gaim_20041030.bb @@ -9,11 +9,10 @@ APPNAME = "gaim" APPTYPE = "binary" LICENSE = "GPL" APPDESKTOP = "${S}" -PV = "0.4+cvs-20041030" -PR = "r1" +PR = "r2" SRC_URI = "http://www.vanille.de/mirror/qpe-gaim_20041030.tar.bz2 \ - file://libopie2.patch;patch=1 \ + file://qpe-gaim.patch;patch=1 \ file://vit.patch;patch=1" S = "${WORKDIR}/qpe-gaim" |