| Submitter | Nitin A Kamble |
|---|---|
| Date | July 9, 2012, 4:26 p.m. |
| Message ID | <5db3511dbe8ab20cf8105a148993896df3e5d594.1341850982.git.nitin.a.kamble@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/31523/ |
| State | Accepted |
| Commit | 0d333c61c6ce74666ce87593dc2797ca45a97766 |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-sato/pimlico/dates_git.bb b/meta/recipes-sato/pimlico/dates_git.bb index 73258ae..9ee0105 100644 --- a/meta/recipes-sato/pimlico/dates_git.bb +++ b/meta/recipes-sato/pimlico/dates_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ SRCREV = "514185dc1f6588085fda41eb59898b93d0487dd4" PV = "0.4.11+git${SRCPV}" -PR = "r7" +PR = "r8" S = "${WORKDIR}/git" @@ -16,7 +16,3 @@ SRC_URI = "git://git.gnome.org/${BPN};protocol=git \ file://dso_linking_change_build_fix.patch \ file://uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch \ " - -do_install_append () { - rmdir ${D}/srv -}