From ad308a4c9dd05b3904fc9a130ffbc5e53c42e39f Mon Sep 17 00:00:00 2001 From: Kristoffer Ericson Date: Mon, 20 Nov 2006 23:49:54 +0000 Subject: parted/parted_1.8.0.bb : Addition of new parted version * Since the last parted version in OE was quite old ( > 7months) its time for a new version. --- packages/parted/parted_1.8.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/parted/parted_1.8.0.bb (limited to 'packages') diff --git a/packages/parted/parted_1.8.0.bb b/packages/parted/parted_1.8.0.bb new file mode 100644 index 0000000000..8681055855 --- /dev/null +++ b/packages/parted/parted_1.8.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "parted, the GNU partition resizing program" +HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" +LICENSE = "GPLv2" +SECTION = "console/tools" +DEPENDS = "readline e2fsprogs-libs" +PR = "r0" + +SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz" + +EXTRA_OECONF = "--disable-Werror" +#export CFLAGS = "-mstructure-size-boundary=8" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} -- cgit v1.2.3 From c562e05249f3b2c88521ba63a34f693f29bfc1e9 Mon Sep 17 00:00:00 2001 From: Kristoffer Ericson Date: Tue, 21 Nov 2006 11:51:45 +0000 Subject: glibc/glibc_2.3.5+cvs20050627: Setting Default_preference_sh3 = "-1" * Doesnt build for sh3, so lets not use it --- packages/glibc/glibc_2.3.5+cvs20050627.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages') diff --git a/packages/glibc/glibc_2.3.5+cvs20050627.bb b/packages/glibc/glibc_2.3.5+cvs20050627.bb index db0a955f07..918fa810d8 100644 --- a/packages/glibc/glibc_2.3.5+cvs20050627.bb +++ b/packages/glibc/glibc_2.3.5+cvs20050627.bb @@ -8,6 +8,9 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5" SRCDATE = "20050627" PR = "r12" +#Doesnt build for sh3 +DEFAULT_PREFERENCE_sh3="-1" + GLIBC_ADDONS ?= "ports,linuxthreads" GLIBC_EXTRA_OECONF ?= "" -- cgit v1.2.3