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 1a74e3a156..a97eea6b3a 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;patch=1 \ - file://unbreak-logging.patch;patch=1 \ - file://citytime-path.patch;patch=1 \ - file://fix-sd-card-path.patch;patch=1 \ + 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 \ " |