diff options
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers')
-rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb index 6ae6d5f642..3e3c1fa9ba 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb | |||
@@ -4,7 +4,7 @@ INHIBIT_DEFAULT_DEPS = "1" | |||
4 | DEPENDS += "unifdef-native" | 4 | DEPENDS += "unifdef-native" |
5 | PROVIDES = "linux-libc-headers" | 5 | PROVIDES = "linux-libc-headers" |
6 | PV = "2.6.34+git-${SRCPV}" | 6 | PV = "2.6.34+git-${SRCPV}" |
7 | PR = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;fullclone=1" | 9 | SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;fullclone=1" |
10 | 10 | ||
@@ -45,7 +45,7 @@ do_compile () { | |||
45 | 45 | ||
46 | do_install() { | 46 | do_install() { |
47 | set_arch | 47 | set_arch |
48 | oe_runmake headers_install_all INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH | 48 | oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH |
49 | } | 49 | } |
50 | 50 | ||
51 | BBCLASSEXTEND = "nativesdk" | 51 | BBCLASSEXTEND = "nativesdk" |