diff options
Diffstat (limited to 'recipes/libqpe/libqpe-opie_1.2.3.bb')
-rw-r--r-- | recipes/libqpe/libqpe-opie_1.2.3.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/libqpe/libqpe-opie_1.2.3.bb b/recipes/libqpe/libqpe-opie_1.2.3.bb index a97eea6b3a..2b50fca6e7 100644 --- a/recipes/libqpe/libqpe-opie_1.2.3.bb +++ b/recipes/libqpe/libqpe-opie_1.2.3.bb @@ -4,9 +4,9 @@ PR = "${INC_PR}.0" TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}" SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \ - file://fix-titleheight.patch;apply=yes \ - file://unbreak-logging.patch;apply=yes \ - file://citytime-path.patch;apply=yes \ - file://fix-sd-card-path.patch;apply=yes \ + file://fix-titleheight.patch \ + file://unbreak-logging.patch \ + file://citytime-path.patch \ + file://fix-sd-card-path.patch \ " |