diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-21 19:54:05 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-21 19:54:05 +0100 |
commit | 33762d41c0e68ea1c130e9fd2e283f70e2338592 (patch) | |
tree | 04255a24a3c63d6c8a624ebca25db93b5e96f78d /recipes/libqpe/libqpe-opie_1.2.4.bb | |
parent | 6cd92d1545ccf5d4f1459f70faa81be68adb0794 (diff) | |
parent | 21b699c06496cb374dbf05def5c57ff10720392e (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libqpe/libqpe-opie_1.2.4.bb')
-rw-r--r-- | recipes/libqpe/libqpe-opie_1.2.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/libqpe/libqpe-opie_1.2.4.bb b/recipes/libqpe/libqpe-opie_1.2.4.bb index 5c1690ec12..bb154d013f 100644 --- a/recipes/libqpe/libqpe-opie_1.2.4.bb +++ b/recipes/libqpe/libqpe-opie_1.2.4.bb @@ -1,6 +1,6 @@ require ${PN}.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}" SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \ @@ -8,5 +8,6 @@ SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \ file://unbreak-logging.patch;patch=1 \ file://citytime-path-2.patch;patch=1 \ file://no-include-pro.patch;patch=1 \ + file://unhide_lnkproperties_destructor.patch;patch=1 \ " |