diff options
| -rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index 3f9cfe7fe5..f263421234 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | SUMMARY = "Tools for managing Yocto Project style branched kernels" | 1 | SUMMARY = "Tools for managing Yocto Project style branched kernels" |
| 2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=9c30e971d435e249624278c3e343e501" | 3 | LIC_FILES_CHKSUM = "file://tools/kgit;beginline=5;endline=9;md5=9c30e971d435e249624278c3e343e501" |
| 4 | 4 | ||
| 5 | DEPENDS = "git-native" | 5 | DEPENDS = "git-native" |
| 6 | 6 | ||
| @@ -11,14 +11,17 @@ PV = "0.2+git${SRCPV}" | |||
| 11 | inherit native | 11 | inherit native |
| 12 | 12 | ||
| 13 | SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git" | 13 | SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git" |
| 14 | S = "${WORKDIR}" | 14 | S = "${WORKDIR}/git" |
| 15 | UPSTREAM_CHECK_COMMITS = "1" | 15 | UPSTREAM_CHECK_COMMITS = "1" |
| 16 | 16 | ||
| 17 | do_configure() { | ||
| 18 | : | ||
| 19 | } | ||
| 20 | |||
| 17 | do_compile() { | 21 | do_compile() { |
| 18 | : | 22 | : |
| 19 | } | 23 | } |
| 20 | 24 | ||
| 21 | do_install() { | 25 | do_install() { |
| 22 | cd ${S}/git | 26 | oe_runmake DESTDIR=${D}${bindir} install |
| 23 | make DESTDIR=${D}${bindir} install | ||
| 24 | } | 27 | } |
