diff options
author | Joel A Fernandes <joelagnel@ti.com> | 2011-09-07 05:54:09 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-07 08:07:06 +0200 |
commit | cdff22f41acca435f909cc4f564e254daf8bff9e (patch) | |
tree | 3084a7c0563368f109feba708dded20316830601 | |
parent | e3a22314ef114bb4dd854916629fc60ae423b327 (diff) | |
download | meta-openembedded-cdff22f41acca435f909cc4f564e254daf8bff9e.tar.gz |
xpext: Imported from OE classic
Dropped PR
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-multimedia/xpext/xpext/auxdir.patch | 13 | ||||
-rw-r--r-- | meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb | 22 |
2 files changed, 35 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/xpext/xpext/auxdir.patch b/meta-oe/recipes-multimedia/xpext/xpext/auxdir.patch new file mode 100644 index 000000000..da5841a13 --- /dev/null +++ b/meta-oe/recipes-multimedia/xpext/xpext/auxdir.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | --- configure.ac.old 2005-06-03 12:53:28.000000000 +0200 | ||
2 | +++ configure.ac 2005-06-03 12:54:29.000000000 +0200 | ||
3 | @@ -25,9 +25,9 @@ | ||
4 | |||
5 | AC_PREREQ([2.57]) | ||
6 | AC_INIT([spext], [1.0], [lauri.leukkunen@nokia.com], spext) | ||
7 | +AC_CONFIG_AUX_DIR(.) | ||
8 | AM_INIT_AUTOMAKE([dist-bzip2]) | ||
9 | AM_MAINTAINER_MODE | ||
10 | -AC_CONFIG_AUX_DIR(.) | ||
11 | |||
12 | dnl PKG_CHECK_MODULES(FIXESEXT, fixesext) | ||
13 | |||
diff --git a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb new file mode 100644 index 000000000..c53f84576 --- /dev/null +++ b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | LICENSE= "MIT" | ||
2 | DESCRIPTION = "X Server Nokia 770 extensions library" | ||
3 | SECTION = "x11/libs" | ||
4 | PRIORITY = "optional" | ||
5 | DEPENDS = "virtual/libx11 libxext" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=db043791349ba57ad1169e1c92477cb6" | ||
8 | |||
9 | SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${PN}/${PN}_${PV}.tar.gz \ | ||
10 | file://auxdir.patch;striplevel=0" | ||
11 | S = "${WORKDIR}/xpext-1.0" | ||
12 | |||
13 | inherit autotools pkgconfig | ||
14 | |||
15 | do_configure_prepend () { | ||
16 | cd ${S} | ||
17 | chmod +x ./autogen.sh | ||
18 | ./autogen.sh | ||
19 | } | ||
20 | |||
21 | SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896" | ||
22 | SRC_URI[sha256sum] = "a3b06f5188fd9effd0799ae31352b3cd65cb913b964e2c1a923ffa9d3c08abbe" | ||