aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libuser
AgeCommit message (Expand)Author
2014-06-03recipes: Add missing pkgconfig class inheritsRichard Purdie
2013-10-30libuser: upgrade to 0.60Cristian Iorga
2013-10-30recipes: Remove PR = r0 from all recipesRichard Purdie
2013-07-27libuser: Updated from 0.58 to 0.59Ionut Radu
2013-03-23libuser: Use abs_srcdir instead of srcdirKhem Raj
2013-03-21libuser: Fix case where ${B} != ${S}Richard Purdie
2012-12-31libuser: upgrade to 0.58Constantin Musca
2012-12-11libuser: enable python supportKang Kai
2012-06-19PR bumps for PACKAGES reorderSaul Wold
2011-04-04libuser_0.57.1.bb: inherit gettext class instead of adding gettext to DEPENDS...Khem Raj
2011-03-01libuser: enable documentationScott Garman
2011-01-28libuser: Upgrade from 0.56.18 to 0.57.1Zhai Edwin
2010-12-16recipes-extended: Add Summary informationMark Hatle
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
2010-11-22libuser: Update to 0.56.18Zhai Edwin
2010-08-27Major layout change to the packages directoryRichard Purdie
lor: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
Index: gmp-4.2.4/Makefile.am
===================================================================
--- gmp-4.2.4.orig/Makefile.am	2008-09-10 19:31:27.000000000 +0000
+++ gmp-4.2.4/Makefile.am	2009-07-06 20:19:19.000000000 +0000
@@ -106,7 +106,7 @@
 # but anyone knowledgable enough to be playing with exec_prefix will be able
 # to address that.
 #
-includeexecdir = $(exec_prefix)/include
+includeexecdir = $(includedir)
 include_HEADERS = $(GMPXX_HEADERS_OPTION)
 nodist_includeexec_HEADERS = gmp.h $(MPBSD_HEADERS_OPTION)
 lib_LTLIBRARIES = libgmp.la $(GMPXX_LTLIBRARIES_OPTION) $(MPBSD_LTLIBRARIES_OPTION)