Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] udisks: add checksums for udisks-1.0.2
@ 2011-08-17 12:08 Dmitry Eremin-Solenikov
  2011-08-17 12:08 ` [PATCH 2/3] meta-efl/screenshot: add LIC_FILES_CHKSUM Dmitry Eremin-Solenikov
  2011-08-17 12:08 ` [PATCH 3/3] meta-efl/screenshot: fix building with current gettext/auto* Dmitry Eremin-Solenikov
  0 siblings, 2 replies; 3+ messages in thread
From: Dmitry Eremin-Solenikov @ 2011-08-17 12:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Dmitry Eremin-Solenikov

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
---
 meta-oe/recipes-support/udisks/udisks_1.0.2.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-support/udisks/udisks_1.0.2.bb b/meta-oe/recipes-support/udisks/udisks_1.0.2.bb
index aafeca7..5fe8e36 100644
--- a/meta-oe/recipes-support/udisks/udisks_1.0.2.bb
+++ b/meta-oe/recipes-support/udisks/udisks_1.0.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=73d83aebe7e4b62346afde80e0e94273"
 DEPENDS = "libatasmart sg3-utils polkit udev dbus-glib glib-2.0"
 # optional dependencies: device-mapper parted
 
-SRC_URI = "http://hal.freedesktop.org/releases/${BPN}-${PV}.tar.gz \
+SRC_URI = "http://hal.freedesktop.org/releases/${BPN}-${PV}.tar.gz;name=${BPN} \
            file://optional-depends.patch"
 
 inherit autotools
@@ -19,4 +19,6 @@ FILES_${PN} += "${libdir}/polkit-1/extensions/*.so \
 FILES_${PN}-dbg += "${base_libdir}/udev/.debug"
 
 
+SRC_URI[udisks.md5sum] = "f630eefa51b95d6485eb3246bc1bea9a"
+SRC_URI[udisks.sha256sum] = "7dc1a150a6a31b2727144603fa5a8f9852696fc5bdc4a11917b9b0f1b8e3dcf1"
 
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/3] meta-efl/screenshot: add LIC_FILES_CHKSUM
  2011-08-17 12:08 [PATCH 1/3] udisks: add checksums for udisks-1.0.2 Dmitry Eremin-Solenikov
@ 2011-08-17 12:08 ` Dmitry Eremin-Solenikov
  2011-08-17 12:08 ` [PATCH 3/3] meta-efl/screenshot: fix building with current gettext/auto* Dmitry Eremin-Solenikov
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Eremin-Solenikov @ 2011-08-17 12:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Dmitry Eremin-Solenikov

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
---
 meta-efl/recipes-efl/e17/screenshot_svn.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/screenshot_svn.bb b/meta-efl/recipes-efl/e17/screenshot_svn.bb
index 0cd0d8b..a3678e6 100644
--- a/meta-efl/recipes-efl/e17/screenshot_svn.bb
+++ b/meta-efl/recipes-efl/e17/screenshot_svn.bb
@@ -1,6 +1,7 @@
 LICENSE = "MIT"
 PV = "0.3.0+svnr${SRCREV}"
 PR = "${INC_PR}.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
 
 require e-module.inc
 
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 3/3] meta-efl/screenshot: fix building with current gettext/auto*
  2011-08-17 12:08 [PATCH 1/3] udisks: add checksums for udisks-1.0.2 Dmitry Eremin-Solenikov
  2011-08-17 12:08 ` [PATCH 2/3] meta-efl/screenshot: add LIC_FILES_CHKSUM Dmitry Eremin-Solenikov
@ 2011-08-17 12:08 ` Dmitry Eremin-Solenikov
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Eremin-Solenikov @ 2011-08-17 12:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Dmitry Eremin-Solenikov

Current auto*/gettext stopped substituting @MKINSTALLDIRS@ variable
which is necessary in screenshot/po/Makefile. Fix that by calling
AM_MKINSTALLDIRS manually.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
---
 .../screenshot/screenshot-fix-mkinstalldirs.patch  |   23 ++++++++++++++++++++
 meta-efl/recipes-efl/e17/screenshot_svn.bb         |    1 +
 2 files changed, 24 insertions(+), 0 deletions(-)
 create mode 100644 meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch

diff --git a/meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch b/meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch
new file mode 100644
index 0000000..14f1141
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch
@@ -0,0 +1,23 @@
+From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
+Subject: fix screenshot po/ building
+Upstream-Status: Pending
+
+Somehow configure doesn't substitute @MKINSTALLDIRS@ by default anymore,
+however this substitution is required for po/Makefile
+
+Fix that by calling AM_MKINSTALLDIRS from configure.ac
+
+Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
+
+Index: E-MODULES-EXTRA/screenshot/configure.ac
+===================================================================
+--- E-MODULES-EXTRA.orig/screenshot/configure.ac	2011-08-17 15:49:22.000000000 +0400
++++ E-MODULES-EXTRA/screenshot/configure.ac	2011-08-17 15:49:34.000000000 +0400
+@@ -24,6 +24,7 @@
+ define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
+ AC_PROG_LIBTOOL
+ 
++AM_MKINSTALLDIRS
+ m4_ifdef([AM_GNU_GETTEXT_VERSION], [
+ AM_GNU_GETTEXT_VERSION([0.14])
+ ])
diff --git a/meta-efl/recipes-efl/e17/screenshot_svn.bb b/meta-efl/recipes-efl/e17/screenshot_svn.bb
index a3678e6..465ffcf 100644
--- a/meta-efl/recipes-efl/e17/screenshot_svn.bb
+++ b/meta-efl/recipes-efl/e17/screenshot_svn.bb
@@ -2,6 +2,7 @@ LICENSE = "MIT"
 PV = "0.3.0+svnr${SRCREV}"
 PR = "${INC_PR}.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
+SRC_URI += "file://screenshot-fix-mkinstalldirs.patch"
 
 require e-module.inc
 
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-17 12:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-17 12:08 [PATCH 1/3] udisks: add checksums for udisks-1.0.2 Dmitry Eremin-Solenikov
2011-08-17 12:08 ` [PATCH 2/3] meta-efl/screenshot: add LIC_FILES_CHKSUM Dmitry Eremin-Solenikov
2011-08-17 12:08 ` [PATCH 3/3] meta-efl/screenshot: fix building with current gettext/auto* Dmitry Eremin-Solenikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox