Require* calls must now be placed before BuildPackage calls
[openwrt.git] / package / wprobe / Makefile
index 69c4507..cea23d2 100644 (file)
@@ -12,13 +12,11 @@ PKG_VERSION:=1
 
 PKG_BUILD_DEPENDS:=libnl PACKAGE_wprobe-export:libipfix
 
-include $(INCLUDE_DIR)/package.mk
-
-PKG_CONFDEPS = \
+PKG_CONFIG_DEPENDS = \
        CONFIG_PACKAGE_kmod-wprobe \
-       CONFIG_PACKAGE_wprobe-export
+       CONFIG_PACKAGE_wprobe-export \
 
-STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,$(PKG_CONFDEPS))
+include $(INCLUDE_DIR)/package.mk
 
 define KernelPackage/wprobe
   SUBMENU:=Network Support
@@ -103,8 +101,8 @@ define Build/Compile
 endef
 
 define Build/InstallDev
-       $(INSTALL_DIR) $(1)/usr/include
-       $(CP) $(PKG_BUILD_DIR)/kernel/linux $(1)/usr/include
+       $(INSTALL_DIR) $(1)/usr/include/wprobe
+       $(CP) $(PKG_BUILD_DIR)/kernel/linux $(1)/usr/include/wprobe
 endef
 
 define Package/wprobe-info/install
This page took 0.025379 seconds and 4 git commands to generate.