diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-06-01 19:20:59 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-06-01 19:20:59 +0200 |
commit | e020cd9b2c61fd19bb55ec3fd38abcfdbd3f651c (patch) | |
tree | f27539801141fe05d8e97c1e9117d2d8610a853b /recipes/klibc/klibc_1.5.bb | |
parent | 055be8f41f6b82edffa6e3bf596339284f2a93ff (diff) |
klibc: fix packaging
* insmod was removed after klibc_1.5
* dmesg, sync and ls have been added with 1.5.15
* wc and losetup are provided by OpenEmbedded patches
* bump INC_PR and recipe's PR to propagate the changes to klibc-utils
Diffstat (limited to 'recipes/klibc/klibc_1.5.bb')
-rw-r--r-- | recipes/klibc/klibc_1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/klibc/klibc_1.5.bb b/recipes/klibc/klibc_1.5.bb index 4b299f226e..694bf5849b 100644 --- a/recipes/klibc/klibc_1.5.bb +++ b/recipes/klibc/klibc_1.5.bb @@ -1,3 +1,3 @@ require klibc.inc require klibc_${PV}.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" |