Message ID | 1350833876-9499-3-git-send-email-diorcet.yann@gmail.com |
---|---|
State | Accepted |
Headers | show |
Yann Diorcet <diorcet.yann@gmail.com> writes: > From: Yann Diorcet <yann.diorcet@belledonne-communications.com> > > Add libelf library (for darwin) > --- > recipes/libelf/libelf_0.8.13.oe | 14 ++++++++++++++ > recipes/libelf/libelf_0.8.13.oe.sig | 1 + > 2 files changed, 15 insertions(+) > create mode 100644 recipes/libelf/libelf_0.8.13.oe > create mode 100644 recipes/libelf/libelf_0.8.13.oe.sig > > diff --git a/recipes/libelf/libelf_0.8.13.oe b/recipes/libelf/libelf_0.8.13.oe > new file mode 100644 > index 0000000..9f32b4d > --- /dev/null > +++ b/recipes/libelf/libelf_0.8.13.oe > @@ -0,0 +1,14 @@ > +# -*- mode:python; -*- > +LICENSE = "MIT" > + > +RECIPE_TYPES = "machine native sdk" > + > +inherit library autotools > + > +SRC_URI = "http://www.mr511.de/software/${PN}-${PV}.tar.gz" > + > +EXTRA_OEMAKE_INSTALL += "instroot=${D}" > + > +EXTRA_OECONF:>TARGET_OS_darwin = "--disable-compat" > + > +FILES_${PN}-locale += "${libdir}/locale" > diff --git a/recipes/libelf/libelf_0.8.13.oe.sig b/recipes/libelf/libelf_0.8.13.oe.sig > new file mode 100644 > index 0000000..04871a6 > --- /dev/null > +++ b/recipes/libelf/libelf_0.8.13.oe.sig > @@ -0,0 +1 @@ > +c1d6ac5f182d19dd685c4dfd74eedbfe3992425d libelf-0.8.13.tar.gz Merged to master, thanks. /Esben
diff --git a/recipes/libelf/libelf_0.8.13.oe b/recipes/libelf/libelf_0.8.13.oe new file mode 100644 index 0000000..9f32b4d --- /dev/null +++ b/recipes/libelf/libelf_0.8.13.oe @@ -0,0 +1,14 @@ +# -*- mode:python; -*- +LICENSE = "MIT" + +RECIPE_TYPES = "machine native sdk" + +inherit library autotools + +SRC_URI = "http://www.mr511.de/software/${PN}-${PV}.tar.gz" + +EXTRA_OEMAKE_INSTALL += "instroot=${D}" + +EXTRA_OECONF:>TARGET_OS_darwin = "--disable-compat" + +FILES_${PN}-locale += "${libdir}/locale" diff --git a/recipes/libelf/libelf_0.8.13.oe.sig b/recipes/libelf/libelf_0.8.13.oe.sig new file mode 100644 index 0000000..04871a6 --- /dev/null +++ b/recipes/libelf/libelf_0.8.13.oe.sig @@ -0,0 +1 @@ +c1d6ac5f182d19dd685c4dfd74eedbfe3992425d libelf-0.8.13.tar.gz
From: Yann Diorcet <yann.diorcet@belledonne-communications.com> Add libelf library (for darwin) --- recipes/libelf/libelf_0.8.13.oe | 14 ++++++++++++++ recipes/libelf/libelf_0.8.13.oe.sig | 1 + 2 files changed, 15 insertions(+) create mode 100644 recipes/libelf/libelf_0.8.13.oe create mode 100644 recipes/libelf/libelf_0.8.13.oe.sig