diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-05-09 19:18:58 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-09 19:18:58 +0000 |
commit | 5155e4231dbc1854cab9088f534605de7256e98d (patch) | |
tree | f6e7849c218668fa3f0fe8e8f12154eb3e881778 /packages/linux-libc-headers | |
parent | 11a49d7fe2f17fba427a9cda21041d26c804dbf1 (diff) |
linux-libc-headers: copy /include/asm/cpu-sh3 content to /include/asm - close #952
Diffstat (limited to 'packages/linux-libc-headers')
-rw-r--r-- | packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb index 65e3f8b25b..2f471223e6 100644 --- a/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb +++ b/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb @@ -9,7 +9,7 @@ HOMEPAGE = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/" LICENSE = "GPL" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" INHIBIT_DEFAULT_DEPS = "1" -PR = "r1" +PR = "r2" SRC_URI = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/linux-libc-headers-${PV}.tar.bz2 \ file://keyboard.patch;patch=1" @@ -41,6 +41,7 @@ do_configure () { cp -pPR include/asm/arch-ebsa285 include/asm/arch elif test "$ARCH" = "sh"; then cp -pPR include/asm/cpu-${TARGET_ARCH} include/asm/cpu || die "unable to create include/asm/cpu" + cp -pPR include/asm/cpu/* include/asm fi } |