diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-12 11:17:28 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-12 11:17:28 +0100 |
commit | 9ca33390ef79332f5611a80fb4ea2bf62a721b61 (patch) | |
tree | 93dd59bffd5f6e44f400a214140ee7ac16177007 /recipes | |
parent | 179dc9a499f3ec468c818a0f159432913bdaeee2 (diff) | |
parent | e0977a85cb7eb9cf37fb9bb44a465368a0481dd7 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-app/xterm_243.bb | 28 | ||||
-rw-r--r-- | recipes/xorg-app/xterm_251.bb | 28 |
2 files changed, 56 insertions, 0 deletions
diff --git a/recipes/xorg-app/xterm_243.bb b/recipes/xorg-app/xterm_243.bb new file mode 100644 index 0000000000..5764da39fe --- /dev/null +++ b/recipes/xorg-app/xterm_243.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "xterm is the standard terminal emulator for the X Window System." +SECTION = "x11/applications" +LICENSE = "MIT-X" + +DEPENDS = "libxaw xproto virtual/libx11 xextproto xext xau libxpm ncurses" + +SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz" + +inherit autotools pkgconfig + +FILES_${PN} += " /usr/lib/X11" + +#EXTRA_OERECONF = " -I${S}/xterm.m4" +EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config --disable-imake" + +#do_configure_prepend () { +# mv ${S}/aclocal.m4 ${S}/xterm.m4 +#} +do_configure() { + + sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure + + oe_runconf +} + +do_stage() { + autotools_stage_all +} diff --git a/recipes/xorg-app/xterm_251.bb b/recipes/xorg-app/xterm_251.bb new file mode 100644 index 0000000000..5764da39fe --- /dev/null +++ b/recipes/xorg-app/xterm_251.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "xterm is the standard terminal emulator for the X Window System." +SECTION = "x11/applications" +LICENSE = "MIT-X" + +DEPENDS = "libxaw xproto virtual/libx11 xextproto xext xau libxpm ncurses" + +SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz" + +inherit autotools pkgconfig + +FILES_${PN} += " /usr/lib/X11" + +#EXTRA_OERECONF = " -I${S}/xterm.m4" +EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config --disable-imake" + +#do_configure_prepend () { +# mv ${S}/aclocal.m4 ${S}/xterm.m4 +#} +do_configure() { + + sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure + + oe_runconf +} + +do_stage() { + autotools_stage_all +} |