From 5224cbfa58d5bb64de81177fd35cfa419f4a1450 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Fri, 28 Jul 2006 12:32:53 +0000 Subject: [PATCH] packages/pax-utils: Update to 1.1.13, make the effect of make -e up Update to pax utils 1.1.13 as the source vanished and the new version works nicely. The Makefile of PAX would add -D_GNU_SOURCE but we are using -e as command line option and this option was not added to CPPFLAGS. --- .../{pax-utils-native_0.1.9.bb => pax-utils-native_0.1.13.bb} | 0 .../pax-utils/{pax-utils_0.1.9.bb => pax-utils_0.1.13.bb} | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) rename packages/pax-utils/{pax-utils-native_0.1.9.bb => pax-utils-native_0.1.13.bb} (100%) rename packages/pax-utils/{pax-utils_0.1.9.bb => pax-utils_0.1.13.bb} (69%) diff --git a/packages/pax-utils/pax-utils-native_0.1.9.bb b/packages/pax-utils/pax-utils-native_0.1.13.bb similarity index 100% rename from packages/pax-utils/pax-utils-native_0.1.9.bb rename to packages/pax-utils/pax-utils-native_0.1.13.bb diff --git a/packages/pax-utils/pax-utils_0.1.9.bb b/packages/pax-utils/pax-utils_0.1.13.bb similarity index 69% rename from packages/pax-utils/pax-utils_0.1.9.bb rename to packages/pax-utils/pax-utils_0.1.13.bb index 3aa6b22ee8..0e514673b0 100644 --- a/packages/pax-utils/pax-utils_0.1.9.bb +++ b/packages/pax-utils/pax-utils_0.1.13.bb @@ -3,9 +3,11 @@ HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml" LICENSE = "GPLv2" MAINTAINER = "freyther@handhelds.org" -SRC_URI = "${GENTOO_MIRROR}/pax-utils-${PV}.tar.bz2;md5sum=71e8d13d072efcbc4123960211a34d4f" +SRC_URI = "${GENTOO_MIRROR}/pax-utils-${PV}.tar.bz2;md5sum=5f09df47a16e83462384b44b75310539" S = "${WORKDIR}/pax-utils-${PV}" +CPPFLAGS += "-D_GNU_SOURCE " + do_compile() { oe_runmake } -- 2.39.5