[oe-commits] Claudio Mignanti : Signed-off-by: Khem Raj <raj.khem at gmail.com>

GIT User account git at amethyst.openembedded.net
Sat Feb 14 23:06:22 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ab736f37e3e4ffc6ae9114fb50c2f505c2a7302d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ab736f37e3e4ffc6ae9114fb50c2f505c2a7302d

Author: Claudio Mignanti <claudyus84 at gmail.com>
Date:   Sat Feb 14 15:04:53 2009 -0800

Signed-off-by: Khem Raj <raj.khem at gmail.com>

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(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index b288310..2eda0dd 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 0000000..5a56c01
--- /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 9a35084..c704d28 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 0000000..bd657d7
--- /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
+}
+





More information about the Openembedded-commits mailing list