summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer_e1@hotmail.com>2006-11-21 11:53:58 +0000
committerKristoffer Ericson <kristoffer_e1@hotmail.com>2006-11-21 11:53:58 +0000
commite9027a657b6600a3d7deb565d33cfb49fdc5976c (patch)
treee3972e533200ea29fca41187d6ffde2a1d3a4869 /packages
parentd01cfe7cc36edc50e639f6b4964dd8064bc60817 (diff)
parentf617134fa25fae3e79a9c112653f94b29516a7da (diff)
merge of 3fde30892ae18b3f22391525a8649d85af536c63
and a8306ea87c57c9a70c96207e04d6adee01ddb94e
Diffstat (limited to 'packages')
-rw-r--r--packages/glibc/glibc_2.3.5+cvs20050627.bb3
-rw-r--r--packages/parted/parted_1.8.0.bb17
2 files changed, 20 insertions, 0 deletions
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 ?= ""
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
+}