diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-13 10:00:41 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-14 02:19:20 +0200 |
commit | 7359ee976e485ddc8b5b00397ac557e8bfe21eb0 (patch) | |
tree | db7daa36fafd53a4b8011177bba61b4f923349b6 /recipes/freesmartphone/frameworkd_git.bb | |
parent | c4bebcea12608bcec66d7df3b5aed9cb11f041e5 (diff) |
frameworkd: bump SRCREV, remove applied patches
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/freesmartphone/frameworkd_git.bb')
-rw-r--r-- | recipes/freesmartphone/frameworkd_git.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb index 9dfb107ebe..e47e66551e 100644 --- a/recipes/freesmartphone/frameworkd_git.bb +++ b/recipes/freesmartphone/frameworkd_git.bb @@ -4,7 +4,7 @@ AUTHOR = "FreeSmartphone.Org Development Team" SECTION = "console/network" DEPENDS = "python-cython-native python-pyrex-native" LICENSE = "GPL" -SRCREV = "8f618948c4c74853f28b773cdc74ceefa1fb6899" +SRCREV = "5ed055335b251b290179928bd0d56b5476759876" PV = "0.9.5.9+gitr${SRCPV}" PR = "r5" PE = "1" @@ -15,8 +15,6 @@ INITSCRIPT_NAME = "frameworkd" INITSCRIPT_PARAMS = "defaults 29" SRC_URI = "${FREESMARTPHONE_GIT}/framework.git;protocol=git;branch=master \ - file://0001-ogpsd-update-sysfs-node-for-2.6.32-kernels-on-freeru.patch \ - file://0002-ogsmd-ti_calipsy-update-sysfs-node-for-2.6.32-kernel.patch \ file://frameworkd \ file://frameworkd.conf \ " |