1
0
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:
Richard Purdie
2006-07-21 10:10:31 +00:00
parent 2cf0eadf9f
commit b2f192faab
1725 changed files with 6 additions and 6 deletions
+15
View File
@@ -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
File diff suppressed because it is too large Load Diff
+6
View File
@@ -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}"
+16
View File
@@ -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}/
}