JFYI, makedumpfile recipe patch was already sent on emea list on 3/31/2015.
Can you please check? //Gaurang Shastri -----Original Message----- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Alexandru.Vaduva Sent: Tuesday, June 23, 2015 7:30 PM To: yocto@yoctoproject.org; adrian.du...@enea.com; alexandru.vad...@enea.com; alexandra.sa...@enea.com Cc: Siva Borra; li...@list.enea.se; iss...@enea.com Subject: [yocto] [LXCR-4977 PATCH 1/1] Add makedumpfile recipe to cgl. From: Siva Borra <siva.bo...@enea.com> Add the makedumpfile package recipe to the cgl layer. [LXCR-4977] Signed-off-by: Siva Borra <siva.bo...@enea.com> --- .../makedumpfile/files/alias-powerpc-powerpc32.patch | 13 +++++++++++++ .../recipes-cgl/makedumpfile/makedumpfile_1.5.8.bb | 20 ++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 meta-cgl-common/recipes-cgl/makedumpfile/files/alias-powerpc-powerpc32.patch create mode 100644 meta-cgl-common/recipes-cgl/makedumpfile/makedumpfile_1.5.8.bb diff --git a/meta-cgl-common/recipes-cgl/makedumpfile/files/alias-powerpc-powerpc32.patch b/meta-cgl-common/recipes-cgl/makedumpfile/files/alias-powerpc-powerpc32.patch new file mode 100644 index 0000000..70ad663 --- /dev/null +++ b/meta-cgl-common/recipes-cgl/makedumpfile/files/alias-powerpc-power +++ pc32.patch @@ -0,0 +1,13 @@ +diff -rupN makedumpfile-1.5.8/Makefile makedumpfile-1.5.8/Makefile +--- makedumpfile-1.5.8/Makefile 2015-03-24 02:58:33.000000000 +0100 ++++ makedumpfile-1.5.8/Makefile 2015-06-23 11:08:30.595655336 +0200 +@@ -25,7 +25,8 @@ endif + ARCH := $(shell echo ${TARGET} | sed -e s/i.86/x86/ -e s/sun4u/sparc64/ \ + -e s/arm.*/arm/ -e s/sa110/arm/ \ + -e s/s390x/s390/ -e s/parisc64/parisc/ \ +- -e s/ppc64/powerpc64/ -e s/ppc/powerpc32/) ++ -e s/ppc64/powerpc64/ -e s/ppc/powerpc32/ \ ++ -e s/powerpc/powerpc32/) + + CROSS := + ifneq ($(TARGET), $(HOST_ARCH)) diff --git a/meta-cgl-common/recipes-cgl/makedumpfile/makedumpfile_1.5.8.bb b/meta-cgl-common/recipes-cgl/makedumpfile/makedumpfile_1.5.8.bb new file mode 100644 index 0000000..6c32306 --- /dev/null +++ b/meta-cgl-common/recipes-cgl/makedumpfile/makedumpfile_1.5.8.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Make dump file utility" +LICENSE = "GPLv2" + +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" + +SRC_URI = "http://sourceforge.net/projects/makedumpfile/files/makedumpfile/1.5.8/makedumpfile-${PV}.tar.gz;name=makedumpfile \ + file://alias-powerpc-powerpc32.patch \ + " + +SRC_URI[makedumpfile.md5sum] = "642d975349dff744c6027d4486499258" +SRC_URI[makedumpfile.sha256sum] = "dd9c6c40c1ae6774b61bbe7b53f5ebbee9734f576d8ecb75ffb929288f5ea64d" + +DEPENDS = "zlib elfutils bzip2" + +EXTRA_OEMAKE = "TARGET=${TARGET_ARCH}" + +do_install() { + install -d ${D}${bindir}/ + install -c -m 755 ${S}/makedumpfile ${D}${bindir}/ } -- 1.9.1 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto