net-wireless/rtl8821cu: fix multiple issues, please read details

If you overwrite src_prepare, be sure to call default or eapply_user
emerge will fail if it is missing.

Patches can also go in the patches variable

All the functions here are already added by inheriting the eclass
so there's no need to specify them manually

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-17 16:51:32 +01:00
parent 691e59b5b2
commit cf49be0d23

View File

@@ -19,24 +19,3 @@ S="${WORKDIR}/rtl8821CU-${COMMIT}"
MODULE_NAMES="8821cu(net/wireless)"
BUILD_TARGETS="all"
src_unpack() {
unpack ${A}
cd "${S}"
}
pkg_setup() {
linux-mod_pkg_setup
}
src_compile(){
linux-mod_src_compile
}
src_install() {
linux-mod_src_install
}
pkg_postinst() {
linux-mod_pkg_postinst
}