From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta/recipes-devtools/guilt/guilt-native_git.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta/recipes-devtools/guilt/guilt-native_git.bb (limited to 'meta/recipes-devtools/guilt/guilt-native_git.bb') diff --git a/meta/recipes-devtools/guilt/guilt-native_git.bb b/meta/recipes-devtools/guilt/guilt-native_git.bb new file mode 100644 index 0000000000..dfb3378dd9 --- /dev/null +++ b/meta/recipes-devtools/guilt/guilt-native_git.bb @@ -0,0 +1,23 @@ +SUMMARY = "quilt-like tool for Git" +LICENSE = "GPLv2" + +LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135" + +inherit native + +SRC_URI = "git://repo.or.cz/guilt.git \ + file://guilt-bash.patch \ + " + +SRCREV = "c2a5bae511c6d5354aa4e1cb59069c31df2b8eeb" + +S = "${WORKDIR}/git" + +# we don't compile, we just install +do_compile() { + : +} + +do_install() { + oe_runmake PREFIX=${D}/${prefix} install +} -- cgit v1.2.3-54-g00ecf