aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-09-03 18:34:18 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-03 16:38:52 +0100
commitfb781bee39e312eef1d89c2d7f5ab27e8da1ee32 (patch)
treea8c68a3d3aec6531fd36db014ba9c795ddcab992 /meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb
parent6341ff0ba66f690e28a3b1def90db50a8a8b497d (diff)
downloadopenembedded-core-fb781bee39e312eef1d89c2d7f5ab27e8da1ee32.tar.gz
remake: update to 4.1+dbg-1.1
remake-remove-errors-about-colophon-and-cygnus-comma.patch has been merged upstream inherit pkgconfig has been added because m4 macros defined by pkgconfig are now used in configure.ac Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb')
-rw-r--r--meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb b/meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb
new file mode 100644
index 0000000000..c61913d056
--- /dev/null
+++ b/meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb
@@ -0,0 +1,27 @@
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+ file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+ file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
+require remake.inc
+
+SRC_URI += "file://version-remake.texi.patch \
+ "
+SRCREV = "cf54641d50a0165bb17622b3e9770f426ccbc561"
+S = "${WORKDIR}/git"
+
+DEPENDS += "readline guile"
+# Need to add "gettext-native" dependency to remake-native.
+# By default only "gettext-minimal-native" is added
+# when inherit gettext.
+DEPENDS_class-native += "gettext-native"
+PROVIDES += "make"
+
+do_configure_prepend() {
+ # remove the default LINGUAS since we are not going to generate languages
+ rm ${S}/po/LINGUAS
+ touch ${S}/po/LINGUAS
+ # create config.rpath which required by configure.ac
+ ( cd ${S}; autopoint || touch config.rpath )
+}
+
+BBCLASSEXTEND = "native"