* This is the version that was originally being using in arago/oe-classic based SDK.
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../linux-libc-headers_2.6.33.bb | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb diff --git a/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb b/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb new file mode 100644 index 0000000..eb8cb19 --- /dev/null +++ b/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb @@ -0,0 +1,10 @@ +require recipes-kernel/linux-libc-headers/linux-libc-headers.inc + +FILESEXTRAPATHS_append := "${THISDIR}/${PN}:${COREBASE}/meta/recipes-kernel/linux-libc-headers/${PN}" + +PR = "r0" + +SRC_URI += " file://connector-msg-size-fix.patch" +SRC_URI[md5sum] = "c3883760b18d50e8d78819c54d579b00" +SRC_URI[sha256sum] = "63e237de3b3c4c46a21833b9ce7e20574548d52dabbd1a8bf376041e4455d5c6" + -- 1.7.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
