From ab736f37e3e4ffc6ae9114fb50c2f505c2a7302d Mon Sep 17 00:00:00 2001 From: Claudio Mignanti Date: Sat, 14 Feb 2009 15:04:53 -0800 Subject: [PATCH] Signed-off-by: Khem Raj pax-utils: Add version 0.1.19 recipes and use gentoo mirror for sources. --- conf/checksums.ini | 8 ++++++++ packages/pax-utils/pax-utils-native_0.1.19.bb | 12 ++++++++++++ packages/pax-utils/pax-utils_0.1.13.bb | 4 ++-- packages/pax-utils/pax-utils_0.1.19.bb | 17 +++++++++++++++++ 4 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 packages/pax-utils/pax-utils-native_0.1.19.bb create mode 100644 packages/pax-utils/pax-utils_0.1.19.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index b288310578..2eda0dd673 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -16962,6 +16962,14 @@ sha256=72f3cdad93b5436070dcc63b67764a06c594f324ccc001e8bfb974a8d1a86f36 md5=5f09df47a16e83462384b44b75310539 sha256=72f3cdad93b5436070dcc63b67764a06c594f324ccc001e8bfb974a8d1a86f36 +[http://gentoo.osuosl.org/distfiles/pax-utils-0.1.13.tar.bz2] +md5=5f09df47a16e83462384b44b75310539 +sha256=72f3cdad93b5436070dcc63b67764a06c594f324ccc001e8bfb974a8d1a86f36 + +[http://gentoo.osuosl.org/distfiles/pax-utils-0.1.19.tar.bz2] +md5=98f6b9fe17a740a8cc577255422c6103 +sha256=3918628e9f2508708a1a28f5ed4cb39d07cbd5711747bbb3ddf63816d056c11e + [http://the.earth.li/pub/e3/pbltool-0.2.c] md5=c8fd507f831d2b017dfecf60bc55e28a sha256=2a1e31d4ae859e530895882273fad0170374a2d5b838bb4558303e59236e9cb6 diff --git a/packages/pax-utils/pax-utils-native_0.1.19.bb b/packages/pax-utils/pax-utils-native_0.1.19.bb new file mode 100644 index 0000000000..5a56c01aa4 --- /dev/null +++ b/packages/pax-utils/pax-utils-native_0.1.19.bb @@ -0,0 +1,12 @@ +inherit native + +require pax-utils_${PV}.bb + +do_stage() { + oe_runmake PREFIX=${STAGING_DIR_HOST}${layout_prefix} install +} + +do_install() { + : +} + diff --git a/packages/pax-utils/pax-utils_0.1.13.bb b/packages/pax-utils/pax-utils_0.1.13.bb index 9a350844d0..c704d288b8 100644 --- a/packages/pax-utils/pax-utils_0.1.13.bb +++ b/packages/pax-utils/pax-utils_0.1.13.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Various ELF utilities" HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml" LICENSE = "GPLv2" - -SRC_URI = "http://dev.gentoo.org/~solar/pax/pax-utils-${PV}.tar.bz2" +PR = "r1" +SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.bz2" S = "${WORKDIR}/pax-utils-${PV}" CPPFLAGS += "-D_GNU_SOURCE " diff --git a/packages/pax-utils/pax-utils_0.1.19.bb b/packages/pax-utils/pax-utils_0.1.19.bb new file mode 100644 index 0000000000..bd657d7997 --- /dev/null +++ b/packages/pax-utils/pax-utils_0.1.19.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Various ELF utilities" +HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml" +LICENSE = "GPLv2" + +SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.bz2" +S = "${WORKDIR}/pax-utils-${PV}" + +CPPFLAGS += "-D_GNU_SOURCE " + +do_compile() { + oe_runmake +} + +do_install() { + oe_runmake DESTDIR=${D} install +} + -- 2.39.2