mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
omxplayer: Updated package to the latest version from git
Changed the active development repository to git://github.com/popcornmix/omxplayer.git Added dbus package as a dependency. Installed fonts directory in the default location needed by omxplayer Change-Id: Ie2e1ae73656d3c9a5cbefbf87d0792b10fcd9430 Signed-off-by: Alexandru Niculita <alexnick87@gmail.com>
This commit is contained in:
parent
aa662e8575
commit
eff5ec9b75
|
@ -8,40 +8,34 @@ variables provided by build system.
|
||||||
|
|
||||||
Upstream-Status: Inappropriate [embedded specific]
|
Upstream-Status: Inappropriate [embedded specific]
|
||||||
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
||||||
---
|
|
||||||
Makefile | 2 --
|
Updated patch to apply to c0dd9502ed2c43c487674939195c69680f3d98b0 revision
|
||||||
Makefile.ffmpeg | 2 --
|
|
||||||
Makefile.include | 38 --------------------------------------
|
|
||||||
3 files changed, 42 deletions(-)
|
|
||||||
delete mode 100644 Makefile.include
|
|
||||||
|
|
||||||
diff --git a/Makefile b/Makefile
|
diff --git a/Makefile b/Makefile
|
||||||
index 519048a..1faa779 100644
|
index f348465..65f7637 100644
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -1,5 +1,3 @@
|
@@ -1,4 +1,3 @@
|
||||||
-include Makefile.include
|
-include Makefile.include
|
||||||
-
|
|
||||||
CFLAGS+=-std=c++0x -DSTANDALONE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -D_LINUX -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CMAKE_CONFIG -D__VIDEOCORE4__ -U_FORTIFY_SOURCE -Wall -DHAVE_OMXLIB -DUSE_EXTERNAL_FFMPEG -DHAVE_LIBAVCODEC_AVCODEC_H -DHAVE_LIBAVUTIL_OPT_H -DHAVE_LIBAVUTIL_MEM_H -DHAVE_LIBAVUTIL_AVUTIL_H -DHAVE_LIBAVFORMAT_AVFORMAT_H -DHAVE_LIBAVFILTER_AVFILTER_H -DHAVE_LIBSWRESAMPLE_SWRESAMPLE_H -DOMX -DOMX_SKIP64BIT -ftree-vectorize -DUSE_EXTERNAL_OMX -DTARGET_RASPBERRY_PI -DUSE_EXTERNAL_LIBBCM_HOST
|
|
||||||
|
|
||||||
LDFLAGS+=-L./ -lc -lWFC -lGLESv2 -lEGL -lbcm_host -lopenmaxil -lfreetype -lz -Lffmpeg_compiled/usr/local/lib/
|
CFLAGS+=-std=c++0x -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DTARGET_LINUX -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CMAKE_CONFIG -D__VIDEOCORE4__ -U_FORTIFY_SOURCE -Wall -DHAVE_OMXLIB -DUSE_EXTERNAL_FFMPEG -DHAVE_LIBAVCODEC_AVCODEC_H -DHAVE_LIBAVUTIL_OPT_H -DHAVE_LIBAVUTIL_MEM_H -DHAVE_LIBAVUTIL_AVUTIL_H -DHAVE_LIBAVFORMAT_AVFORMAT_H -DHAVE_LIBAVFILTER_AVFILTER_H -DHAVE_LIBSWRESAMPLE_SWRESAMPLE_H -DOMX -DOMX_SKIP64BIT -ftree-vectorize -DUSE_EXTERNAL_OMX -DTARGET_RASPBERRY_PI -DUSE_EXTERNAL_LIBBCM_HOST
|
||||||
|
|
||||||
diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg
|
diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg
|
||||||
index 6ec94af..4297b1f 100644
|
index 083e214..3b31a82 100644
|
||||||
--- a/Makefile.ffmpeg
|
--- a/Makefile.ffmpeg
|
||||||
+++ b/Makefile.ffmpeg
|
+++ b/Makefile.ffmpeg
|
||||||
@@ -1,5 +1,3 @@
|
@@ -1,4 +1,3 @@
|
||||||
-include Makefile.include
|
-include Makefile.include
|
||||||
-
|
|
||||||
CFLAGS=-D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -D_LINUX -fPIC -DPIC -D_REENTRANT -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -D_REENTRANT -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -DEGL_SERVER_DISPMANX -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__VIDEOCORE4__ -DGRAPHICS_X_VG=1 -U_FORTIFY_SOURCE -Wall -DHAVE_OMXLIB -DUSE_EXTERNAL_FFMPEG -DHAVE_LIBAVCODEC_AVCODEC_H -DHAVE_LIBAVUTIL_MEM_H -DHAVE_LIBAVUTIL_AVUTIL_H -DHAVE_LIBAVFORMAT_AVFORMAT_H -DHAVE_LIBAVFILTER_AVFILTER_H -DOMX -DOMX_SKIP64BIT
|
|
||||||
|
|
||||||
WORK=$(PWD)
|
CFLAGS=-D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DTARGET_LINUX -fPIC -DPIC -D_REENTRANT -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -D_REENTRANT -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -DEGL_SERVER_DISPMANX -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__VIDEOCORE4__ -DGRAPHICS_X_VG=1 -U_FORTIFY_SOURCE -Wall -DHAVE_OMXLIB -DUSE_EXTERNAL_FFMPEG -DHAVE_LIBAVCODEC_AVCODEC_H -DHAVE_LIBAVUTIL_MEM_H -DHAVE_LIBAVUTIL_AVUTIL_H -DHAVE_LIBAVFORMAT_AVFORMAT_H -DHAVE_LIBAVFILTER_AVFILTER_H -DOMX -DOMX_SKIP64BIT
|
||||||
|
|
||||||
diff --git a/Makefile.include b/Makefile.include
|
diff --git a/Makefile.include b/Makefile.include
|
||||||
deleted file mode 100644
|
deleted file mode 100644
|
||||||
index 501fd4f..0000000
|
index 58e9560..0000000
|
||||||
--- a/Makefile.include
|
--- a/Makefile.include
|
||||||
+++ /dev/null
|
+++ /dev/null
|
||||||
@@ -1,38 +0,0 @@
|
@@ -1,40 +0,0 @@
|
||||||
-USE_BUILDROOT=1
|
-USE_BUILDROOT=0
|
||||||
-FLOAT=hard
|
-FLOAT=hard
|
||||||
-
|
-
|
||||||
-ifeq ($(USE_BUILDROOT), 1)
|
-ifeq ($(USE_BUILDROOT), 1)
|
||||||
|
@ -55,9 +49,10 @@ index 501fd4f..0000000
|
||||||
-BUILDROOT :=/opt/bcm-rootfs
|
-BUILDROOT :=/opt/bcm-rootfs
|
||||||
-SDKSTAGE :=/opt/bcm-rootfs
|
-SDKSTAGE :=/opt/bcm-rootfs
|
||||||
-TARGETFS :=/opt/bcm-rootfs
|
-TARGETFS :=/opt/bcm-rootfs
|
||||||
-TOOLCHAIN :=/usr/local/bcm-gcc
|
-TOOLCHAIN :=/home/dc4/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/
|
||||||
-HOST :=bcm2708
|
-HOST :=arm-linux-gnueabihf
|
||||||
-SYSROOT :=$(TOOLCHAIN)/arm-bcm2708-linux-gnueabi/sys-root
|
-#SYSROOT :=$(TOOLCHAIN)/arm-bcm2708hardfp-linux-gnueabi/sysroot
|
||||||
|
-SYSROOT :=/opt/bcm-rootfs
|
||||||
-endif
|
-endif
|
||||||
-
|
-
|
||||||
-JOBS=7
|
-JOBS=7
|
||||||
|
@ -76,9 +71,7 @@ index 501fd4f..0000000
|
||||||
-CXXCP := $(CXX) -E
|
-CXXCP := $(CXX) -E
|
||||||
-PATH := $(PREFIX)/bin:$(BUILDROOT)/output/host/usr/bin:$(PATH)
|
-PATH := $(PREFIX)/bin:$(BUILDROOT)/output/host/usr/bin:$(PATH)
|
||||||
-
|
-
|
||||||
-CFLAGS += -pipe -mfloat-abi=$(FLOAT) -mcpu=arm1176jzf-s -fomit-frame-pointer -mabi=aapcs-linux -mtune=arm1176jzf-s -mfpu=vfp -Wno-psabi -mno-apcs-stack-check -O3 -mstructure-size-boundary=32 -mno-sched-prolog
|
-CFLAGS += -pipe -mfloat-abi=$(FLOAT) -mcpu=arm1176jzf-s -fomit-frame-pointer -mabi=aapcs-linux -mtune=arm1176jzf-s -mfpu=vfp -Wno-psabi -mno-apcs-stack-check -g -mstructure-size-boundary=32 -mno-sched-prolog
|
||||||
-LDFLAGS += -L$(SDKSTAGE)/lib -L$(SDKSTAGE)/usr/lib -L$(SDKSTAGE)/opt/vc/lib/
|
-LDFLAGS += -L$(SDKSTAGE)/lib -L$(SDKSTAGE)/usr/lib -L$(SDKSTAGE)/opt/vc/lib/ -Lpcre/build
|
||||||
-INCLUDES += -isystem$(SDKSTAGE)/usr/include -isystem$(SDKSTAGE)/opt/vc/include -isystem$(SYSROOT)/usr/include -isystem$(SDKSTAGE)/opt/vc/include/interface/vcos/pthreads -isystem$(SDKSTAGE)/usr/include/freetype2
|
-#INCLUDES += -isystem$(SDKSTAGE)/usr/include -isystem$(SDKSTAGE)/opt/vc/include -isystem$(SYSROOT)/usr/include -isystem$(SDKSTAGE)/opt/vc/include/interface/vcos/pthreads -isystem$(SDKSTAGE)/usr/include/freetype2
|
||||||
--
|
-INCLUDES += -isystem$(SDKSTAGE)/opt/vc/include -isystem$(SYSROOT)/usr/include -isystem$(SDKSTAGE)/opt/vc/include/interface/vcos/pthreads -Ipcre/build -Iboost-trunk -Ifreetype2/include
|
||||||
1.7.9.5
|
|
||||||
|
|
||||||
|
|
|
@ -7,26 +7,26 @@ Don't search for libraries and headers in /usr/local.
|
||||||
|
|
||||||
Upstream-Status: Inappropriate [embedded specific]
|
Upstream-Status: Inappropriate [embedded specific]
|
||||||
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
||||||
---
|
|
||||||
Makefile | 6 +++---
|
Updated patch to apply to c0dd9502ed2c43c487674939195c69680f3d98b0 revision
|
||||||
Makefile.ffmpeg | 2 +-
|
|
||||||
2 files changed, 4 insertions(+), 4 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/Makefile b/Makefile
|
diff --git a/Makefile b/Makefile
|
||||||
index 1faa779..7b639f1 100644
|
index 65f7637..5dc1832 100644
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -1,7 +1,7 @@
|
@@ -1,9 +1,9 @@
|
||||||
CFLAGS+=-std=c++0x -DSTANDALONE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -D_LINUX -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CMAKE_CONFIG -D__VIDEOCORE4__ -U_FORTIFY_SOURCE -Wall -DHAVE_OMXLIB -DUSE_EXTERNAL_FFMPEG -DHAVE_LIBAVCODEC_AVCODEC_H -DHAVE_LIBAVUTIL_OPT_H -DHAVE_LIBAVUTIL_MEM_H -DHAVE_LIBAVUTIL_AVUTIL_H -DHAVE_LIBAVFORMAT_AVFORMAT_H -DHAVE_LIBAVFILTER_AVFILTER_H -DHAVE_LIBSWRESAMPLE_SWRESAMPLE_H -DOMX -DOMX_SKIP64BIT -ftree-vectorize -DUSE_EXTERNAL_OMX -DTARGET_RASPBERRY_PI -DUSE_EXTERNAL_LIBBCM_HOST
|
|
||||||
|
CFLAGS+=-std=c++0x -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DTARGET_LINUX -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CMAKE_CONFIG -D__VIDEOCORE4__ -U_FORTIFY_SOURCE -Wall -DHAVE_OMXLIB -DUSE_EXTERNAL_FFMPEG -DHAVE_LIBAVCODEC_AVCODEC_H -DHAVE_LIBAVUTIL_OPT_H -DHAVE_LIBAVUTIL_MEM_H -DHAVE_LIBAVUTIL_AVUTIL_H -DHAVE_LIBAVFORMAT_AVFORMAT_H -DHAVE_LIBAVFILTER_AVFILTER_H -DHAVE_LIBSWRESAMPLE_SWRESAMPLE_H -DOMX -DOMX_SKIP64BIT -ftree-vectorize -DUSE_EXTERNAL_OMX -DTARGET_RASPBERRY_PI -DUSE_EXTERNAL_LIBBCM_HOST
|
||||||
|
|
||||||
|
-LDFLAGS+=-L./ -ldbus-1 -lc -lWFC -lGLESv2 -lEGL -lbcm_host -lopenmaxil -lfreetype -lz -Lffmpeg_compiled/usr/local/lib/
|
||||||
|
+LDFLAGS+=-L./ -ldbus-1 -lc -lWFC -lGLESv2 -lEGL -lbcm_host -lopenmaxil -lfreetype -lz -Lffmpeg_compiled/usr/lib/
|
||||||
|
|
||||||
-LDFLAGS+=-L./ -lc -lWFC -lGLESv2 -lEGL -lbcm_host -lopenmaxil -lfreetype -lz -Lffmpeg_compiled/usr/local/lib/
|
|
||||||
-INCLUDES+=-I./ -Ilinux -Iffmpeg_compiled/usr/local/include/
|
-INCLUDES+=-I./ -Ilinux -Iffmpeg_compiled/usr/local/include/
|
||||||
+LDFLAGS+=-L./ -lc -lWFC -lGLESv2 -lEGL -lbcm_host -lopenmaxil -lfreetype -lz -Lffmpeg_compiled/usr/lib/
|
|
||||||
+INCLUDES+=-I./ -Ilinux -Iffmpeg_compiled/usr/include/
|
+INCLUDES+=-I./ -Ilinux -Iffmpeg_compiled/usr/include/
|
||||||
|
|
||||||
DIST ?= omxplayer-dist
|
DIST ?= omxplayer-dist
|
||||||
|
|
||||||
@@ -66,5 +66,5 @@ dist: omxplayer.bin
|
@@ -70,5 +70,5 @@ dist: omxplayer.bin
|
||||||
cp omxplayer omxplayer.bin $(DIST)/usr/bin
|
cp omxplayer omxplayer.bin $(DIST)/usr/bin
|
||||||
cp COPYING $(DIST)/usr/share/doc/
|
cp COPYING $(DIST)/usr/share/doc/
|
||||||
cp README.md $(DIST)/usr/share/doc/README
|
cp README.md $(DIST)/usr/share/doc/README
|
||||||
|
@ -34,16 +34,13 @@ index 1faa779..7b639f1 100644
|
||||||
+ cp -a ffmpeg_compiled/usr/lib/*.so* $(DIST)/usr/lib/omxplayer/
|
+ cp -a ffmpeg_compiled/usr/lib/*.so* $(DIST)/usr/lib/omxplayer/
|
||||||
tar -czf omxplayer-dist.tar.gz $(DIST)
|
tar -czf omxplayer-dist.tar.gz $(DIST)
|
||||||
diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg
|
diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg
|
||||||
index 6ec94af..13e6c09 100644
|
index 3b31a82..5f30b51 100644
|
||||||
--- a/Makefile.ffmpeg
|
--- a/Makefile.ffmpeg
|
||||||
+++ b/Makefile.ffmpeg
|
+++ b/Makefile.ffmpeg
|
||||||
@@ -64,5 +64,5 @@ checkout:
|
@@ -248,5 +248,5 @@ checkout:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
cd ffmpeg; make -j9 DESTDIR="$(WORK)/ffmpeg_compiled" install
|
cd ffmpeg; make -j9 DESTDIR="$(WORK)/ffmpeg_compiled" install
|
||||||
- $(HOST)-strip ffmpeg_compiled/usr/local/lib/*.so
|
- $(HOST)-strip ffmpeg_compiled/usr/local/lib/*.so
|
||||||
+ $(HOST)-strip ffmpeg_compiled/usr/lib/*.so
|
+ $(HOST)-strip ffmpeg_compiled/usr/lib/*.so
|
||||||
|
|
||||||
--
|
|
||||||
1.7.9.5
|
|
||||||
|
|
||||||
|
|
|
@ -10,30 +10,26 @@ omxplayer was already stripped, this will prevent future debugging!
|
||||||
|
|
||||||
Upstream-Status: Inappropriate [embedded specific]
|
Upstream-Status: Inappropriate [embedded specific]
|
||||||
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
||||||
---
|
|
||||||
Makefile.ffmpeg | 4 ++--
|
Updated patch to apply to 0dd9502ed2c43c487674939195c69680f3d98b0 revision
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg
|
diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg
|
||||||
index 13e6c09..51c9514 100644
|
index 5f30b51..e023927 100644
|
||||||
--- a/Makefile.ffmpeg
|
--- a/Makefile.ffmpeg
|
||||||
+++ b/Makefile.ffmpeg
|
+++ b/Makefile.ffmpeg
|
||||||
@@ -53,7 +53,8 @@ configure:
|
@@ -237,7 +237,8 @@ configure:
|
||||||
--enable-hardcoded-tables \
|
--disable-decoder=bintext \
|
||||||
--disable-runtime-cpudetect \
|
--disable-decoder=xbin \
|
||||||
--disable-debug \
|
--disable-decoder=idf \
|
||||||
- --cross-prefix=$(HOST)-
|
- --cross-prefix=$(HOST)-
|
||||||
+ --cross-prefix=$(HOST)- \
|
+ --cross-prefix=$(HOST)- \
|
||||||
+ --disable-stripping
|
+ --disable-stripping
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -rf ffmpeg
|
@rm -rf ffmpeg
|
||||||
@@ -64,5 +65,4 @@ checkout:
|
@@ -248,5 +249,4 @@ checkout:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
cd ffmpeg; make -j9 DESTDIR="$(WORK)/ffmpeg_compiled" install
|
cd ffmpeg; make -j9 DESTDIR="$(WORK)/ffmpeg_compiled" install
|
||||||
- $(HOST)-strip ffmpeg_compiled/usr/lib/*.so
|
- $(HOST)-strip ffmpeg_compiled/usr/lib/*.so
|
||||||
|
|
||||||
--
|
|
||||||
1.7.9.5
|
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,17 @@
|
||||||
DESCRIPTION = "OMXPlayer is a commandline OMX player for the Raspberry Pi"
|
DESCRIPTION = "OMXPlayer is a commandline OMX player for the Raspberry Pi"
|
||||||
HOMEPAGE = "https://github.com/huceke/omxplayer"
|
HOMEPAGE = "https://github.com/popcornmix/omxplayer"
|
||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||||
|
|
||||||
DEPENDS = "libpcre libav virtual/egl boost freetype"
|
DEPENDS = "libpcre libav virtual/egl boost freetype dbus"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
SRCREV = "dae98a8bba9dc7410b0621134f6ebdb406adb1bd"
|
SRCREV = "c0dd9502ed2c43c487674939195c69680f3d98b0"
|
||||||
SRC_URI = "git://github.com/huceke/omxplayer.git;protocol=git;branch=master \
|
|
||||||
|
SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \
|
||||||
file://0001-Remove-Makefile.include-which-includes-hardcoded.patch \
|
file://0001-Remove-Makefile.include-which-includes-hardcoded.patch \
|
||||||
file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \
|
file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \
|
||||||
file://0003-Remove-strip-step-in-Makefile.patch"
|
file://0003-Remove-strip-step-in-Makefile.patch"
|
||||||
|
@ -37,6 +38,8 @@ export INCLUDES = "-isystem${STAGING_DIR_HOST}/usr/include \
|
||||||
-isystem${STAGING_DIR_HOST}/usr/include/interface/vcos/pthreads \
|
-isystem${STAGING_DIR_HOST}/usr/include/interface/vcos/pthreads \
|
||||||
-isystem${STAGING_DIR_HOST}/usr/include/freetype2 \
|
-isystem${STAGING_DIR_HOST}/usr/include/freetype2 \
|
||||||
-isystem${STAGING_DIR_HOST}/usr/include/interface/vmcs_host/linux \
|
-isystem${STAGING_DIR_HOST}/usr/include/interface/vmcs_host/linux \
|
||||||
|
-isystem${STAGING_DIR_HOST}/usr/include/dbus-1.0 \
|
||||||
|
-isystem${STAGING_DIR_HOST}/usr/lib/dbus-1.0/include \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Install in ${D}
|
# Install in ${D}
|
||||||
|
@ -52,9 +55,12 @@ do_compile() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
oe_runmake dist
|
oe_runmake dist
|
||||||
|
mkdir -p ${D}/usr/share/fonts/truetype/freefont/
|
||||||
|
install ${S}/fonts/* ${D}/usr/share/fonts/truetype/freefont/
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} = "${bindir}/omxplayer* \
|
FILES_${PN} = "${bindir}/omxplayer* \
|
||||||
${libdir}/omxplayer/lib*${SOLIBS}"
|
${libdir}/omxplayer/lib*${SOLIBS} \
|
||||||
|
/usr/share/fonts"
|
||||||
|
|
||||||
FILES_${PN}-dev += "${libdir}/omxplayer/*.so"
|
FILES_${PN}-dev += "${libdir}/omxplayer/*.so"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user