Index: wayland/1.6.0/Makefile
===================================================================
--- wayland/1.6.0/Makefile (revision 197)
+++ wayland/1.6.0/Makefile (revision 198)
@@ -3,10 +3,12 @@
COMPONENT_TARGETS += $(HARDWARE_PC64)
COMPONENT_TARGETS += $(HARDWARE_CB1X)
COMPONENT_TARGETS += $(HARDWARE_CB3X)
+COMPONENT_TARGETS += $(HARDWARE_FFRK3288)
COMPONENT_TARGETS += $(HARDWARE_VIP1830)
COMPONENT_TARGETS += $(HARDWARE_BEAGLE)
COMPONENT_TARGETS += $(HARDWARE_OMAP5UEVM)
COMPONENT_TARGETS += $(HARDWARE_B74)
+COMPONENT_TARGETS += $(HARDWARE_CI20)
NEED_ABS_PATH = true
@@ -166,8 +168,7 @@
libwayland-server.la ; \
)
# ======= Install the same to $(TARGET_DEST_DIR) =======
- @mkdir -p $(TARGET_DEST_DIR)
- @cd $(WAYLAND_PKG) && cp -rf * $(TARGET_DEST_DIR)
+ $(call install-into-devenv, $(WAYLAND_PKG))
# ======= Install wayland-scanner into $(TARGET_DEST_DIR) =======
@cp -a $(build_dir)/build-wayland-scanner $(TARGET_DEST_DIR)/usr/bin/$(TARGET)-wayland-scanner
# ======= tune libtool *.la search path to the target destination for development =======
Index: wayland/1.6.0/wayland-pkg-install.sh
===================================================================
--- wayland/1.6.0/wayland-pkg-install.sh (revision 197)
+++ wayland/1.6.0/wayland-pkg-install.sh (revision 198)
@@ -34,13 +34,13 @@
# arg 1: the new package version
# arg 2: the old package version
-pre_upgrade() {
+pre_update() {
/bin/true
}
# arg 1: the new package version
# arg 2: the old package version
-post_upgrade() {
+post_update() {
post_install
}
Index: wayland/1.6.0-x86_32/Makefile
===================================================================
--- wayland/1.6.0-x86_32/Makefile (revision 197)
+++ wayland/1.6.0-x86_32/Makefile (revision 198)
@@ -124,8 +124,7 @@
libwayland-server.la ; \
)
# ======= Install the same to $(TARGET_DEST_DIR) =======
- @mkdir -p $(TARGET_DEST_DIR)
- @cd $(WAYLAND_32_PKG) && cp -rf * $(TARGET_DEST_DIR)
+ $(call install-into-devenv, $(WAYLAND_32_PKG))
# ======= tune libtool *.la search path to the target destination for development =======
@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_X86_32_SUFFIX) ; \
sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libwayland-client.la \
Index: wayland/1.6.0-x86_32/wayland-x32-pkg-install.sh
===================================================================
--- wayland/1.6.0-x86_32/wayland-x32-pkg-install.sh (revision 197)
+++ wayland/1.6.0-x86_32/wayland-x32-pkg-install.sh (revision 198)
@@ -12,13 +12,13 @@
# arg 1: the new package version
# arg 2: the old package version
-pre_upgrade() {
+pre_update() {
/bin/true
}
# arg 1: the new package version
# arg 2: the old package version
-post_upgrade() {
+post_update() {
post_install
}