aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/proxy-libintl
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-05-02 22:49:36 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-05-17 22:11:15 +0200
commit2a1c9e1ee5eb8067592d26100b563dd2ae7be00d (patch)
tree8243c023c82c084b614e287d1e95f57f6bf8e944 /recipes/proxy-libintl
parentb167a9a9e55a7a493a7ee565cec9c7dd463362ff (diff)
downloadopenembedded-2a1c9e1ee5eb8067592d26100b563dd2ae7be00d.tar.gz
ulibc: bump git to version 71d63ed75648da9b0b71afabb9c60aaad792c55c and add some features
* enable backtrace support and put libubacktrace into own package, needed by firefox * added one patch from Timo Teräs to implement RTLD_NO, needed by openjdk * added one patch from Timo Teräs implement ORIGIN_PATH, needed by openjdk * remove fts-support.patch, because is applied upstream * bump PR
Diffstat (limited to 'recipes/proxy-libintl')
-rw-r--r--recipes/proxy-libintl/proxy-libintl_20080418.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/proxy-libintl/proxy-libintl_20080418.bb b/recipes/proxy-libintl/proxy-libintl_20080418.bb
index f15afbf955..fe998e2ae9 100644
--- a/recipes/proxy-libintl/proxy-libintl_20080418.bb
+++ b/recipes/proxy-libintl/proxy-libintl_20080418.bb
@@ -6,8 +6,11 @@ LICENSE = "LGPL"
PR = "r7"
PROVIDES = "virtual/libintl"
+BBCLASSEXTEND = "native"
+NATIVE_INSTALL_WORKS = "1"
+
SRC_URI = " \
- http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${PN}-${PV}.zip \
+ http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/proxy-libintl-${PV}.zip \
file://stub-only.patch \
file://create-as-shared-lib.patch \
file://soname.patch \