diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-02-22 22:07:47 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-02-22 22:07:47 +0000 |
commit | d88aa38f6b3117996af10d8c5a4ea76128f3cdc0 (patch) | |
tree | ecd4b1cf98274fa4ef4cdabad70b35dfd490228c /recipes/maemo4/libgpsmgr_0.1.bb | |
parent | 5aa5974c1f126ce91bbd24d46d80463d1510701f (diff) |
libgpsmgr_0.1.bb : apply patch to remove debian requirement, update staging.
http://wiki.navit-project.org/index.php/Navit_on_OpenEmbedded_for_n810 has
a patch that is required on non debian systems.
Diffstat (limited to 'recipes/maemo4/libgpsmgr_0.1.bb')
-rw-r--r-- | recipes/maemo4/libgpsmgr_0.1.bb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes/maemo4/libgpsmgr_0.1.bb b/recipes/maemo4/libgpsmgr_0.1.bb index bcbb4cefcb..0a1141e84b 100644 --- a/recipes/maemo4/libgpsmgr_0.1.bb +++ b/recipes/maemo4/libgpsmgr_0.1.bb @@ -2,12 +2,10 @@ LICENSE = "nokia" # This is proprietary software in Chinook, so we have to stay with the last released # free version. -SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-10.tar.gz" +SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-10.tar.gz \ + file://configure-fix-version.patch;patch=1" -inherit autotools pkgconfig - -do_stage() { - autotools_stage_all -} +PR = "r1" +inherit autotools |