From 6c5e86faf07d37d5e85c4249e3bb52555e9d839b Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Tue, 7 Apr 2009 09:56:17 +0200 Subject: libssh: add libssh-native --- recipes/libssh/libssh-native_0.2.bb | 4 ++++ recipes/libssh/libssh_0.11.bb | 35 ----------------------------------- recipes/libssh/libssh_0.2.bb | 13 +++++++------ 3 files changed, 11 insertions(+), 41 deletions(-) create mode 100644 recipes/libssh/libssh-native_0.2.bb delete mode 100644 recipes/libssh/libssh_0.11.bb (limited to 'recipes') diff --git a/recipes/libssh/libssh-native_0.2.bb b/recipes/libssh/libssh-native_0.2.bb new file mode 100644 index 0000000000..289161d329 --- /dev/null +++ b/recipes/libssh/libssh-native_0.2.bb @@ -0,0 +1,4 @@ +require libssh_${PV}.bb +inherit native +DEPENDS = "" + diff --git a/recipes/libssh/libssh_0.11.bb b/recipes/libssh/libssh_0.11.bb deleted file mode 100644 index 833567ebb0..0000000000 --- a/recipes/libssh/libssh_0.11.bb +++ /dev/null @@ -1,35 +0,0 @@ -SECTION = "libs" -DESCRIPTION = "The SSH library is a C library to authenticate in a \ -simple manner to one or more SSH servers. The goal of this project \ -is to provide a library much simpler to use than OpenSSHs one. It \ -includes SFTP support, and a sample SSH client is provided." -DEPENDS = "openssl" -LICENSE = "LGPL" - -DEFAULT_PREFERENCE="-1" - -SRC_URI = "http://www.0xbadc0de.be/libssh/libssh-${PV}.tgz" - -inherit autotools - -EXTRA_OECONF = "--cache-file=${S}/config.cache" - -do_stage () { - set -x - install -d ${STAGING_INCDIR}/libssh - for i in crypto.h libssh.h sftp.h ssh2.h; do - install -m 0644 ${S}/include/libssh/$i ${STAGING_INCDIR}/libssh/ - done - oe_libinstall -so -C libssh libssh ${STAGING_LIBDIR} -} - -do_install () { - oe_runmake "prefix=${D}${prefix}" \ - "exec_prefix=${D}${exec_prefix}" \ - "bindir=${D}${bindir}" \ - "incldir=${D}${includedir}" \ - "infodir=${D}${infodir}" \ - "mandir=${D}${mandir}/man1" \ - "libdir=${D}${libdir}" \ - install -} diff --git a/recipes/libssh/libssh_0.2.bb b/recipes/libssh/libssh_0.2.bb index b776094018..fb0c4c300c 100644 --- a/recipes/libssh/libssh_0.2.bb +++ b/recipes/libssh/libssh_0.2.bb @@ -1,24 +1,25 @@ -# Released under the MIT license (see COPYING.MIT for the terms) - DESCRIPTION = "The SSH library is a C library to authenticate in a \ simple manner to one or more SSH servers. The goal of this project \ is to provide a library much simpler to use than OpenSSHs one. It \ includes SFTP support, and a sample SSH client is provided." - HOMEPAGE = "http://0xbadc0de.be/wiki/libssh:libssh" LICENSE = "LGPL" SECTION = "libs" DEPENDS = "openssl" -SRC_URI = "http://www.0xbadc0de.be/libssh/libssh-${PV}.tgz \ - file://libssh_libdir_fix.patch;patch=1 \ - " + +SRC_URI = "\ + http://www.0xbadc0de.be/libssh/libssh-${PV}.tgz \ + file://libssh_libdir_fix.patch;patch=1 \ +" inherit autotools EXTRA_OECONF = "--cache-file=${S}/config.cache" + do_compile () { oenote make "$@" make "$@" || die "oe_runmake failed" } + do_stage () { install -d ${STAGING_INCDIR}/libssh for i in crypto.h libssh.h sftp.h ssh2.h; do -- cgit v1.2.3 From 8658973a5624fc5af7d4a35b50adccad7d3bb0cc Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Tue, 7 Apr 2009 10:31:59 +0200 Subject: socat: catch up SRC_URI --- recipes/socat/files/ldflags.patch | 32 +++++++++++++++ recipes/socat/files/xioinitialize.patch | 52 +++++++++++++++++++++++++ recipes/socat/files/xioopen.patch | 11 ++++++ recipes/socat/socat-1.3.2.1/ldflags.patch | 32 --------------- recipes/socat/socat-1.3.2.1/xioinitialize.patch | 52 ------------------------- recipes/socat/socat-1.3.2.1/xioopen.patch | 11 ------ recipes/socat/socat_1.3.2.1.bb | 3 +- 7 files changed, 96 insertions(+), 97 deletions(-) create mode 100644 recipes/socat/files/ldflags.patch create mode 100644 recipes/socat/files/xioinitialize.patch create mode 100644 recipes/socat/files/xioopen.patch delete mode 100644 recipes/socat/socat-1.3.2.1/ldflags.patch delete mode 100644 recipes/socat/socat-1.3.2.1/xioinitialize.patch delete mode 100644 recipes/socat/socat-1.3.2.1/xioopen.patch (limited to 'recipes') diff --git a/recipes/socat/files/ldflags.patch b/recipes/socat/files/ldflags.patch new file mode 100644 index 0000000000..6ab4681383 --- /dev/null +++ b/recipes/socat/files/ldflags.patch @@ -0,0 +1,32 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- socat-1.3/Makefile.in~ldflags ++++ socat-1.3/Makefile.in +@@ -33,6 +33,7 @@ + + + CFLAGS = @CFLAGS@ $(CCOPTS) $(DEFS) $(INCLS) ++LDFLAGS = @LDFLAGS@ + CLIBS = $(LIBS) + #CLIBS = $(LIBS) -lm -lefence + XIOSRCS = xioinitialize.c xiohelp.c xioparam.c xiodiag.c xioopen.c xioopts.c xiosigchld.c xioread.c xiowrite.c \ +@@ -78,13 +79,13 @@ + makedepend @SYSDEFS@ $(CFILES) + + socat: socat.o libxio.a +- $(CC) $(CFLAGS) -o $@ socat.o libxio.a $(CLIBS) ++ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ socat.o libxio.a $(CLIBS) + + procan: procan_main.o procan.o error.o sycls.o sysutils.o utils.o +- $(CC) $(CFLAGS) -o $@ procan_main.o procan.o error.o sycls.o sysutils.o utils.o $(CLIBS) ++ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ procan_main.o procan.o error.o sycls.o sysutils.o utils.o $(CLIBS) + + filan: filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o +- $(CC) $(CFLAGS) -o $@ filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o $(CLIBS) ++ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o $(CLIBS) + + libxio.a: $(XIOOBJS) $(UTLOBJS) + $(AR) r $@ $(XIOOBJS) $(UTLOBJS) diff --git a/recipes/socat/files/xioinitialize.patch b/recipes/socat/files/xioinitialize.patch new file mode 100644 index 0000000000..24e816cfd7 --- /dev/null +++ b/recipes/socat/files/xioinitialize.patch @@ -0,0 +1,52 @@ +diff -Naur socat-1.3/xioinitialize.c socat-1.3_patched/xioinitialize.c +--- socat-1.3/xioinitialize.c 2003-05-23 08:24:53.000000000 +0200 ++++ socat-1.3_patched/xioinitialize.c 2006-09-09 18:18:19.000000000 +0200 +@@ -19,48 +19,10 @@ + assert(O_WRONLY==1); + assert(O_RDWR==2); + +- /* some assertions about termios */ +-#if WITH_TERMIOS +-#ifdef CRDLY +- assert(3 << opt_crdly.arg3 == CRDLY); +-#endif +-#ifdef TABDLY +- assert(3 << opt_tabdly.arg3 == TABDLY); +-#endif +- assert(3 << opt_csize.arg3 == CSIZE); +- { +- union { +- struct termios termarg; +- tcflag_t flags[4]; +-#if HAVE_TERMIOS_ISPEED +- speed_t speeds[sizeof(struct termios)/sizeof(speed_t)]; +-#endif +- } tdata; +- tdata.termarg.c_iflag = 0x12345678; +- tdata.termarg.c_oflag = 0x23456789; +- tdata.termarg.c_cflag = 0x3456789a; +- tdata.termarg.c_lflag = 0x456789ab; +- assert(tdata.termarg.c_iflag == tdata.flags[0]); +- assert(tdata.termarg.c_oflag == tdata.flags[1]); +- assert(tdata.termarg.c_cflag == tdata.flags[2]); +- assert(tdata.termarg.c_lflag == tdata.flags[3]); +-#if HAVE_TERMIOS_ISPEED +- tdata.termarg.c_ispeed = 0x56789abc; +- tdata.termarg.c_ospeed = 0x6789abcd; +- assert(tdata.termarg.c_ispeed == tdata.speeds[ISPEED_OFFSET]); +- assert(tdata.termarg.c_ospeed == tdata.speeds[OSPEED_OFFSET]); +-#endif +- } +-#endif +- + /* these dependencies required in applyopts() for OFUNC_FCNTL */ + assert(F_GETFD == F_SETFD-1); + assert(F_GETFL == F_SETFL-1); + +- if (Atexit(xioexit) < 0) { +- Error("atexit(xioexit) failed"); +- return -1; +- } + xioinitialized = 1; + return 0; + } diff --git a/recipes/socat/files/xioopen.patch b/recipes/socat/files/xioopen.patch new file mode 100644 index 0000000000..456862653a --- /dev/null +++ b/recipes/socat/files/xioopen.patch @@ -0,0 +1,11 @@ +diff -Naur socat-1.3/xioopen.h socat-1.3_patched/xioopen.h +--- socat-1.3/xioopen.h 2003-02-15 15:26:22.000000000 +0100 ++++ socat-1.3_patched/xioopen.h 2006-09-05 10:49:15.000000000 +0200 +@@ -42,7 +42,6 @@ + extern const char *ddirection[]; + extern const char *filetypenames[]; + extern const struct addrname addressnames[]; +-extern const char *addressgroupnames[]; + extern const struct optname optionnames[]; + + extern int xioopen_makedual(xiofile_t *file); diff --git a/recipes/socat/socat-1.3.2.1/ldflags.patch b/recipes/socat/socat-1.3.2.1/ldflags.patch deleted file mode 100644 index 6ab4681383..0000000000 --- a/recipes/socat/socat-1.3.2.1/ldflags.patch +++ /dev/null @@ -1,32 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- socat-1.3/Makefile.in~ldflags -+++ socat-1.3/Makefile.in -@@ -33,6 +33,7 @@ - - - CFLAGS = @CFLAGS@ $(CCOPTS) $(DEFS) $(INCLS) -+LDFLAGS = @LDFLAGS@ - CLIBS = $(LIBS) - #CLIBS = $(LIBS) -lm -lefence - XIOSRCS = xioinitialize.c xiohelp.c xioparam.c xiodiag.c xioopen.c xioopts.c xiosigchld.c xioread.c xiowrite.c \ -@@ -78,13 +79,13 @@ - makedepend @SYSDEFS@ $(CFILES) - - socat: socat.o libxio.a -- $(CC) $(CFLAGS) -o $@ socat.o libxio.a $(CLIBS) -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ socat.o libxio.a $(CLIBS) - - procan: procan_main.o procan.o error.o sycls.o sysutils.o utils.o -- $(CC) $(CFLAGS) -o $@ procan_main.o procan.o error.o sycls.o sysutils.o utils.o $(CLIBS) -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ procan_main.o procan.o error.o sycls.o sysutils.o utils.o $(CLIBS) - - filan: filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o -- $(CC) $(CFLAGS) -o $@ filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o $(CLIBS) -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o $(CLIBS) - - libxio.a: $(XIOOBJS) $(UTLOBJS) - $(AR) r $@ $(XIOOBJS) $(UTLOBJS) diff --git a/recipes/socat/socat-1.3.2.1/xioinitialize.patch b/recipes/socat/socat-1.3.2.1/xioinitialize.patch deleted file mode 100644 index 24e816cfd7..0000000000 --- a/recipes/socat/socat-1.3.2.1/xioinitialize.patch +++ /dev/null @@ -1,52 +0,0 @@ -diff -Naur socat-1.3/xioinitialize.c socat-1.3_patched/xioinitialize.c ---- socat-1.3/xioinitialize.c 2003-05-23 08:24:53.000000000 +0200 -+++ socat-1.3_patched/xioinitialize.c 2006-09-09 18:18:19.000000000 +0200 -@@ -19,48 +19,10 @@ - assert(O_WRONLY==1); - assert(O_RDWR==2); - -- /* some assertions about termios */ --#if WITH_TERMIOS --#ifdef CRDLY -- assert(3 << opt_crdly.arg3 == CRDLY); --#endif --#ifdef TABDLY -- assert(3 << opt_tabdly.arg3 == TABDLY); --#endif -- assert(3 << opt_csize.arg3 == CSIZE); -- { -- union { -- struct termios termarg; -- tcflag_t flags[4]; --#if HAVE_TERMIOS_ISPEED -- speed_t speeds[sizeof(struct termios)/sizeof(speed_t)]; --#endif -- } tdata; -- tdata.termarg.c_iflag = 0x12345678; -- tdata.termarg.c_oflag = 0x23456789; -- tdata.termarg.c_cflag = 0x3456789a; -- tdata.termarg.c_lflag = 0x456789ab; -- assert(tdata.termarg.c_iflag == tdata.flags[0]); -- assert(tdata.termarg.c_oflag == tdata.flags[1]); -- assert(tdata.termarg.c_cflag == tdata.flags[2]); -- assert(tdata.termarg.c_lflag == tdata.flags[3]); --#if HAVE_TERMIOS_ISPEED -- tdata.termarg.c_ispeed = 0x56789abc; -- tdata.termarg.c_ospeed = 0x6789abcd; -- assert(tdata.termarg.c_ispeed == tdata.speeds[ISPEED_OFFSET]); -- assert(tdata.termarg.c_ospeed == tdata.speeds[OSPEED_OFFSET]); --#endif -- } --#endif -- - /* these dependencies required in applyopts() for OFUNC_FCNTL */ - assert(F_GETFD == F_SETFD-1); - assert(F_GETFL == F_SETFL-1); - -- if (Atexit(xioexit) < 0) { -- Error("atexit(xioexit) failed"); -- return -1; -- } - xioinitialized = 1; - return 0; - } diff --git a/recipes/socat/socat-1.3.2.1/xioopen.patch b/recipes/socat/socat-1.3.2.1/xioopen.patch deleted file mode 100644 index 456862653a..0000000000 --- a/recipes/socat/socat-1.3.2.1/xioopen.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur socat-1.3/xioopen.h socat-1.3_patched/xioopen.h ---- socat-1.3/xioopen.h 2003-02-15 15:26:22.000000000 +0100 -+++ socat-1.3_patched/xioopen.h 2006-09-05 10:49:15.000000000 +0200 -@@ -42,7 +42,6 @@ - extern const char *ddirection[]; - extern const char *filetypenames[]; - extern const struct addrname addressnames[]; --extern const char *addressgroupnames[]; - extern const struct optname optionnames[]; - - extern int xioopen_makedual(xiofile_t *file); diff --git a/recipes/socat/socat_1.3.2.1.bb b/recipes/socat/socat_1.3.2.1.bb index 612987858b..c30fb7a0ec 100644 --- a/recipes/socat/socat_1.3.2.1.bb +++ b/recipes/socat/socat_1.3.2.1.bb @@ -5,11 +5,10 @@ transfer between two independent data channels." LICENSE = "GPL" PR = "r1" -SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \ +SRC_URI = "http://www.dest-unreach.org/socat/download/Archive/socat-${PV}.tar.bz2 \ file://xioopen.patch;patch=1 \ file://ldflags.patch;patch=1 \ file://xioinitialize.patch;patch=1" - S = "${WORKDIR}/socat-1.3" inherit autotools -- cgit v1.2.3 From b4c72a2368bd3939ca79bfda13bac01d8ea5fbcb Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Tue, 7 Apr 2009 10:41:22 +0200 Subject: gabriel[-native]: new recipe; proxy for remote dbus access --- recipes/gabriel/gabriel-native_svn.bb | 13 +++++++++++++ recipes/gabriel/gabriel_svn.bb | 14 ++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 recipes/gabriel/gabriel-native_svn.bb create mode 100644 recipes/gabriel/gabriel_svn.bb (limited to 'recipes') diff --git a/recipes/gabriel/gabriel-native_svn.bb b/recipes/gabriel/gabriel-native_svn.bb new file mode 100644 index 0000000000..a98abb028e --- /dev/null +++ b/recipes/gabriel/gabriel-native_svn.bb @@ -0,0 +1,13 @@ +require gabriel_svn.bb +inherit native +DEPENDS = "libssh-native glib-2.0-native dbus-native dbus-glib-native" + +do_deploy() { + install -d ${DEPLOY_DIR_TOOLS} + install -m 0755 src/gabriel ${DEPLOY_DIR_TOOLS}/gabriel-${PV} + rm -f ${DEPLOY_DIR_TOOLS}/gabriel + ln -sf ./gabriel-${PV} ${DEPLOY_DIR_TOOLS}/gabriel +} + + +addtask deploy before do_package after do_install diff --git a/recipes/gabriel/gabriel_svn.bb b/recipes/gabriel/gabriel_svn.bb new file mode 100644 index 0000000000..1449311f90 --- /dev/null +++ b/recipes/gabriel/gabriel_svn.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Gabriel is a small utility to enable D-Bus clients to connect to a D-Bus \ +daemon running on a remote machine, through SSH. In simple words, gabriel is a proxy for \ +a dbus daemon running on a remote machine." +LICENSE = "GPL" +DEPENDS = "libssh glib-2.0 dbus glib-dbus" +SECTION = "console/network" +PV = "0.0.0+svnr${SRCREV}" + +SRC_URI = "svn://gabriel.svn.sourceforge.net/svnroot/gabriel;module=gabriel;proto=https" +S = "${WORKDIR}/gabriel" + +inherit autotools_stage + +RDEPENDS = "socat" -- cgit v1.2.3 From 6fb6092676258bfe43456d18f2462d8acc95c546 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Tue, 7 Apr 2009 10:43:50 +0200 Subject: task-cli-tools: add socat --- recipes/tasks/task-cli-tools.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes') diff --git a/recipes/tasks/task-cli-tools.bb b/recipes/tasks/task-cli-tools.bb index 889cd77384..e05fa398b7 100644 --- a/recipes/tasks/task-cli-tools.bb +++ b/recipes/tasks/task-cli-tools.bb @@ -2,7 +2,7 @@ DESCRIPTION = "A set of command line tools, python tools-based tools, debug tool SECTION = "console" LICENSE = "MIT" PV = "1.0" -PR = "r6" +PR = "r7" inherit task @@ -18,6 +18,7 @@ RDEPENDS_${PN} = "\ nfs-utils-client \ powertop \ screen \ + socat \ sysstat \ tcpdump \ " -- cgit v1.2.3 From 1157bf509ea5ed00e1d4e3b048dc1489b67c227a Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Tue, 7 Apr 2009 11:20:01 +0200 Subject: vala-native: bump to 0.6.0 and make git version the default; we need a bootstrap version now though. --- recipes/vala/vala-bootstrap-native_0.6.0.bb | 4 ++++ recipes/vala/vala-native_0.5.7.bb | 10 ---------- recipes/vala/vala-native_git.bb | 18 +++++++----------- recipes/vala/vala_0.5.7.bb | 2 -- recipes/vala/vala_0.6.0.bb | 2 ++ 5 files changed, 13 insertions(+), 23 deletions(-) create mode 100644 recipes/vala/vala-bootstrap-native_0.6.0.bb delete mode 100644 recipes/vala/vala-native_0.5.7.bb delete mode 100644 recipes/vala/vala_0.5.7.bb create mode 100644 recipes/vala/vala_0.6.0.bb (limited to 'recipes') diff --git a/recipes/vala/vala-bootstrap-native_0.6.0.bb b/recipes/vala/vala-bootstrap-native_0.6.0.bb new file mode 100644 index 0000000000..bc99ebf0a6 --- /dev/null +++ b/recipes/vala/vala-bootstrap-native_0.6.0.bb @@ -0,0 +1,4 @@ +require vala_${PV}.bb + +inherit native +DEPENDS = "glib-2.0-native" diff --git a/recipes/vala/vala-native_0.5.7.bb b/recipes/vala/vala-native_0.5.7.bb deleted file mode 100644 index 735c93f3f6..0000000000 --- a/recipes/vala/vala-native_0.5.7.bb +++ /dev/null @@ -1,10 +0,0 @@ -require vala_${PV}.bb - -inherit native -DEPENDS = "glib-2.0-native" - -# work around timestamp problem in tarball -do_compile_prepend() { - touch gobject/gobject.vala.stamp -} - diff --git a/recipes/vala/vala-native_git.bb b/recipes/vala/vala-native_git.bb index 66abd5e292..545849b9d3 100644 --- a/recipes/vala/vala-native_git.bb +++ b/recipes/vala/vala-native_git.bb @@ -1,17 +1,13 @@ -require vala_0.5.7.bb -# vala from git always needs the latest released version to compile itself -DEPENDS = "vala-native" - -SRCREV = "e7462e3ed00b75c16c11c27f6d8a640c7f35fafc" -PV := "0.5.7+0.5.8pre02-gitr${SRCREV}" +require vala.inc +inherit native -DEFAULT_PREFERENCE = "-1" +DEPENDS = "glib-2.0-native" +# vala from git always needs the latest released version to compile itself +DEPENDS += "vala-bootstrap-native" +PV = "0.6.0-fso1-gitr${SRCREV}" SRC_URI = "\ - ${FREESMARTPHONE_GIT}/vala;protocol=git;branch=master \ + ${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=mickey/0.6/posix \ file://static-dbus-methods.patch;patch=1 \ " S = "${WORKDIR}/git" - -inherit native -DEPENDS = "glib-2.0-native" diff --git a/recipes/vala/vala_0.5.7.bb b/recipes/vala/vala_0.5.7.bb deleted file mode 100644 index 7b2b4e293c..0000000000 --- a/recipes/vala/vala_0.5.7.bb +++ /dev/null @@ -1,2 +0,0 @@ -require vala.inc -PR = "r2" diff --git a/recipes/vala/vala_0.6.0.bb b/recipes/vala/vala_0.6.0.bb new file mode 100644 index 0000000000..7b2b4e293c --- /dev/null +++ b/recipes/vala/vala_0.6.0.bb @@ -0,0 +1,2 @@ +require vala.inc +PR = "r2" -- cgit v1.2.3 From f2b04954af1a03f682ec6d46e550dcbfebb12aa6 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 7 Apr 2009 11:42:58 +0200 Subject: systray: as the name implies, a systray module for e17 --- recipes/e17/systray_svn.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/e17/systray_svn.bb (limited to 'recipes') diff --git a/recipes/e17/systray_svn.bb b/recipes/e17/systray_svn.bb new file mode 100644 index 0000000000..3c0a8c7e71 --- /dev/null +++ b/recipes/e17/systray_svn.bb @@ -0,0 +1,8 @@ +LICENSE = "MIT" +PV = "0.0.1+svnr${SRCREV}" + +require e-module.inc + + + + -- cgit v1.2.3 From e7f45a4a42650380405c2eefca76d72068d8e2b0 Mon Sep 17 00:00:00 2001 From: Raffaele Recalcati Date: Tue, 7 Apr 2009 12:23:07 +0200 Subject: linux-omap: add modeline for 720p60 to .28 and .29 --- recipes/linux/linux-omap-2.6.28/modedb-hd720.patch | 13 +++++++++++++ recipes/linux/linux-omap-2.6.29/modedb-hd720.patch | 13 +++++++++++++ recipes/linux/linux-omap_2.6.28.bb | 1 + recipes/linux/linux-omap_2.6.29.bb | 1 + 4 files changed, 28 insertions(+) create mode 100644 recipes/linux/linux-omap-2.6.28/modedb-hd720.patch create mode 100644 recipes/linux/linux-omap-2.6.29/modedb-hd720.patch (limited to 'recipes') diff --git a/recipes/linux/linux-omap-2.6.28/modedb-hd720.patch b/recipes/linux/linux-omap-2.6.28/modedb-hd720.patch new file mode 100644 index 0000000000..d778423d1b --- /dev/null +++ b/recipes/linux/linux-omap-2.6.28/modedb-hd720.patch @@ -0,0 +1,13 @@ +--- orig/drivers/video/modedb.c.orig 2009-04-07 11:40:10.000000000 +0200 ++++ git/drivers/video/modedb.c 2009-04-07 10:35:29.000000000 +0200 +@@ -44,6 +44,10 @@ + NULL, 60, 640, 480, 39721, 40, 24, 32, 11, 96, 2, + 0, FB_VMODE_NONINTERLACED + }, { ++ /* 1280x720 @ 60 Hz, 45 kHz hsync, CEA 681-D Format 4 */ ++ "hd720", 60, 1280, 720, 13468, 220, 110, 19, 6, 40, 5, ++ 0, FB_VMODE_NONINTERLACED ++ }, { + /* 800x600 @ 56 Hz, 35.15 kHz hsync */ + NULL, 56, 800, 600, 27777, 128, 24, 22, 1, 72, 2, + 0, FB_VMODE_NONINTERLACED diff --git a/recipes/linux/linux-omap-2.6.29/modedb-hd720.patch b/recipes/linux/linux-omap-2.6.29/modedb-hd720.patch new file mode 100644 index 0000000000..d778423d1b --- /dev/null +++ b/recipes/linux/linux-omap-2.6.29/modedb-hd720.patch @@ -0,0 +1,13 @@ +--- orig/drivers/video/modedb.c.orig 2009-04-07 11:40:10.000000000 +0200 ++++ git/drivers/video/modedb.c 2009-04-07 10:35:29.000000000 +0200 +@@ -44,6 +44,10 @@ + NULL, 60, 640, 480, 39721, 40, 24, 32, 11, 96, 2, + 0, FB_VMODE_NONINTERLACED + }, { ++ /* 1280x720 @ 60 Hz, 45 kHz hsync, CEA 681-D Format 4 */ ++ "hd720", 60, 1280, 720, 13468, 220, 110, 19, 6, 40, 5, ++ 0, FB_VMODE_NONINTERLACED ++ }, { + /* 800x600 @ 56 Hz, 35.15 kHz hsync */ + NULL, 56, 800, 600, 27777, 128, 24, 22, 1, 72, 2, + 0, FB_VMODE_NONINTERLACED diff --git a/recipes/linux/linux-omap_2.6.28.bb b/recipes/linux/linux-omap_2.6.28.bb index 92de11eb9b..fe586e0f12 100644 --- a/recipes/linux/linux-omap_2.6.28.bb +++ b/recipes/linux/linux-omap_2.6.28.bb @@ -53,6 +53,7 @@ SRC_URI_append = " \ file://ioremap-fix.patch;patch=1 \ file://0124-leds-gpio-broken-with-current-git.patch;patch=1 \ file://mmctiming.patch;patch=1 \ + file://modedb-hd720.patch;patch=1 \ " diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb index bb7f2a416b..0948e46060 100644 --- a/recipes/linux/linux-omap_2.6.29.bb +++ b/recipes/linux/linux-omap_2.6.29.bb @@ -101,6 +101,7 @@ SRC_URI_append = " \ # file://isp/standalone/0001-Resizer-and-Previewer-driver-added-to-commit.patch;patch=1 \ # file://isp/standalone/0002-Resizer-bug-fixes-on-top-of-1.0.2-release.patch;patch=1 \ file://0124-leds-gpio-broken-with-current-git.patch;patch=1 \ + file://modedb-hd720.patch;patch=1 \ " -- cgit v1.2.3