diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2008-05-26 17:17:33 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-26 17:17:33 +0000 |
commit | 7f8090999bf4f28a686442e76f1c8131151c3e25 (patch) | |
tree | 602bacf986ec2d752012851635e74450d1c87267 /packages/libqpe/libqpe-opie_1.2.3.bb | |
parent | 5e83c12050f4e24f480ae6eef06b732997ce7ad2 (diff) |
libqpe: recognize SD cards under 2.6 kernels. Fixes 4317.
* commit by Laibsch
Diffstat (limited to 'packages/libqpe/libqpe-opie_1.2.3.bb')
-rw-r--r-- | packages/libqpe/libqpe-opie_1.2.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libqpe/libqpe-opie_1.2.3.bb b/packages/libqpe/libqpe-opie_1.2.3.bb index 00f9819f6e..a51d6a9225 100644 --- a/packages/libqpe/libqpe-opie_1.2.3.bb +++ b/packages/libqpe/libqpe-opie_1.2.3.bb @@ -1,11 +1,12 @@ require ${PN}.inc -PR = "r1" +PR = "r2" TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}" SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \ file://fix-titleheight.patch;patch=1 \ file://unbreak-logging.patch;patch=1 \ file://citytime-path.patch;patch=1 \ + file://fix-sd-card-path.patch;patch=1 \ " |