diff options
Diffstat (limited to 'meta/recipes-devtools/guilt/guilt-native_0.33.bb')
| -rw-r--r-- | meta/recipes-devtools/guilt/guilt-native_0.33.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-devtools/guilt/guilt-native_0.33.bb b/meta/recipes-devtools/guilt/guilt-native_0.33.bb new file mode 100644 index 0000000000..62d91f6953 --- /dev/null +++ b/meta/recipes-devtools/guilt/guilt-native_0.33.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | DESCRIPTION = "guilt is quilt like tool for git" | ||
| 2 | LICENSE = "GPL" | ||
| 3 | |||
| 4 | PR = r0 | ||
| 5 | PV = "0.33" | ||
| 6 | |||
| 7 | inherit native | ||
| 8 | |||
| 9 | SRC_URI = "http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/guilt-${PV}.tar.gz\ | ||
| 10 | file://guilt-push.patch \ | ||
| 11 | file://guilt-pop.patch \ | ||
| 12 | file://guilt.patch \ | ||
| 13 | file://guilt-init.patch \ | ||
| 14 | file://guilt-import-commit.patch \ | ||
| 15 | file://uninstall_force.patch \ | ||
| 16 | file://guilt-push-no-series.patch \ | ||
| 17 | file://make_git_commands_conditional.patch \ | ||
| 18 | file://improve_auto_header_gen.patch \ | ||
| 19 | file://guilt-set-git_exec_path.patch \ | ||
| 20 | file://guilt-bash.patch \ | ||
| 21 | file://optional_head_check.patch" | ||
| 22 | |||
| 23 | # we don't compile, we just install | ||
| 24 | do_compile() { | ||
| 25 | : | ||
| 26 | } | ||
| 27 | |||
| 28 | do_install() { | ||
| 29 | oe_runmake PREFIX=${D}/${base_prefix}/usr install | ||
| 30 | } \ No newline at end of file | ||
