diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2012-08-12 23:14:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-16 15:17:57 +0200 |
commit | 5fd2b71ccab54b0717ebed21869754de16bd3608 (patch) | |
tree | cb65a511e0ecccb3ebdd4ff176c4378865c1dd2a /meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.1.bb | |
parent | 2c89991a1a682faea4eb31246508e789364464ca (diff) | |
download | meta-openembedded-5fd2b71ccab54b0717ebed21869754de16bd3608.tar.gz |
klibc: upgrade from 2.0 to 2.0.1
* remove unused patches legacy of oe-classic
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.1.bb')
-rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.1.bb b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.1.bb new file mode 100644 index 000000000..37cab84c5 --- /dev/null +++ b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.1.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | PR = "${INC_PR}.0" | ||
2 | |||
3 | KLIBC_UTILS_VARIANT = "shared" | ||
4 | KLIBC_UTILS_PKGNAME = "klibc-utils" | ||
5 | |||
6 | FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:" | ||
7 | |||
8 | do_install() { | ||
9 | : | ||
10 | } | ||
11 | |||
12 | PACKAGES_${PN} = "${PN}" | ||
13 | FILES_${PN} = "" | ||
14 | |||
15 | require klibc-utils.inc | ||
16 | require klibc.inc | ||