summaryrefslogtreecommitdiffstats
path: root/recipes/klibc/klibc_1.5.inc
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-06-01 19:20:59 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-06-01 19:20:59 +0200
commite020cd9b2c61fd19bb55ec3fd38abcfdbd3f651c (patch)
treef27539801141fe05d8e97c1e9117d2d8610a853b /recipes/klibc/klibc_1.5.inc
parent055be8f41f6b82edffa6e3bf596339284f2a93ff (diff)
downloadopenembedded-e020cd9b2c61fd19bb55ec3fd38abcfdbd3f651c.tar.gz
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.inc')
-rw-r--r--recipes/klibc/klibc_1.5.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/klibc/klibc_1.5.inc b/recipes/klibc/klibc_1.5.inc
index b00f02cc56..c8ed5f652d 100644
--- a/recipes/klibc/klibc_1.5.inc
+++ b/recipes/klibc/klibc_1.5.inc
@@ -17,3 +17,6 @@ SRC_URI[sha256sum] = "27000ba4bc73a5977502b27d7036df24dd6ab94a1c33b8f5d6d54ba627
do_install_append() {
install -m 755 usr/utils/${KLIBC_UTILS_VARIANT}/insmod ${D}${base_bindir}
}
+
+PACKAGES += "${KLIBC_UTILS_PKGNAME}-insmod"
+FILES_${KLIBC_UTILS_PKGNAME}-insmod = "${base_bindir}/insmod"