[oe-commits] Richard Purdie : hplip: Use "foreign" automake strictness and autotools-brokensep

git at git.openembedded.org git at git.openembedded.org
Fri Jul 18 09:11:59 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 2574cffa01f50737b512c1e1f0dd2c1478bae4a0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2574cffa01f50737b512c1e1f0dd2c1478bae4a0

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Jul 18 08:09:24 2014 +0000

hplip: Use "foreign" automake strictness and autotools-brokensep

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../recipes-extended/hplip/hplip-3.12.6/configure.patch    | 14 ++++++++++++++
 meta-oe/recipes-extended/hplip/hplip_3.12.6.bb             |  3 ++-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/hplip/hplip-3.12.6/configure.patch b/meta-oe/recipes-extended/hplip/hplip-3.12.6/configure.patch
new file mode 100644
index 0000000..31c005c
--- /dev/null
+++ b/meta-oe/recipes-extended/hplip/hplip-3.12.6/configure.patch
@@ -0,0 +1,14 @@
+Index: hplip-3.12.6/configure.in
+===================================================================
+--- hplip-3.12.6.orig/configure.in	2014-07-16 20:03:51.310044196 +0000
++++ hplip-3.12.6/configure.in	2014-07-18 07:53:31.589559192 +0000
+@@ -27,8 +27,7 @@
+ 
+ #AC_PREREQ(2.59)
+ AC_INIT([HP Linux Imaging and Printing], [3.12.6], [3.12.6], [hplip])
+-#AM_INIT_AUTOMAKE([1.9 foreign])
+-AM_INIT_AUTOMAKE
++AM_INIT_AUTOMAKE([1.9 foreign])
+ AC_DISABLE_STATIC
+ 
+ # Checks for programs.
diff --git a/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb b/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb
index 95b6cab..fc5ef18 100644
--- a/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb
+++ b/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb
@@ -8,11 +8,12 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz \
            file://setup-add-sleep-after-cups-reset.patch \
            file://fix-libusb-paths.patch \
            file://cups-1.6.patch \
+           file://configure.patch \
 "
 
 DEPENDS += "cups python libusb"
 
-inherit autotools python-dir pythonnative pkgconfig
+inherit autotools-brokensep python-dir pythonnative pkgconfig
 
 export BUILD_SYS
 export HOST_SYS



More information about the Openembedded-commits mailing list