mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
|
||||
#
|
||||
# Patch managed by http://www.holgerschurig.de/patcher.html
|
||||
#
|
||||
|
||||
--- popt-1.7/Makefile.am~intl
|
||||
+++ popt-1.7/Makefile.am
|
||||
@@ -33,6 +33,7 @@
|
||||
|
||||
include_HEADERS = popt.h
|
||||
lib_LTLIBRARIES = libpopt.la
|
||||
+libpopt_la_LIBADD = $(LTLIBINTL)
|
||||
libpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c
|
||||
|
||||
man_MANS = popt.3
|
||||
Vendored
+2155
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,6 @@
|
||||
SECTION = "unknown"
|
||||
include popt_${PV}.bb
|
||||
inherit native
|
||||
|
||||
S = "${WORKDIR}/popt-${PV}"
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/popt-${PV}"
|
||||
@@ -0,0 +1,16 @@
|
||||
SECTION = "libs"
|
||||
DESCRIPTION = "The popt library exists essentially \
|
||||
for parsing command line options."
|
||||
LICENSE = "MIT"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \
|
||||
file://m4.patch;patch=1 \
|
||||
file://intl.patch;patch=1"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_stage () {
|
||||
oe_libinstall -a -so libpopt ${STAGING_LIBDIR}
|
||||
install -m 0644 popt.h ${STAGING_INCDIR}/
|
||||
}
|
||||
Reference in New Issue
Block a user