diff options
Diffstat (limited to 'recipes/freesmartphone/frameworkd_git.bb')
-rw-r--r-- | recipes/freesmartphone/frameworkd_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb index dac7fe9db9..395a137156 100644 --- a/recipes/freesmartphone/frameworkd_git.bb +++ b/recipes/freesmartphone/frameworkd_git.bb @@ -18,7 +18,7 @@ SRC_URI = "${FREESMARTPHONE_GIT}/framework.git;protocol=git;branch=master \ file://frameworkd \ file://frameworkd.conf \ " -SRC_URI_append_shr = "file://oeventsd-use-opimd-signals.patch;patch=1" +SRC_URI_append_shr = "file://oeventsd-use-opimd-signals.patch" S = "${WORKDIR}/git" |